Classes
DataObjectSearchServiceClient
Service for searching data objects.
DataObjectSearchServiceConnection
The DataObjectSearchServiceConnection object for DataObjectSearchServiceClient.
DataObjectSearchServiceConnectionIdempotencyPolicy
DataObjectSearchServiceLimitedErrorCountRetryPolicy
A retry policy for DataObjectSearchServiceConnection based on counting errors.
DataObjectSearchServiceLimitedTimeRetryPolicy
A retry policy for DataObjectSearchServiceConnection based on elapsed time.
DataObjectSearchServiceRetryPolicy
The retry policy for DataObjectSearchServiceConnection.
DataObjectServiceClient
Service for creating and managing data objects.
DataObjectServiceConnection
The DataObjectServiceConnection object for DataObjectServiceClient.
DataObjectServiceConnectionIdempotencyPolicy
DataObjectServiceLimitedErrorCountRetryPolicy
A retry policy for DataObjectServiceConnection based on counting errors.
DataObjectServiceLimitedTimeRetryPolicy
A retry policy for DataObjectServiceConnection based on elapsed time.
DataObjectServiceRetryPolicy
The retry policy for DataObjectServiceConnection.
VectorSearchServiceClient
VectorSearchService provides methods for managing Collection resources, and Collection Index resources.
VectorSearchServiceConnection
The VectorSearchServiceConnection object for VectorSearchServiceClient.
VectorSearchServiceConnectionIdempotencyPolicy
VectorSearchServiceLimitedErrorCountRetryPolicy
A retry policy for VectorSearchServiceConnection based on counting errors.
VectorSearchServiceLimitedTimeRetryPolicy
A retry policy for VectorSearchServiceConnection based on elapsed time.
VectorSearchServiceRetryPolicy
The retry policy for VectorSearchServiceConnection.
Structs
DataObjectSearchServiceBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
DataObjectSearchServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
DataObjectSearchServiceRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
DataObjectServiceBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
DataObjectServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
DataObjectServiceRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
VectorSearchServiceBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
VectorSearchServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
VectorSearchServicePollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
VectorSearchServiceRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeDataObjectServiceConnection(Options)
A factory function to construct an object of type DataObjectServiceConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of DataObjectServiceClient.
The optional options argument may be used to configure aspects of the returned DataObjectServiceConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< DataObjectServiceConnection > |
|
MakeDefaultDataObjectServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< DataObjectServiceConnectionIdempotencyPolicy > |
|
MakeDataObjectSearchServiceConnection(Options)
A factory function to construct an object of type DataObjectSearchServiceConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of DataObjectSearchServiceClient.
The optional options argument may be used to configure aspects of the returned DataObjectSearchServiceConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< DataObjectSearchServiceConnection > |
|
MakeDefaultDataObjectSearchServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< DataObjectSearchServiceConnectionIdempotencyPolicy > |
|
MakeVectorSearchServiceConnection(Options)
A factory function to construct an object of type VectorSearchServiceConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of VectorSearchServiceClient.
The optional options argument may be used to configure aspects of the returned VectorSearchServiceConnection. Expected options are any of the types in the following option lists:
| Parameter | |
|---|---|
| Name | Description |
options |
Options(optional) Configure the |
| Returns | |
|---|---|
| Type | Description |
std::shared_ptr< VectorSearchServiceConnection > |
|
MakeDefaultVectorSearchServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< VectorSearchServiceConnectionIdempotencyPolicy > |
|