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 interface
MapsPlatformDatasetsGrpc.AsyncService
Service definition for the Maps Platform Datasets API.static class
MapsPlatformDatasetsGrpc.MapsPlatformDatasetsBlockingStub
A stub to allow clients to do synchronous rpc calls to service MapsPlatformDatasets.static class
MapsPlatformDatasetsGrpc.MapsPlatformDatasetsFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service MapsPlatformDatasets.static class
MapsPlatformDatasetsGrpc.MapsPlatformDatasetsImplBase
Base class for the server implementation of the service MapsPlatformDatasets.static class
MapsPlatformDatasetsGrpc.MapsPlatformDatasetsStub
A stub to allow clients to do asynchronous rpc calls to service MapsPlatformDatasets.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(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.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateDatasetMetadataRequest,Dataset>
getUpdateDatasetMetadataMethod()
static MapsPlatformDatasetsGrpc.MapsPlatformDatasetsBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic MapsPlatformDatasetsGrpc.MapsPlatformDatasetsFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic MapsPlatformDatasetsGrpc.MapsPlatformDatasetsStub
newStub(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()
-
-