Class: Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaGetClientResponse
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaGetClientResponse
- 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 GetClient rpc
Instance Attribute Summary collapse
-
#client ⇒ Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaClientConfig
The configuration information for the Client Corresponds to the JSON property
client
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaGetClientResponse
constructor
A new instance of GoogleCloudIntegrationsV1alphaGetClientResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudIntegrationsV1alphaGetClientResponse
Returns a new instance of GoogleCloudIntegrationsV1alphaGetClientResponse.
8234 8235 8236 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 8234 def initialize(**args) update!(**args) end |
Instance Attribute Details
#client ⇒ Google::Apis::IntegrationsV1::GoogleCloudIntegrationsV1alphaClientConfig
The configuration information for the Client
Corresponds to the JSON property client
8232 8233 8234 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 8232 def client @client end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8239 8240 8241 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 8239 def update!(**args) @client = args[:client] if args.key?(:client) end |