Class MapsPlatformDatasetsGrpc
- java.lang.Object
-
- com.google.maps.mapsplatformdatasets.v1.MapsPlatformDatasetsGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/maps/mapsplatformdatasets/v1/maps_platform_datasets_service.proto") public final class MapsPlatformDatasetsGrpc extends Object
Service definition for the Maps Platform Datasets API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMapsPlatformDatasetsGrpc.AsyncServiceService definition for the Maps Platform Datasets API.static classMapsPlatformDatasetsGrpc.MapsPlatformDatasetsBlockingStubA stub to allow clients to do synchronous rpc calls to service MapsPlatformDatasets.static classMapsPlatformDatasetsGrpc.MapsPlatformDatasetsFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service MapsPlatformDatasets.static classMapsPlatformDatasetsGrpc.MapsPlatformDatasetsImplBaseBase class for the server implementation of the service MapsPlatformDatasets.static classMapsPlatformDatasetsGrpc.MapsPlatformDatasetsStubA stub to allow clients to do asynchronous rpc calls to service MapsPlatformDatasets.
-
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(MapsPlatformDatasetsGrpc.AsyncService service)static io.grpc.MethodDescriptor<CreateDatasetRequest,Dataset>getCreateDatasetMethod()static io.grpc.MethodDescriptor<DeleteDatasetRequest,com.google.protobuf.Empty>getDeleteDatasetMethod()static io.grpc.MethodDescriptor<GetDatasetRequest,Dataset>getGetDatasetMethod()static io.grpc.MethodDescriptor<ListDatasetsRequest,ListDatasetsResponse>getListDatasetsMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateDatasetMetadataRequest,Dataset>getUpdateDatasetMetadataMethod()static MapsPlatformDatasetsGrpc.MapsPlatformDatasetsBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic MapsPlatformDatasetsGrpc.MapsPlatformDatasetsFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic MapsPlatformDatasetsGrpc.MapsPlatformDatasetsStubnewStub(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
-
getCreateDatasetMethod
public static io.grpc.MethodDescriptor<CreateDatasetRequest,Dataset> getCreateDatasetMethod()
-
getUpdateDatasetMetadataMethod
public static io.grpc.MethodDescriptor<UpdateDatasetMetadataRequest,Dataset> getUpdateDatasetMetadataMethod()
-
getGetDatasetMethod
public static io.grpc.MethodDescriptor<GetDatasetRequest,Dataset> getGetDatasetMethod()
-
getListDatasetsMethod
public static io.grpc.MethodDescriptor<ListDatasetsRequest,ListDatasetsResponse> getListDatasetsMethod()
-
getDeleteDatasetMethod
public static io.grpc.MethodDescriptor<DeleteDatasetRequest,com.google.protobuf.Empty> getDeleteDatasetMethod()
-
newStub
public static MapsPlatformDatasetsGrpc.MapsPlatformDatasetsStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static MapsPlatformDatasetsGrpc.MapsPlatformDatasetsBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static MapsPlatformDatasetsGrpc.MapsPlatformDatasetsFutureStub 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(MapsPlatformDatasetsGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-