Class ContentServiceStub (1.5.0)

public abstract class ContentServiceStub implements BackgroundResource

Base stub class for the ContentService service API.

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

Inheritance

java.lang.Object > ContentServiceStub

Implements

BackgroundResource

Constructors

ContentServiceStub()

public ContentServiceStub()

Methods

close()

public abstract void close()

createContentCallable()

public UnaryCallable<CreateContentRequest,Content> createContentCallable()
Returns

deleteContentCallable()

public UnaryCallable<DeleteContentRequest,Empty> deleteContentCallable()
Returns

getContentCallable()

public UnaryCallable<GetContentRequest,Content> getContentCallable()
Returns

getIamPolicyCallable()

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

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

listContentCallable()

public UnaryCallable<ListContentRequest,ListContentResponse> listContentCallable()
Returns

listContentPagedCallable()

public UnaryCallable<ListContentRequest,ContentServiceClient.ListContentPagedResponse> listContentPagedCallable()
Returns

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,ContentServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

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>

updateContentCallable()

public UnaryCallable<UpdateContentRequest,Content> updateContentCallable()
Returns