public static final class DataPolicyServiceGrpc.DataPolicyServiceFutureStub extends AbstractFutureStub<DataPolicyServiceGrpc.DataPolicyServiceFutureStub>A stub to allow clients to do ListenableFuture-style rpc calls to service DataPolicyService.
Data Policy Service provides APIs for managing the label-policy bindings.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > DataPolicyServiceGrpc.DataPolicyServiceFutureStubMethods
build(Channel channel, CallOptions callOptions)
protected DataPolicyServiceGrpc.DataPolicyServiceFutureStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
DataPolicyServiceGrpc.DataPolicyServiceFutureStub |
|
createDataPolicy(CreateDataPolicyRequest request)
public ListenableFuture<DataPolicy> createDataPolicy(CreateDataPolicyRequest request) Creates a new data policy under a project with the given dataPolicyId
(used as the display name), policy tag, and data policy type.
| Parameter | |
|---|---|
| Name | Description |
request |
CreateDataPolicyRequest |
| Returns | |
|---|---|
| Type | Description |
com.google.common.util.concurrent.ListenableFuture<DataPolicy> |
|
deleteDataPolicy(DeleteDataPolicyRequest request)
public ListenableFuture<Empty> deleteDataPolicy(DeleteDataPolicyRequest request)Deletes the data policy specified by its resource name.
| Parameter | |
|---|---|
| Name | Description |
request |
DeleteDataPolicyRequest |
| Returns | |
|---|---|
| Type | Description |
com.google.common.util.concurrent.ListenableFuture<Empty> |
|
getDataPolicy(GetDataPolicyRequest request)
public ListenableFuture<DataPolicy> getDataPolicy(GetDataPolicyRequest request)Gets the data policy specified by its resource name.
| Parameter | |
|---|---|
| Name | Description |
request |
GetDataPolicyRequest |
| Returns | |
|---|---|
| Type | Description |
com.google.common.util.concurrent.ListenableFuture<DataPolicy> |
|
getIamPolicy(GetIamPolicyRequest request)
public ListenableFuture<Policy> getIamPolicy(GetIamPolicyRequest request)Gets the IAM policy for the specified data policy.
| Parameter | |
|---|---|
| Name | Description |
request |
com.google.iam.v1.GetIamPolicyRequest |
| Returns | |
|---|---|
| Type | Description |
com.google.common.util.concurrent.ListenableFuture<com.google.iam.v1.Policy> |
|
listDataPolicies(ListDataPoliciesRequest request)
public ListenableFuture<ListDataPoliciesResponse> listDataPolicies(ListDataPoliciesRequest request)List all of the data policies in the specified parent project.
| Parameter | |
|---|---|
| Name | Description |
request |
ListDataPoliciesRequest |
| Returns | |
|---|---|
| Type | Description |
com.google.common.util.concurrent.ListenableFuture<ListDataPoliciesResponse> |
|
setIamPolicy(SetIamPolicyRequest request)
public ListenableFuture<Policy> setIamPolicy(SetIamPolicyRequest request)Sets the IAM policy for the specified data policy.
| Parameter | |
|---|---|
| Name | Description |
request |
com.google.iam.v1.SetIamPolicyRequest |
| Returns | |
|---|---|
| Type | Description |
com.google.common.util.concurrent.ListenableFuture<com.google.iam.v1.Policy> |
|
testIamPermissions(TestIamPermissionsRequest request)
public ListenableFuture<TestIamPermissionsResponse> testIamPermissions(TestIamPermissionsRequest request)Returns the caller's permission on the specified data policy resource.
| Parameter | |
|---|---|
| Name | Description |
request |
com.google.iam.v1.TestIamPermissionsRequest |
| Returns | |
|---|---|
| Type | Description |
com.google.common.util.concurrent.ListenableFuture<com.google.iam.v1.TestIamPermissionsResponse> |
|
updateDataPolicy(UpdateDataPolicyRequest request)
public ListenableFuture<DataPolicy> updateDataPolicy(UpdateDataPolicyRequest request)Updates the metadata for an existing data policy. The target data policy can be specified by the resource name.
| Parameter | |
|---|---|
| Name | Description |
request |
UpdateDataPolicyRequest |
| Returns | |
|---|---|
| Type | Description |
com.google.common.util.concurrent.ListenableFuture<DataPolicy> |
|