Class MetadataServiceStub
- java.lang.Object
-
- com.google.cloud.dataplex.v1.stub.MetadataServiceStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcMetadataServiceStub
,HttpJsonMetadataServiceStub
@Generated("by gapic-generator-java") public abstract class MetadataServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the MetadataService service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description MetadataServiceStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<CreateEntityRequest,Entity>
createEntityCallable()
com.google.api.gax.rpc.UnaryCallable<CreatePartitionRequest,Partition>
createPartitionCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteEntityRequest,com.google.protobuf.Empty>
deleteEntityCallable()
com.google.api.gax.rpc.UnaryCallable<DeletePartitionRequest,com.google.protobuf.Empty>
deletePartitionCallable()
com.google.api.gax.rpc.UnaryCallable<GetEntityRequest,Entity>
getEntityCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
getLocationCallable()
com.google.api.gax.rpc.UnaryCallable<GetPartitionRequest,Partition>
getPartitionCallable()
com.google.api.gax.rpc.UnaryCallable<ListEntitiesRequest,ListEntitiesResponse>
listEntitiesCallable()
com.google.api.gax.rpc.UnaryCallable<ListEntitiesRequest,MetadataServiceClient.ListEntitiesPagedResponse>
listEntitiesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>
listLocationsCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,MetadataServiceClient.ListLocationsPagedResponse>
listLocationsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListPartitionsRequest,ListPartitionsResponse>
listPartitionsCallable()
com.google.api.gax.rpc.UnaryCallable<ListPartitionsRequest,MetadataServiceClient.ListPartitionsPagedResponse>
listPartitionsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateEntityRequest,Entity>
updateEntityCallable()
-
-
-
Method Detail
-
createEntityCallable
public com.google.api.gax.rpc.UnaryCallable<CreateEntityRequest,Entity> createEntityCallable()
-
updateEntityCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateEntityRequest,Entity> updateEntityCallable()
-
deleteEntityCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteEntityRequest,com.google.protobuf.Empty> deleteEntityCallable()
-
getEntityCallable
public com.google.api.gax.rpc.UnaryCallable<GetEntityRequest,Entity> getEntityCallable()
-
listEntitiesPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListEntitiesRequest,MetadataServiceClient.ListEntitiesPagedResponse> listEntitiesPagedCallable()
-
listEntitiesCallable
public com.google.api.gax.rpc.UnaryCallable<ListEntitiesRequest,ListEntitiesResponse> listEntitiesCallable()
-
createPartitionCallable
public com.google.api.gax.rpc.UnaryCallable<CreatePartitionRequest,Partition> createPartitionCallable()
-
deletePartitionCallable
public com.google.api.gax.rpc.UnaryCallable<DeletePartitionRequest,com.google.protobuf.Empty> deletePartitionCallable()
-
getPartitionCallable
public com.google.api.gax.rpc.UnaryCallable<GetPartitionRequest,Partition> getPartitionCallable()
-
listPartitionsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListPartitionsRequest,MetadataServiceClient.ListPartitionsPagedResponse> listPartitionsPagedCallable()
-
listPartitionsCallable
public com.google.api.gax.rpc.UnaryCallable<ListPartitionsRequest,ListPartitionsResponse> listPartitionsCallable()
-
listLocationsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,MetadataServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
-
listLocationsCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
-
getLocationCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-