DeleteSinkRequest
class DeleteSinkRequest extends Message
The parameters to DeleteSink.
Protobuf type Google\Logging\V2\DeleteSinkRequest
Methods
No description
Required. The full resource name of the sink to delete, including the
parent resource and the sink identifier:
    "projects/[PROJECT_ID]/sinks/[SINK_ID]"
    "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
    "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
    "folders/[FOLDER_ID]/sinks/[SINK_ID]"
Example: "projects/my-project-id/sinks/my-sink-id".
Required. The full resource name of the sink to delete, including the
parent resource and the sink identifier:
    "projects/[PROJECT_ID]/sinks/[SINK_ID]"
    "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
    "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
    "folders/[FOLDER_ID]/sinks/[SINK_ID]"
Example: "projects/my-project-id/sinks/my-sink-id".
Details
        at         line 31
                            
    __construct()
        
    
    
        at         line 48
                            string
    getSinkName()
        
    
    Required. The full resource name of the sink to delete, including the
parent resource and the sink identifier:
    "projects/[PROJECT_ID]/sinks/[SINK_ID]"
    "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
    "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
    "folders/[FOLDER_ID]/sinks/[SINK_ID]"
Example: "projects/my-project-id/sinks/my-sink-id".
Generated from protobuf field string sink_name = 1;
        at         line 65
                            
    setSinkName(string $var)
        
    
    Required. The full resource name of the sink to delete, including the
parent resource and the sink identifier:
    "projects/[PROJECT_ID]/sinks/[SINK_ID]"
    "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
    "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
    "folders/[FOLDER_ID]/sinks/[SINK_ID]"
Example: "projects/my-project-id/sinks/my-sink-id".
Generated from protobuf field string sink_name = 1;