Class HttpJsonContentServiceStub (1.9.0)

public class HttpJsonContentServiceStub extends ContentServiceStub

REST stub implementation for the ContentService service API.

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

Inheritance

java.lang.Object > ContentServiceStub > HttpJsonContentServiceStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

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

create(ContentServiceStubSettings settings)

public static final HttpJsonContentServiceStub create(ContentServiceStubSettings settings)
Parameter
NameDescription
settingsContentServiceStubSettings
Returns
TypeDescription
HttpJsonContentServiceStub
Exceptions
TypeDescription
IOException

getMethodDescriptors()

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

Constructors

HttpJsonContentServiceStub(ContentServiceStubSettings settings, ClientContext clientContext)

protected HttpJsonContentServiceStub(ContentServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonContentServiceStub, 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
settingsContentServiceStubSettings
clientContextClientContext

HttpJsonContentServiceStub(ContentServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonContentServiceStub(ContentServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonContentServiceStub, 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
settingsContentServiceStubSettings
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

createContentCallable()

public UnaryCallable<CreateContentRequest,Content> createContentCallable()
Returns
TypeDescription
UnaryCallable<CreateContentRequest,Content>
Overrides

deleteContentCallable()

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

getContentCallable()

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

getIamPolicyCallable()

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

getLocationCallable()

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

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listContentCallable()

public UnaryCallable<ListContentRequest,ListContentResponse> listContentCallable()
Returns
TypeDescription
UnaryCallable<ListContentRequest,ListContentResponse>
Overrides

listContentPagedCallable()

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

listLocationsCallable()

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

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,ContentServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>
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

updateContentCallable()

public UnaryCallable<UpdateContentRequest,Content> updateContentCallable()
Returns
TypeDescription
UnaryCallable<UpdateContentRequest,Content>
Overrides