Class HttpJsonMetadataServiceStub (1.40.0)

public class HttpJsonMetadataServiceStub extends MetadataServiceStub

REST stub implementation for the MetadataService service API.

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

Inheritance

java.lang.Object > MetadataServiceStub > HttpJsonMetadataServiceStub

Static Methods

create(ClientContext clientContext)

public static final HttpJsonMetadataServiceStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
HttpJsonMetadataServiceStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonMetadataServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory
Returns
Type Description
HttpJsonMetadataServiceStub
Exceptions
Type Description
IOException

create(MetadataServiceStubSettings settings)

public static final HttpJsonMetadataServiceStub create(MetadataServiceStubSettings settings)
Parameter
Name Description
settings MetadataServiceStubSettings
Returns
Type Description
HttpJsonMetadataServiceStub
Exceptions
Type Description
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
Type Description
List<ApiMethodDescriptor>

Constructors

HttpJsonMetadataServiceStub(MetadataServiceStubSettings settings, ClientContext clientContext)

protected HttpJsonMetadataServiceStub(MetadataServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonMetadataServiceStub, 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
Name Description
settings MetadataServiceStubSettings
clientContext ClientContext

HttpJsonMetadataServiceStub(MetadataServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonMetadataServiceStub(MetadataServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonMetadataServiceStub, 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
Name Description
settings MetadataServiceStubSettings
clientContext ClientContext
callableFactory HttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

public final void close()
Overrides

createEntityCallable()

public UnaryCallable<CreateEntityRequest,Entity> createEntityCallable()
Returns
Type Description
UnaryCallable<CreateEntityRequest,Entity>
Overrides

createPartitionCallable()

public UnaryCallable<CreatePartitionRequest,Partition> createPartitionCallable()
Returns
Type Description
UnaryCallable<CreatePartitionRequest,Partition>
Overrides

deleteEntityCallable()

public UnaryCallable<DeleteEntityRequest,Empty> deleteEntityCallable()
Returns
Type Description
UnaryCallable<DeleteEntityRequest,Empty>
Overrides

deletePartitionCallable()

public UnaryCallable<DeletePartitionRequest,Empty> deletePartitionCallable()
Returns
Type Description
UnaryCallable<DeletePartitionRequest,Empty>
Overrides

getEntityCallable()

public UnaryCallable<GetEntityRequest,Entity> getEntityCallable()
Returns
Type Description
UnaryCallable<GetEntityRequest,Entity>
Overrides

getLocationCallable()

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

getPartitionCallable()

public UnaryCallable<GetPartitionRequest,Partition> getPartitionCallable()
Returns
Type Description
UnaryCallable<GetPartitionRequest,Partition>
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listEntitiesCallable()

public UnaryCallable<ListEntitiesRequest,ListEntitiesResponse> listEntitiesCallable()
Returns
Type Description
UnaryCallable<ListEntitiesRequest,ListEntitiesResponse>
Overrides

listEntitiesPagedCallable()

public UnaryCallable<ListEntitiesRequest,MetadataServiceClient.ListEntitiesPagedResponse> listEntitiesPagedCallable()
Returns
Type Description
UnaryCallable<ListEntitiesRequest,ListEntitiesPagedResponse>
Overrides

listLocationsCallable()

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

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,MetadataServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>
Overrides

listPartitionsCallable()

public UnaryCallable<ListPartitionsRequest,ListPartitionsResponse> listPartitionsCallable()
Returns
Type Description
UnaryCallable<ListPartitionsRequest,ListPartitionsResponse>
Overrides

listPartitionsPagedCallable()

public UnaryCallable<ListPartitionsRequest,MetadataServiceClient.ListPartitionsPagedResponse> listPartitionsPagedCallable()
Returns
Type Description
UnaryCallable<ListPartitionsRequest,ListPartitionsPagedResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

updateEntityCallable()

public UnaryCallable<UpdateEntityRequest,Entity> updateEntityCallable()
Returns
Type Description
UnaryCallable<UpdateEntityRequest,Entity>
Overrides