Interface DataPolicyServiceGrpc.AsyncService (0.65.0)

public static interface DataPolicyServiceGrpc.AsyncService

Data Policy Service provides APIs for managing the BigQuery Data Policy.

Methods

addGrantees(AddGranteesRequest request, StreamObserver<DataPolicy> responseObserver)

public default void addGrantees(AddGranteesRequest request, StreamObserver<DataPolicy> responseObserver)

Adds new grantees to a data policy. The new grantees will be added to the existing grantees. If the request contains a duplicate grantee, the grantee will be ignored. If the request contains a grantee that already exists, the grantee will be ignored.

Parameters
Name Description
request AddGranteesRequest
responseObserver io.grpc.stub.StreamObserver<DataPolicy>

createDataPolicy(CreateDataPolicyRequest request, StreamObserver<DataPolicy> responseObserver)

public default void createDataPolicy(CreateDataPolicyRequest request, StreamObserver<DataPolicy> responseObserver)

Creates a new data policy under a project with the given data_policy_id (used as the display name), and data policy type.

Parameters
Name Description
request CreateDataPolicyRequest
responseObserver io.grpc.stub.StreamObserver<DataPolicy>

deleteDataPolicy(DeleteDataPolicyRequest request, StreamObserver<Empty> responseObserver)

public default void deleteDataPolicy(DeleteDataPolicyRequest request, StreamObserver<Empty> responseObserver)

Deletes the data policy specified by its resource name.

Parameters
Name Description
request DeleteDataPolicyRequest
responseObserver io.grpc.stub.StreamObserver<Empty>

getDataPolicy(GetDataPolicyRequest request, StreamObserver<DataPolicy> responseObserver)

public default void getDataPolicy(GetDataPolicyRequest request, StreamObserver<DataPolicy> responseObserver)

Gets the data policy specified by its resource name.

Parameters
Name Description
request GetDataPolicyRequest
responseObserver io.grpc.stub.StreamObserver<DataPolicy>

getIamPolicy(GetIamPolicyRequest request, StreamObserver<Policy> responseObserver)

public default void getIamPolicy(GetIamPolicyRequest request, StreamObserver<Policy> responseObserver)

Gets the IAM policy for the specified data policy.

Parameters
Name Description
request com.google.iam.v1.GetIamPolicyRequest
responseObserver io.grpc.stub.StreamObserver<com.google.iam.v1.Policy>

listDataPolicies(ListDataPoliciesRequest request, StreamObserver<ListDataPoliciesResponse> responseObserver)

public default void listDataPolicies(ListDataPoliciesRequest request, StreamObserver<ListDataPoliciesResponse> responseObserver)

List all of the data policies in the specified parent project.

Parameters
Name Description
request ListDataPoliciesRequest
responseObserver io.grpc.stub.StreamObserver<ListDataPoliciesResponse>

removeGrantees(RemoveGranteesRequest request, StreamObserver<DataPolicy> responseObserver)

public default void removeGrantees(RemoveGranteesRequest request, StreamObserver<DataPolicy> responseObserver)

Removes grantees from a data policy. The grantees will be removed from the existing grantees. If the request contains a grantee that does not exist, the grantee will be ignored.

Parameters
Name Description
request RemoveGranteesRequest
responseObserver io.grpc.stub.StreamObserver<DataPolicy>

setIamPolicy(SetIamPolicyRequest request, StreamObserver<Policy> responseObserver)

public default void setIamPolicy(SetIamPolicyRequest request, StreamObserver<Policy> responseObserver)

Sets the IAM policy for the specified data policy.

Parameters
Name Description
request com.google.iam.v1.SetIamPolicyRequest
responseObserver io.grpc.stub.StreamObserver<com.google.iam.v1.Policy>

testIamPermissions(TestIamPermissionsRequest request, StreamObserver<TestIamPermissionsResponse> responseObserver)

public default void testIamPermissions(TestIamPermissionsRequest request, StreamObserver<TestIamPermissionsResponse> responseObserver)

Returns the caller's permission on the specified data policy resource.

Parameters
Name Description
request com.google.iam.v1.TestIamPermissionsRequest
responseObserver io.grpc.stub.StreamObserver<com.google.iam.v1.TestIamPermissionsResponse>

updateDataPolicy(UpdateDataPolicyRequest request, StreamObserver<DataPolicy> responseObserver)

public default void updateDataPolicy(UpdateDataPolicyRequest request, StreamObserver<DataPolicy> responseObserver)

Updates the metadata for an existing data policy. The target data policy can be specified by the resource name.

Parameters
Name Description
request UpdateDataPolicyRequest
responseObserver io.grpc.stub.StreamObserver<DataPolicy>