Class: Google::Apis::CloudbuildV1alpha1::BatchCreateBitbucketServerConnectedRepositoriesResponse
- Inherits:
- 
      Object
      
        - Object
- Google::Apis::CloudbuildV1alpha1::BatchCreateBitbucketServerConnectedRepositoriesResponse
 
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudbuild_v1alpha1/classes.rb,
 lib/google/apis/cloudbuild_v1alpha1/representations.rb,
 lib/google/apis/cloudbuild_v1alpha1/representations.rb
Overview
Response of BatchCreateBitbucketServerConnectedRepositories RPC method including all successfully connected Bitbucket Server repositories.
Instance Attribute Summary collapse
- 
  
    
      #bitbucket_server_connected_repositories  ⇒ Array<Google::Apis::CloudbuildV1alpha1::BitbucketServerConnectedRepository> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The connected Bitbucket Server repositories. 
Instance Method Summary collapse
- 
  
    
      #initialize(**args)  ⇒ BatchCreateBitbucketServerConnectedRepositoriesResponse 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of BatchCreateBitbucketServerConnectedRepositoriesResponse. 
- 
  
    
      #update!(**args)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    Update properties of this object. 
Constructor Details
#initialize(**args) ⇒ BatchCreateBitbucketServerConnectedRepositoriesResponse
Returns a new instance of BatchCreateBitbucketServerConnectedRepositoriesResponse.
| 216 217 218 | # File 'lib/google/apis/cloudbuild_v1alpha1/classes.rb', line 216 def initialize(**args) update!(**args) end | 
Instance Attribute Details
#bitbucket_server_connected_repositories ⇒ Array<Google::Apis::CloudbuildV1alpha1::BitbucketServerConnectedRepository>
The connected Bitbucket Server repositories.
Corresponds to the JSON property bitbucketServerConnectedRepositories
| 214 215 216 | # File 'lib/google/apis/cloudbuild_v1alpha1/classes.rb', line 214 def bitbucket_server_connected_repositories @bitbucket_server_connected_repositories end | 
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
| 221 222 223 | # File 'lib/google/apis/cloudbuild_v1alpha1/classes.rb', line 221 def update!(**args) @bitbucket_server_connected_repositories = args[:bitbucket_server_connected_repositories] if args.key?(:bitbucket_server_connected_repositories) end |