Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaGetClientMetadataResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaGetClientMetadataResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1/classes.rb,
lib/google/apis/integrations_v1/representations.rb,
lib/google/apis/integrations_v1/representations.rb
Overview
Response for the GetClientMetadata rpc
Instance Attribute Summary collapse
-
#properties ⇒ Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaProjectProperties
Metadata information for the given project Corresponds to the JSON property
properties
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaGetClientMetadataResponse
constructor
A new instance of GoogleCloudIntegrationsV1alphaGetClientMetadataResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaGetClientMetadataResponse
Returns a new instance of GoogleCloudIntegrationsV1alphaGetClientMetadataResponse.
8215 8216 8217 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 8215 def initialize(**args) update!(**args) end |
Instance Attribute Details
#properties ⇒ Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaProjectProperties
Metadata information for the given project
Corresponds to the JSON property properties
8213 8214 8215 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 8213 def properties @properties end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8220 8221 8222 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 8220 def update!(**args) @properties = args[:properties] if args.key?(:properties) end |