Class: Google::Apis::CloudresourcemanagerV1beta1::Ancestor

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

Overview

Identifying information for a single ancestor of a project.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Ancestor

Returns a new instance of Ancestor.



37
38
39
# File 'generated/google/apis/cloudresourcemanager_v1beta1/classes.rb', line 37

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

Instance Attribute Details

#resource_idGoogle::Apis::CloudresourcemanagerV1beta1::ResourceId

A container to reference an id for any resource type. A resource in Google Cloud Platform is a generic term for something you (a developer) may want to interact with through one of our API's. Some examples are an App Engine app, a Compute Engine instance, a Cloud SQL database, and so on. Corresponds to the JSON property resourceId



35
36
37
# File 'generated/google/apis/cloudresourcemanager_v1beta1/classes.rb', line 35

def resource_id
  @resource_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



42
43
44
# File 'generated/google/apis/cloudresourcemanager_v1beta1/classes.rb', line 42

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