Class: Google::Pubsub::V1::DeleteSnapshotRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Pubsub::V1::DeleteSnapshotRequest
 
 
- Defined in:
 - lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb
 
Overview
Request for the +DeleteSnapshot+ method.
Instance Attribute Summary collapse
- 
  
    
      #snapshot  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the snapshot to delete.
 
Instance Attribute Details
#snapshot ⇒ String
Returns The name of the snapshot to delete. Format is +projects/project/snapshots/snap+.
      474  | 
    
      # File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 474 class DeleteSnapshotRequest; end  |