class Google::Apis::ContaineranalysisV1alpha1::GoogleDevtoolsContaineranalysisV1alpha1RepoId

A unique identifier for a Cloud Repo.

Attributes

project_repo_id[RW]

Selects a repo using a Google Cloud Platform project ID (e.g., winged-cargo-31) and a repo name within that project. Corresponds to the JSON property `projectRepoId` @return [Google::Apis::ContaineranalysisV1alpha1::GoogleDevtoolsContaineranalysisV1alpha1ProjectRepoId]

uid[RW]

A server-assigned, globally unique identifier. Corresponds to the JSON property `uid` @return [String]

Public Class Methods

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

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/containeranalysis_v1alpha1/classes.rb, line 1849
def update!(**args)
  @project_repo_id = args[:project_repo_id] if args.key?(:project_repo_id)
  @uid = args[:uid] if args.key?(:uid)
end