Class ContentServiceStub (1.39.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
TypeDescription
UnaryCallable<CreateContentRequest,Content>

deleteContentCallable()

public UnaryCallable<DeleteContentRequest,Empty> deleteContentCallable()
Returns
TypeDescription
UnaryCallable<DeleteContentRequest,Empty>

getContentCallable()

public UnaryCallable<GetContentRequest,Content> getContentCallable()
Returns
TypeDescription
UnaryCallable<GetContentRequest,Content>

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
TypeDescription
UnaryCallable<ListContentRequest,ListContentResponse>

listContentPagedCallable()

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

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
TypeDescription
UnaryCallable<UpdateContentRequest,Content>