Class DataPolicyServiceStub (0.38.0)

public abstract class DataPolicyServiceStub implements BackgroundResource

Base stub class for the DataPolicyService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > DataPolicyServiceStub

Implements

BackgroundResource

Constructors

DataPolicyServiceStub()

public DataPolicyServiceStub()

Methods

close()

public abstract void close()

createDataPolicyCallable()

public UnaryCallable<CreateDataPolicyRequest,DataPolicy> createDataPolicyCallable()
Returns
TypeDescription
UnaryCallable<CreateDataPolicyRequest,DataPolicy>

deleteDataPolicyCallable()

public UnaryCallable<DeleteDataPolicyRequest,Empty> deleteDataPolicyCallable()
Returns
TypeDescription
UnaryCallable<DeleteDataPolicyRequest,Empty>

getDataPolicyCallable()

public UnaryCallable<GetDataPolicyRequest,DataPolicy> getDataPolicyCallable()
Returns
TypeDescription
UnaryCallable<GetDataPolicyRequest,DataPolicy>

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

listDataPoliciesCallable()

public UnaryCallable<ListDataPoliciesRequest,ListDataPoliciesResponse> listDataPoliciesCallable()
Returns
TypeDescription
UnaryCallable<ListDataPoliciesRequest,ListDataPoliciesResponse>

listDataPoliciesPagedCallable()

public UnaryCallable<ListDataPoliciesRequest,DataPolicyServiceClient.ListDataPoliciesPagedResponse> listDataPoliciesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListDataPoliciesRequest,ListDataPoliciesPagedResponse>

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
TypeDescription
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

updateDataPolicyCallable()

public UnaryCallable<UpdateDataPolicyRequest,DataPolicy> updateDataPolicyCallable()
Returns
TypeDescription
UnaryCallable<UpdateDataPolicyRequest,DataPolicy>