Class: Google::Apis::CloudbuildV1::BatchCreateGitLabConnectedRepositoriesResponseMetadata

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

Overview

Metadata for BatchCreateGitLabConnectedRepositories operation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ BatchCreateGitLabConnectedRepositoriesResponseMetadata

Returns a new instance of BatchCreateGitLabConnectedRepositoriesResponseMetadata.



368
369
370
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 368

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

Instance Attribute Details

#complete_timeString

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

Returns:

  • (String)


355
356
357
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 355

def complete_time
  @complete_time
end

#configString

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

Returns:

  • (String)


361
362
363
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 361

def config
  @config
end

#create_timeString

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

Returns:

  • (String)


366
367
368
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 366

def create_time
  @create_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



373
374
375
376
377
# File 'lib/google/apis/cloudbuild_v1/classes.rb', line 373

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