Class: Google::Container::V1::GetOperationRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Container::V1::GetOperationRequest
 
 
- Defined in:
 - lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb
 
Overview
GetOperationRequest gets a single operation.
Instance Attribute Summary collapse
- 
  
    
      #operation_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The server-assigned +name+ of the operation.
 - 
  
    
      #project_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Google Developers Console project ID or project number.
 - 
  
    
      #zone  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Google Compute Engine zone in which the cluster resides.
 
Instance Attribute Details
#operation_id ⇒ String
Returns The server-assigned +name+ of the operation.
      1015  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1015 class GetOperationRequest; end  | 
  
#project_id ⇒ String
Returns The Google Developers Console project ID or project number.
      1015  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1015 class GetOperationRequest; end  | 
  
#zone ⇒ String
Returns The name of the Google Compute Engine zone in which the cluster resides.
      1015  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1015 class GetOperationRequest; end  |