- 0.48.0 (latest)
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.36.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.0
public static final class DataPolicyServiceGrpc.DataPolicyServiceBlockingStub extends AbstractBlockingStub<DataPolicyServiceGrpc.DataPolicyServiceBlockingStub>
A stub to allow clients to do synchronous 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.AbstractBlockingStub > DataPolicyServiceGrpc.DataPolicyServiceBlockingStubMethods
build(Channel channel, CallOptions callOptions)
protected DataPolicyServiceGrpc.DataPolicyServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters | |
---|---|
Name | Description |
channel | io.grpc.Channel |
callOptions | io.grpc.CallOptions |
Returns | |
---|---|
Type | Description |
DataPolicyServiceGrpc.DataPolicyServiceBlockingStub |
createDataPolicy(CreateDataPolicyRequest request)
public 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 |
DataPolicy |
deleteDataPolicy(DeleteDataPolicyRequest request)
public Empty deleteDataPolicy(DeleteDataPolicyRequest request)
Deletes the data policy specified by its resource name.
Parameter | |
---|---|
Name | Description |
request | DeleteDataPolicyRequest |
Returns | |
---|---|
Type | Description |
Empty |
getDataPolicy(GetDataPolicyRequest request)
public DataPolicy getDataPolicy(GetDataPolicyRequest request)
Gets the data policy specified by its resource name.
Parameter | |
---|---|
Name | Description |
request | GetDataPolicyRequest |
Returns | |
---|---|
Type | Description |
DataPolicy |
getIamPolicy(GetIamPolicyRequest request)
public 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.iam.v1.Policy |
listDataPolicies(ListDataPoliciesRequest request)
public ListDataPoliciesResponse listDataPolicies(ListDataPoliciesRequest request)
List all of the data policies in the specified parent project.
Parameter | |
---|---|
Name | Description |
request | ListDataPoliciesRequest |
Returns | |
---|---|
Type | Description |
ListDataPoliciesResponse |
setIamPolicy(SetIamPolicyRequest request)
public 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.iam.v1.Policy |
testIamPermissions(TestIamPermissionsRequest request)
public 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.iam.v1.TestIamPermissionsResponse |
updateDataPolicy(UpdateDataPolicyRequest request)
public 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 |
DataPolicy |