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.
6933 6934 6935 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 6933 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
6931 6932 6933 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 6931 def client @client end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6938 6939 6940 |
# File 'lib/google/apis/integrations_v1/classes.rb', line 6938 def update!(**args) @client = args[:client] if args.key?(:client) end |