Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataConnectorFederatedConfig
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataConnectorFederatedConfig
- 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) ⇒ GoogleCloudDiscoveryengineV1alphaDataConnectorFederatedConfig
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaDataConnectorFederatedConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaDataConnectorFederatedConfig
Returns a new instance of GoogleCloudDiscoveryengineV1alphaDataConnectorFederatedConfig.
10197 10198 10199 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 10197 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
10184 10185 10186 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 10184 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
10189 10190 10191 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 10189 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
10195 10196 10197 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 10195 def json_auth_params @json_auth_params end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10202 10203 10204 10205 10206 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 10202 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 |