Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaDataConnectorFederatedConfig

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaDataConnectorFederatedConfig

Returns a new instance of GoogleCloudDiscoveryengineV1alphaDataConnectorFederatedConfig.



10299
10300
10301
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 10299

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#additional_paramsHash<String,Object>

Optional. Any additional parameters needed for FEDERATED. Corresponds to the JSON property additionalParams

Returns:

  • (Hash<String,Object>)


10286
10287
10288
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 10286

def additional_params
  @additional_params
end

#auth_paramsHash<String,Object>

Optional. Any authentication parameters specific to FEDERATED connectors. Corresponds to the JSON property authParams

Returns:

  • (Hash<String,Object>)


10291
10292
10293
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 10291

def auth_params
  @auth_params
end

#json_auth_paramsString

Optional. Any authentication parameters specific to FEDERATED connectors in json string format. Corresponds to the JSON property jsonAuthParams

Returns:

  • (String)


10297
10298
10299
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 10297

def json_auth_params
  @json_auth_params
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10304
10305
10306
10307
10308
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 10304

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