Class: Google::Cloud::VectorSearch::V1::DataObjectService::Client::Configuration::Rpcs
- Inherits:
-
Object
- Object
- Google::Cloud::VectorSearch::V1::DataObjectService::Client::Configuration::Rpcs
- Defined in:
- lib/google/cloud/vector_search/v1/data_object_service/client.rb
Overview
Configuration RPC class for the DataObjectService API.
Includes fields providing the configuration for each RPC in this service.
Each configuration object is of type Gapic::Config::Method and includes
the following configuration fields:
-
timeout(type:Numeric) - The call timeout in seconds -
metadata(type:Hash{Symbol=>String}) - Additional gRPC headers -
retry_policy (*type:*Hash`) - The retry policy. The policy fields include the following keys:-
:initial_delay(type:Numeric) - The initial delay in seconds. -
:max_delay(type:Numeric) - The max delay in seconds. -
:multiplier(type:Numeric) - The incremental backoff multiplier. -
:jitter(type:Numeric) - The jitter in seconds. Default: 1.0. -
:retry_codes(type:Array<String>) - The error codes that should trigger a retry.
-
Instance Attribute Summary collapse
-
#batch_create_data_objects ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_create_data_objects. -
#batch_delete_data_objects ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_delete_data_objects. -
#batch_update_data_objects ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
batch_update_data_objects. -
#create_data_object ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
create_data_object. -
#delete_data_object ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
delete_data_object. -
#get_data_object ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
get_data_object. -
#update_data_object ⇒ ::Gapic::Config::Method
readonly
RPC-specific configuration for
update_data_object.
Instance Attribute Details
#batch_create_data_objects ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_create_data_objects
1062 1063 1064 |
# File 'lib/google/cloud/vector_search/v1/data_object_service/client.rb', line 1062 def batch_create_data_objects @batch_create_data_objects end |
#batch_delete_data_objects ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_delete_data_objects
1087 1088 1089 |
# File 'lib/google/cloud/vector_search/v1/data_object_service/client.rb', line 1087 def batch_delete_data_objects @batch_delete_data_objects end |
#batch_update_data_objects ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for batch_update_data_objects
1077 1078 1079 |
# File 'lib/google/cloud/vector_search/v1/data_object_service/client.rb', line 1077 def batch_update_data_objects @batch_update_data_objects end |
#create_data_object ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for create_data_object
1057 1058 1059 |
# File 'lib/google/cloud/vector_search/v1/data_object_service/client.rb', line 1057 def create_data_object @create_data_object end |
#delete_data_object ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for delete_data_object
1082 1083 1084 |
# File 'lib/google/cloud/vector_search/v1/data_object_service/client.rb', line 1082 def delete_data_object @delete_data_object end |
#get_data_object ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for get_data_object
1067 1068 1069 |
# File 'lib/google/cloud/vector_search/v1/data_object_service/client.rb', line 1067 def get_data_object @get_data_object end |
#update_data_object ⇒ ::Gapic::Config::Method (readonly)
RPC-specific configuration for update_data_object
1072 1073 1074 |
# File 'lib/google/cloud/vector_search/v1/data_object_service/client.rb', line 1072 def update_data_object @update_data_object end |