Class: Google::Pubsub::V1::ListSnapshotsRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Pubsub::V1::ListSnapshotsRequest
 
 
- Defined in:
 - lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb
 
Overview
Request for the +ListSnapshots+ method.
ALPHA: This feature is part of an alpha release. This API might be
changed in backward-incompatible ways and is not recommended for production
use. It is not subject to any SLA or deprecation policy.
Instance Attribute Summary collapse
- 
  
    
      #page_size  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Maximum number of snapshots to return.
 - 
  
    
      #page_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The value returned by the last +ListSnapshotsResponse+; indicates that this is a continuation of a prior +ListSnapshots+ call, and that the system should return the next page of data.
 - 
  
    
      #project  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the cloud project that snapshots belong to.
 
Instance Attribute Details
#page_size ⇒ Integer
Returns Maximum number of snapshots to return.
      572  | 
    
      # File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 572 class ListSnapshotsRequest; end  | 
  
#page_token ⇒ String
Returns The value returned by the last +ListSnapshotsResponse+; indicates that this is a continuation of a prior +ListSnapshots+ call, and that the system should return the next page of data.
      572  | 
    
      # File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 572 class ListSnapshotsRequest; end  | 
  
#project ⇒ String
Returns The name of the cloud project that snapshots belong to. Format is +projects/{project}+.
      572  | 
    
      # File 'lib/google/cloud/pubsub/v1/doc/google/pubsub/v1/pubsub.rb', line 572 class ListSnapshotsRequest; end  |