Class MetadataServiceStub (1.39.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
TypeDescription
UnaryCallable<CreateEntityRequest,Entity>

createPartitionCallable()

public UnaryCallable<CreatePartitionRequest,Partition> createPartitionCallable()
Returns
TypeDescription
UnaryCallable<CreatePartitionRequest,Partition>

deleteEntityCallable()

public UnaryCallable<DeleteEntityRequest,Empty> deleteEntityCallable()
Returns
TypeDescription
UnaryCallable<DeleteEntityRequest,Empty>

deletePartitionCallable()

public UnaryCallable<DeletePartitionRequest,Empty> deletePartitionCallable()
Returns
TypeDescription
UnaryCallable<DeletePartitionRequest,Empty>

getEntityCallable()

public UnaryCallable<GetEntityRequest,Entity> getEntityCallable()
Returns
TypeDescription
UnaryCallable<GetEntityRequest,Entity>

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
TypeDescription
UnaryCallable<GetPartitionRequest,Partition>

listEntitiesCallable()

public UnaryCallable<ListEntitiesRequest,ListEntitiesResponse> listEntitiesCallable()
Returns
TypeDescription
UnaryCallable<ListEntitiesRequest,ListEntitiesResponse>

listEntitiesPagedCallable()

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

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
TypeDescription
UnaryCallable<ListPartitionsRequest,ListPartitionsResponse>

listPartitionsPagedCallable()

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

updateEntityCallable()

public UnaryCallable<UpdateEntityRequest,Entity> updateEntityCallable()
Returns
TypeDescription
UnaryCallable<UpdateEntityRequest,Entity>