Classes
AppPlatformClient
Service describing handlers for resources.
AppPlatformConnection
The AppPlatformConnection object for AppPlatformClient.
AppPlatformConnectionIdempotencyPolicy
AppPlatformLimitedErrorCountRetryPolicy
A retry policy for AppPlatformConnection based on counting errors.
AppPlatformLimitedTimeRetryPolicy
A retry policy for AppPlatformConnection based on elapsed time.
AppPlatformRetryPolicy
The retry policy for AppPlatformConnection.
HealthCheckServiceClient
HealthCheckService provides an interface for Vertex AI Vision Cluster Health Check.
HealthCheckServiceConnection
The HealthCheckServiceConnection object for HealthCheckServiceClient.
HealthCheckServiceConnectionIdempotencyPolicy
HealthCheckServiceLimitedErrorCountRetryPolicy
A retry policy for HealthCheckServiceConnection based on counting errors.
HealthCheckServiceLimitedTimeRetryPolicy
A retry policy for HealthCheckServiceConnection based on elapsed time.
HealthCheckServiceRetryPolicy
The retry policy for HealthCheckServiceConnection.
LiveVideoAnalyticsClient
Service describing handlers for resources.
LiveVideoAnalyticsConnection
The LiveVideoAnalyticsConnection object for LiveVideoAnalyticsClient.
LiveVideoAnalyticsConnectionIdempotencyPolicy
LiveVideoAnalyticsLimitedErrorCountRetryPolicy
A retry policy for LiveVideoAnalyticsConnection based on counting errors.
LiveVideoAnalyticsLimitedTimeRetryPolicy
A retry policy for LiveVideoAnalyticsConnection based on elapsed time.
LiveVideoAnalyticsRetryPolicy
The retry policy for LiveVideoAnalyticsConnection.
StreamingServiceClient
Streaming service for receiving and sending packets.
StreamingServiceConnection
The StreamingServiceConnection object for StreamingServiceClient.
StreamingServiceConnectionIdempotencyPolicy
StreamingServiceLimitedErrorCountRetryPolicy
A retry policy for StreamingServiceConnection based on counting errors.
StreamingServiceLimitedTimeRetryPolicy
A retry policy for StreamingServiceConnection based on elapsed time.
StreamingServiceRetryPolicy
The retry policy for StreamingServiceConnection.
StreamsServiceClient
Service describing handlers for resources.
StreamsServiceConnection
The StreamsServiceConnection object for StreamsServiceClient.
StreamsServiceConnectionIdempotencyPolicy
StreamsServiceLimitedErrorCountRetryPolicy
A retry policy for StreamsServiceConnection based on counting errors.
StreamsServiceLimitedTimeRetryPolicy
A retry policy for StreamsServiceConnection based on elapsed time.
StreamsServiceRetryPolicy
The retry policy for StreamsServiceConnection.
WarehouseClient
Service that manages media content + metadata for streaming.
WarehouseConnection
The WarehouseConnection object for WarehouseClient.
WarehouseConnectionIdempotencyPolicy
WarehouseLimitedErrorCountRetryPolicy
A retry policy for WarehouseConnection based on counting errors.
WarehouseLimitedTimeRetryPolicy
A retry policy for WarehouseConnection based on elapsed time.
WarehouseRetryPolicy
The retry policy for WarehouseConnection.
Structs
AppPlatformBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
AppPlatformConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
AppPlatformPollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
AppPlatformRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
HealthCheckServiceBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
HealthCheckServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
HealthCheckServiceRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
LiveVideoAnalyticsBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
LiveVideoAnalyticsConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
LiveVideoAnalyticsPollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
LiveVideoAnalyticsRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
StreamingServiceBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
StreamingServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
StreamingServiceRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
StreamsServiceBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
StreamsServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
StreamsServicePollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
StreamsServiceRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
WarehouseBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
WarehouseConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
WarehousePollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
WarehouseRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeAppPlatformConnection(Options)
A factory function to construct an object of type AppPlatformConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of AppPlatformClient.
The optional options argument may be used to configure aspects of the returned AppPlatformConnection. 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< AppPlatformConnection > |
|
MakeDefaultAppPlatformConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< AppPlatformConnectionIdempotencyPolicy > |
|
MakeHealthCheckServiceConnection(Options)
A factory function to construct an object of type HealthCheckServiceConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of HealthCheckServiceClient.
The optional options argument may be used to configure aspects of the returned HealthCheckServiceConnection. 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< HealthCheckServiceConnection > |
|
MakeDefaultHealthCheckServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< HealthCheckServiceConnectionIdempotencyPolicy > |
|
MakeLiveVideoAnalyticsConnection(Options)
A factory function to construct an object of type LiveVideoAnalyticsConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of LiveVideoAnalyticsClient.
The optional options argument may be used to configure aspects of the returned LiveVideoAnalyticsConnection. 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< LiveVideoAnalyticsConnection > |
|
MakeDefaultLiveVideoAnalyticsConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< LiveVideoAnalyticsConnectionIdempotencyPolicy > |
|
MakeStreamingServiceConnection(Options)
A factory function to construct an object of type StreamingServiceConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of StreamingServiceClient.
The optional options argument may be used to configure aspects of the returned StreamingServiceConnection. 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< StreamingServiceConnection > |
|
MakeDefaultStreamingServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< StreamingServiceConnectionIdempotencyPolicy > |
|
MakeStreamsServiceConnection(Options)
A factory function to construct an object of type StreamsServiceConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of StreamsServiceClient.
The optional options argument may be used to configure aspects of the returned StreamsServiceConnection. 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< StreamsServiceConnection > |
|
MakeDefaultStreamsServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< StreamsServiceConnectionIdempotencyPolicy > |
|
MakeWarehouseConnection(Options)
A factory function to construct an object of type WarehouseConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of WarehouseClient.
The optional options argument may be used to configure aspects of the returned WarehouseConnection. 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< WarehouseConnection > |
|
MakeDefaultWarehouseConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< WarehouseConnectionIdempotencyPolicy > |
|