class Google::Apis::CloudbuildV1beta1::CreateGitHubEnterpriseConfigOperationMetadata
Metadata for `CreateGithubEnterpriseConfig` 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 created. 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_v1beta1/classes.rb, line 789 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_v1beta1/classes.rb, line 794 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