Class MetadataServiceStub (1.9.0)

public abstract class MetadataServiceStub implements BackgroundResource

Base stub class for the MetadataService service API.

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

Inheritance

java.lang.Object > MetadataServiceStub

Implements

BackgroundResource

Constructors

MetadataServiceStub()

public MetadataServiceStub()

Methods

close()

public abstract void close()

createEntityCallable()

public UnaryCallable<CreateEntityRequest,Entity> createEntityCallable()
Returns

createPartitionCallable()

public UnaryCallable<CreatePartitionRequest,Partition> createPartitionCallable()
Returns

deleteEntityCallable()

public UnaryCallable<DeleteEntityRequest,Empty> deleteEntityCallable()
Returns

deletePartitionCallable()

public UnaryCallable<DeletePartitionRequest,Empty> deletePartitionCallable()
Returns

getEntityCallable()

public UnaryCallable<GetEntityRequest,Entity> getEntityCallable()
Returns

getLocationCallable()

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

getPartitionCallable()

public UnaryCallable<GetPartitionRequest,Partition> getPartitionCallable()
Returns

listEntitiesCallable()

public UnaryCallable<ListEntitiesRequest,ListEntitiesResponse> listEntitiesCallable()
Returns

listEntitiesPagedCallable()

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

listLocationsCallable()

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

listLocationsPagedCallable()

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

listPartitionsCallable()

public UnaryCallable<ListPartitionsRequest,ListPartitionsResponse> listPartitionsCallable()
Returns

listPartitionsPagedCallable()

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

updateEntityCallable()

public UnaryCallable<UpdateEntityRequest,Entity> updateEntityCallable()
Returns