Classes
DataAccessControlServiceClient
DataAccessControlService exposes resources and endpoints related to data access control.
DataAccessControlServiceConnection
The DataAccessControlServiceConnection object for DataAccessControlServiceClient.
DataAccessControlServiceConnectionIdempotencyPolicy
DataAccessControlServiceLimitedErrorCountRetryPolicy
A retry policy for DataAccessControlServiceConnection based on counting errors.
DataAccessControlServiceLimitedTimeRetryPolicy
A retry policy for DataAccessControlServiceConnection based on elapsed time.
DataAccessControlServiceRetryPolicy
The retry policy for DataAccessControlServiceConnection.
EntityServiceClient
EntityService contains apis for finding entities.
EntityServiceConnection
The EntityServiceConnection object for EntityServiceClient.
EntityServiceConnectionIdempotencyPolicy
EntityServiceLimitedErrorCountRetryPolicy
A retry policy for EntityServiceConnection based on counting errors.
EntityServiceLimitedTimeRetryPolicy
A retry policy for EntityServiceConnection based on elapsed time.
EntityServiceRetryPolicy
The retry policy for EntityServiceConnection.
InstanceServiceClient
InstanceService provides the entry interface for the Chronicle API.
InstanceServiceConnection
The InstanceServiceConnection object for InstanceServiceClient.
InstanceServiceConnectionIdempotencyPolicy
InstanceServiceLimitedErrorCountRetryPolicy
A retry policy for InstanceServiceConnection based on counting errors.
InstanceServiceLimitedTimeRetryPolicy
A retry policy for InstanceServiceConnection based on elapsed time.
InstanceServiceRetryPolicy
The retry policy for InstanceServiceConnection.
ReferenceListServiceClient
ReferenceListService provides an interface for managing reference lists.
ReferenceListServiceConnection
The ReferenceListServiceConnection object for ReferenceListServiceClient.
ReferenceListServiceConnectionIdempotencyPolicy
ReferenceListServiceLimitedErrorCountRetryPolicy
A retry policy for ReferenceListServiceConnection based on counting errors.
ReferenceListServiceLimitedTimeRetryPolicy
A retry policy for ReferenceListServiceConnection based on elapsed time.
ReferenceListServiceRetryPolicy
The retry policy for ReferenceListServiceConnection.
RuleServiceClient
RuleService provides interface for user-created rules.
RuleServiceConnection
The RuleServiceConnection object for RuleServiceClient.
RuleServiceConnectionIdempotencyPolicy
RuleServiceLimitedErrorCountRetryPolicy
A retry policy for RuleServiceConnection based on counting errors.
RuleServiceLimitedTimeRetryPolicy
A retry policy for RuleServiceConnection based on elapsed time.
RuleServiceRetryPolicy
The retry policy for RuleServiceConnection.
Structs
DataAccessControlServiceBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
DataAccessControlServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
DataAccessControlServiceRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
EntityServiceBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
EntityServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
EntityServiceRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
InstanceServiceBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
InstanceServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
InstanceServiceRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
ReferenceListServiceBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
ReferenceListServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
ReferenceListServiceRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
RuleServiceBackoffPolicyOption
Use with google::cloud::Options to configure the backoff policy.
RuleServiceConnectionIdempotencyPolicyOption
Use with google::cloud::Options to configure which operations are retried.
RuleServicePollingPolicyOption
Use with google::cloud::Options to configure the long-running operations polling policy.
RuleServiceRetryPolicyOption
Use with google::cloud::Options to configure the retry policy.
Functions
MakeDataAccessControlServiceConnection(Options)
A factory function to construct an object of type DataAccessControlServiceConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of DataAccessControlServiceClient.
The optional options argument may be used to configure aspects of the returned DataAccessControlServiceConnection. 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< DataAccessControlServiceConnection > |
|
MakeDefaultDataAccessControlServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< DataAccessControlServiceConnectionIdempotencyPolicy > |
|
MakeEntityServiceConnection(Options)
A factory function to construct an object of type EntityServiceConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of EntityServiceClient.
The optional options argument may be used to configure aspects of the returned EntityServiceConnection. 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< EntityServiceConnection > |
|
MakeDefaultEntityServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< EntityServiceConnectionIdempotencyPolicy > |
|
MakeInstanceServiceConnection(Options)
A factory function to construct an object of type InstanceServiceConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of InstanceServiceClient.
The optional options argument may be used to configure aspects of the returned InstanceServiceConnection. 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< InstanceServiceConnection > |
|
MakeDefaultInstanceServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< InstanceServiceConnectionIdempotencyPolicy > |
|
MakeReferenceListServiceConnection(Options)
A factory function to construct an object of type ReferenceListServiceConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of ReferenceListServiceClient.
The optional options argument may be used to configure aspects of the returned ReferenceListServiceConnection. 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< ReferenceListServiceConnection > |
|
MakeDefaultReferenceListServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< ReferenceListServiceConnectionIdempotencyPolicy > |
|
MakeRuleServiceConnection(Options)
A factory function to construct an object of type RuleServiceConnection.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of RuleServiceClient.
The optional options argument may be used to configure aspects of the returned RuleServiceConnection. 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< RuleServiceConnection > |
|
MakeDefaultRuleServiceConnectionIdempotencyPolicy()
| Returns | |
|---|---|
| Type | Description |
std::unique_ptr< RuleServiceConnectionIdempotencyPolicy > |
|