Class: Google::Apis::CloudbuildV1alpha2::BatchCreateBitbucketServerConnectedRepositoriesResponseMetadata

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/cloudbuild_v1alpha2/classes.rb,
lib/google/apis/cloudbuild_v1alpha2/representations.rb,
lib/google/apis/cloudbuild_v1alpha2/representations.rb

Overview

Metadata for BatchCreateBitbucketServerConnectedRepositories operation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BatchCreateBitbucketServerConnectedRepositoriesResponseMetadata

Returns a new instance of BatchCreateBitbucketServerConnectedRepositoriesResponseMetadata.



208
209
210
# File 'lib/google/apis/cloudbuild_v1alpha2/classes.rb', line 208

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#complete_timeString

Time the operation was completed. Corresponds to the JSON property completeTime

Returns:

  • (String)


194
195
196
# File 'lib/google/apis/cloudbuild_v1alpha2/classes.rb', line 194

def complete_time
  @complete_time
end

#configString

The name of the BitbucketServerConfig that added connected repositories. Format: projects/project/locations/location/bitbucketServerConfigs/ config` Corresponds to the JSON propertyconfig`

Returns:

  • (String)


201
202
203
# File 'lib/google/apis/cloudbuild_v1alpha2/classes.rb', line 201

def config
  @config
end

#create_timeString

Time the operation was created. Corresponds to the JSON property createTime

Returns:

  • (String)


206
207
208
# File 'lib/google/apis/cloudbuild_v1alpha2/classes.rb', line 206

def create_time
  @create_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



213
214
215
216
217
# File 'lib/google/apis/cloudbuild_v1alpha2/classes.rb', line 213

def update!(**args)
  @complete_time = args[:complete_time] if args.key?(:complete_time)
  @config = args[:config] if args.key?(:config)
  @create_time = args[:create_time] if args.key?(:create_time)
end