Classes
CaseAttachmentServiceClient
A service to manage file attachment for Google Cloud support cases.
CaseAttachmentServiceConnection
The CaseAttachmentServiceConnection
object for CaseAttachmentServiceClient
.
CaseAttachmentServiceConnectionIdempotencyPolicy
CaseServiceClient
A service to manage Google Cloud support cases.
CaseServiceConnection
The CaseServiceConnection
object for CaseServiceClient
.
CaseServiceConnectionIdempotencyPolicy
CommentServiceClient
A service to manage comments on cases.
CommentServiceConnection
The CommentServiceConnection
object for CommentServiceClient
.
CommentServiceConnectionIdempotencyPolicy
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
CaseAttachmentServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< support_v2_internal::CaseAttachmentServiceRetryTraits >
CaseAttachmentServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< support_v2_internal::CaseAttachmentServiceRetryTraits >
CaseAttachmentServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< support_v2_internal::CaseAttachmentServiceRetryTraits >
CaseAttachmentServicePolicyOptionList
OptionList< CaseAttachmentServiceRetryPolicyOption, CaseAttachmentServiceBackoffPolicyOption, CaseAttachmentServiceConnectionIdempotencyPolicyOption >
The options applicable to CaseAttachmentService.
CaseServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< support_v2_internal::CaseServiceRetryTraits >
CaseServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< support_v2_internal::CaseServiceRetryTraits >
CaseServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< support_v2_internal::CaseServiceRetryTraits >
CaseServicePolicyOptionList
OptionList< CaseServiceRetryPolicyOption, CaseServiceBackoffPolicyOption, CaseServiceConnectionIdempotencyPolicyOption >
The options applicable to CaseService.
CommentServiceRetryPolicy
::google::cloud::internal::TraitBasedRetryPolicy< support_v2_internal::CommentServiceRetryTraits >
CommentServiceLimitedTimeRetryPolicy
::google::cloud::internal::LimitedTimeRetryPolicy< support_v2_internal::CommentServiceRetryTraits >
CommentServiceLimitedErrorCountRetryPolicy
::google::cloud::internal::LimitedErrorCountRetryPolicy< support_v2_internal::CommentServiceRetryTraits >
CommentServicePolicyOptionList
OptionList< CommentServiceRetryPolicyOption, CommentServiceBackoffPolicyOption, CommentServiceConnectionIdempotencyPolicyOption >
The options applicable to CommentService.