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.
2656 2657 2658 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 2656 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
2643 2644 2645 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 2643 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
2648 2649 2650 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 2648 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
2654 2655 2656 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 2654 def json_auth_params @json_auth_params end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2661 2662 2663 2664 2665 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 2661 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 |