Package com.google.cloud.dataplex.v1
Class MetadataServiceGrpc
- java.lang.Object
-
- com.google.cloud.dataplex.v1.MetadataServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dataplex/v1/metadata.proto") public final class MetadataServiceGrpc extends Object
Metadata service manages metadata resources such as tables, filesets and partitions.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMetadataServiceGrpc.AsyncServiceMetadata service manages metadata resources such as tables, filesets and partitions.static classMetadataServiceGrpc.MetadataServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service MetadataService.static classMetadataServiceGrpc.MetadataServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service MetadataService.static classMetadataServiceGrpc.MetadataServiceImplBaseBase class for the server implementation of the service MetadataService.static classMetadataServiceGrpc.MetadataServiceStubA stub to allow clients to do asynchronous rpc calls to service MetadataService.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(MetadataServiceGrpc.AsyncService service)static io.grpc.MethodDescriptor<CreateEntityRequest,Entity>getCreateEntityMethod()static io.grpc.MethodDescriptor<CreatePartitionRequest,Partition>getCreatePartitionMethod()static io.grpc.MethodDescriptor<DeleteEntityRequest,com.google.protobuf.Empty>getDeleteEntityMethod()static io.grpc.MethodDescriptor<DeletePartitionRequest,com.google.protobuf.Empty>getDeletePartitionMethod()static io.grpc.MethodDescriptor<GetEntityRequest,Entity>getGetEntityMethod()static io.grpc.MethodDescriptor<GetPartitionRequest,Partition>getGetPartitionMethod()static io.grpc.MethodDescriptor<ListEntitiesRequest,ListEntitiesResponse>getListEntitiesMethod()static io.grpc.MethodDescriptor<ListPartitionsRequest,ListPartitionsResponse>getListPartitionsMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateEntityRequest,Entity>getUpdateEntityMethod()static MetadataServiceGrpc.MetadataServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic MetadataServiceGrpc.MetadataServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic MetadataServiceGrpc.MetadataServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateEntityMethod
public static io.grpc.MethodDescriptor<CreateEntityRequest,Entity> getCreateEntityMethod()
-
getUpdateEntityMethod
public static io.grpc.MethodDescriptor<UpdateEntityRequest,Entity> getUpdateEntityMethod()
-
getDeleteEntityMethod
public static io.grpc.MethodDescriptor<DeleteEntityRequest,com.google.protobuf.Empty> getDeleteEntityMethod()
-
getGetEntityMethod
public static io.grpc.MethodDescriptor<GetEntityRequest,Entity> getGetEntityMethod()
-
getListEntitiesMethod
public static io.grpc.MethodDescriptor<ListEntitiesRequest,ListEntitiesResponse> getListEntitiesMethod()
-
getCreatePartitionMethod
public static io.grpc.MethodDescriptor<CreatePartitionRequest,Partition> getCreatePartitionMethod()
-
getDeletePartitionMethod
public static io.grpc.MethodDescriptor<DeletePartitionRequest,com.google.protobuf.Empty> getDeletePartitionMethod()
-
getGetPartitionMethod
public static io.grpc.MethodDescriptor<GetPartitionRequest,Partition> getGetPartitionMethod()
-
getListPartitionsMethod
public static io.grpc.MethodDescriptor<ListPartitionsRequest,ListPartitionsResponse> getListPartitionsMethod()
-
newStub
public static MetadataServiceGrpc.MetadataServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static MetadataServiceGrpc.MetadataServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static MetadataServiceGrpc.MetadataServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(MetadataServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-