Class: Google::Cloud::Build::V1::CreateWorkerPoolOperationMetadata
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Build::V1::CreateWorkerPoolOperationMetadata
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
 
Overview
Metadata for the CreateWorkerPool operation.
Instance Attribute Summary collapse
- 
  
    
      #complete_time  ⇒ ::Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Time the operation was completed.
 - 
  
    
      #create_time  ⇒ ::Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Time the operation was created.
 - 
  
    
      #worker_pool  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource name of the
WorkerPoolto create. 
Instance Attribute Details
#complete_time ⇒ ::Google::Protobuf::Timestamp
Returns Time the operation was completed.
      2368 2369 2370 2371  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2368 class CreateWorkerPoolOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns Time the operation was created.
      2368 2369 2370 2371  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2368 class CreateWorkerPoolOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#worker_pool ⇒ ::String
Returns The resource name of the WorkerPool to create.
Format:
projects/{project}/locations/{location}/workerPools/{worker_pool}.
      2368 2369 2370 2371  | 
    
      # File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 2368 class CreateWorkerPoolOperationMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |