Classes
CaseAttachmentServiceClient
A service to manage file attachment for Google Cloud support cases.
CaseAttachmentServiceConnection
The CaseAttachmentServiceConnection
object for CaseAttachmentServiceClient
.
CaseAttachmentServiceConnectionIdempotencyPolicy
CaseAttachmentServiceLimitedErrorCountRetryPolicy
A retry policy for CaseAttachmentServiceConnection
based on counting errors.
CaseAttachmentServiceLimitedTimeRetryPolicy
A retry policy for CaseAttachmentServiceConnection
based on elapsed time.
CaseAttachmentServiceRetryPolicy
The retry policy for CaseAttachmentServiceConnection
.
CaseServiceClient
A service to manage Google Cloud support cases.
CaseServiceConnection
The CaseServiceConnection
object for CaseServiceClient
.
CaseServiceConnectionIdempotencyPolicy
CaseServiceLimitedErrorCountRetryPolicy
A retry policy for CaseServiceConnection
based on counting errors.
CaseServiceLimitedTimeRetryPolicy
A retry policy for CaseServiceConnection
based on elapsed time.
CaseServiceRetryPolicy
The retry policy for CaseServiceConnection
.
CommentServiceClient
A service to manage comments on cases.
CommentServiceConnection
The CommentServiceConnection
object for CommentServiceClient
.
CommentServiceConnectionIdempotencyPolicy
CommentServiceLimitedErrorCountRetryPolicy
A retry policy for CommentServiceConnection
based on counting errors.
CommentServiceLimitedTimeRetryPolicy
A retry policy for CommentServiceConnection
based on elapsed time.
CommentServiceRetryPolicy
The retry policy for CommentServiceConnection
.
Structs
CaseAttachmentServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
CaseAttachmentServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
CaseAttachmentServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
CaseServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
CaseServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
CaseServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
CommentServiceBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
CommentServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
CommentServiceRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakeCaseAttachmentServiceConnection(Options)
A factory function to construct an object of type CaseAttachmentServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of CaseAttachmentServiceClient.
The optional options
argument may be used to configure aspects of the returned CaseAttachmentServiceConnection
. Expected options are any of the types in the following option lists:
Parameter | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< CaseAttachmentServiceConnection > |
MakeDefaultCaseAttachmentServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< CaseAttachmentServiceConnectionIdempotencyPolicy > |
MakeCaseServiceConnection(Options)
A factory function to construct an object of type CaseServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of CaseServiceClient.
The optional options
argument may be used to configure aspects of the returned CaseServiceConnection
. Expected options are any of the types in the following option lists:
Parameter | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< CaseServiceConnection > |
MakeDefaultCaseServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< CaseServiceConnectionIdempotencyPolicy > |
MakeCommentServiceConnection(Options)
A factory function to construct an object of type CommentServiceConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of CommentServiceClient.
The optional options
argument may be used to configure aspects of the returned CommentServiceConnection
. Expected options are any of the types in the following option lists:
Parameter | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< CommentServiceConnection > |
MakeDefaultCommentServiceConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< CommentServiceConnectionIdempotencyPolicy > |
Type Aliases
CaseAttachmentServicePolicyOptionList
OptionList< CaseAttachmentServiceRetryPolicyOption, CaseAttachmentServiceBackoffPolicyOption, CaseAttachmentServiceConnectionIdempotencyPolicyOption >
The options applicable to CaseAttachmentService.
CaseServicePolicyOptionList
OptionList< CaseServiceRetryPolicyOption, CaseServiceBackoffPolicyOption, CaseServiceConnectionIdempotencyPolicyOption >
The options applicable to CaseService.
CommentServicePolicyOptionList
OptionList< CommentServiceRetryPolicyOption, CommentServiceBackoffPolicyOption, CommentServiceConnectionIdempotencyPolicyOption >
The options applicable to CommentService.