Class HttpJsonDataPolicyServiceStub (0.38.0)

public class HttpJsonDataPolicyServiceStub extends DataPolicyServiceStub

REST stub implementation for the DataPolicyService service API.

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

Inheritance

java.lang.Object > DataPolicyServiceStub > HttpJsonDataPolicyServiceStub

Static Methods

create(ClientContext clientContext)

public static final HttpJsonDataPolicyServiceStub create(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
HttpJsonDataPolicyServiceStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonDataPolicyServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory
Returns
TypeDescription
HttpJsonDataPolicyServiceStub
Exceptions
TypeDescription
IOException

create(DataPolicyServiceStubSettings settings)

public static final HttpJsonDataPolicyServiceStub create(DataPolicyServiceStubSettings settings)
Parameter
NameDescription
settingsDataPolicyServiceStubSettings
Returns
TypeDescription
HttpJsonDataPolicyServiceStub
Exceptions
TypeDescription
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
TypeDescription
List<ApiMethodDescriptor>

Constructors

HttpJsonDataPolicyServiceStub(DataPolicyServiceStubSettings settings, ClientContext clientContext)

protected HttpJsonDataPolicyServiceStub(DataPolicyServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonDataPolicyServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsDataPolicyServiceStubSettings
clientContextClientContext

HttpJsonDataPolicyServiceStub(DataPolicyServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonDataPolicyServiceStub(DataPolicyServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonDataPolicyServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsDataPolicyServiceStubSettings
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

close()

public final void close()
Overrides

createDataPolicyCallable()

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

deleteDataPolicyCallable()

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

getDataPolicyCallable()

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

getIamPolicyCallable()

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

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listDataPoliciesCallable()

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

listDataPoliciesPagedCallable()

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

setIamPolicyCallable()

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

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

testIamPermissionsCallable()

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

updateDataPolicyCallable()

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