Class: Google::Logging::V2::DeleteSinkRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Logging::V2::DeleteSinkRequest
 
 
- Defined in:
 - lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb
 
Overview
The parameters to +DeleteSink+.
Instance Attribute Summary collapse
- 
  
    
      #sink_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Required.
 
Instance Attribute Details
#sink_name ⇒ String
Returns 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"+.
      244  | 
    
      # File 'lib/google/cloud/logging/v2/doc/google/logging/v2/logging_config.rb', line 244 class DeleteSinkRequest; end  |