class Google::Apis::CloudbuildV1::UpdateGitHubEnterpriseConfigOperationMetadata

Metadata for `UpdateGitHubEnterpriseConfig` operation.

Attributes

complete_time[RW]

Time the operation was completed. Corresponds to the JSON property `completeTime` @return [String]

create_time[RW]

Time the operation was created. Corresponds to the JSON property `createTime` @return [String]

github_enterprise_config[RW]

The resource name of the GitHubEnterprise to be updated. Format: `projects/` project`/locations/`location`/githubEnterpriseConfigs/`id“. Corresponds to the JSON property `githubEnterpriseConfig` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/cloudbuild_v1/classes.rb, line 2871
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/cloudbuild_v1/classes.rb, line 2876
def update!(**args)
  @complete_time = args[:complete_time] if args.key?(:complete_time)
  @create_time = args[:create_time] if args.key?(:create_time)
  @github_enterprise_config = args[:github_enterprise_config] if args.key?(:github_enterprise_config)
end