Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataConnectorFederatedConfig
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1DataConnectorFederatedConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb
Overview
Any params and credentials used specifically for hybrid connectors supporting FEDERATED mode.
Instance Attribute Summary collapse
-
#additional_params ⇒ Hash<String,Object>
Optional.
-
#auth_params ⇒ Hash<String,Object>
Optional.
-
#json_auth_params ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1DataConnectorFederatedConfig
constructor
A new instance of GoogleCloudDiscoveryengineV1DataConnectorFederatedConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1DataConnectorFederatedConfig
Returns a new instance of GoogleCloudDiscoveryengineV1DataConnectorFederatedConfig.
2646 2647 2648 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 2646 def initialize(**args) update!(**args) end |
Instance Attribute Details
#additional_params ⇒ Hash<String,Object>
Optional. Any additional parameters needed for FEDERATED.
Corresponds to the JSON property additionalParams
2633 2634 2635 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 2633 def additional_params @additional_params end |
#auth_params ⇒ Hash<String,Object>
Optional. Any authentication parameters specific to FEDERATED connectors.
Corresponds to the JSON property authParams
2638 2639 2640 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 2638 def auth_params @auth_params end |
#json_auth_params ⇒ String
Optional. Any authentication parameters specific to FEDERATED connectors in
json string format.
Corresponds to the JSON property jsonAuthParams
2644 2645 2646 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 2644 def json_auth_params @json_auth_params end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2651 2652 2653 2654 2655 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 2651 def update!(**args) @additional_params = args[:additional_params] if args.key?(:additional_params) @auth_params = args[:auth_params] if args.key?(:auth_params) @json_auth_params = args[:json_auth_params] if args.key?(:json_auth_params) end |