Class MapsPlatformDatasetsV1AlphaGrpc
- java.lang.Object
-
- com.google.maps.mapsplatformdatasets.v1alpha.MapsPlatformDatasetsV1AlphaGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/maps/mapsplatformdatasets/v1alpha/maps_platform_datasets_alpha_service.proto") public final class MapsPlatformDatasetsV1AlphaGrpc extends Object
Service definition for the Maps Platform Datasets API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
MapsPlatformDatasetsV1AlphaGrpc.AsyncService
Service definition for the Maps Platform Datasets API.static class
MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaBlockingStub
A stub to allow clients to do synchronous rpc calls to service MapsPlatformDatasetsV1Alpha.static class
MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service MapsPlatformDatasetsV1Alpha.static class
MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaImplBase
Base class for the server implementation of the service MapsPlatformDatasetsV1Alpha.static class
MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaStub
A stub to allow clients to do asynchronous rpc calls to service MapsPlatformDatasetsV1Alpha.
-
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(MapsPlatformDatasetsV1AlphaGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateDatasetRequest,Dataset>
getCreateDatasetMethod()
static io.grpc.MethodDescriptor<DeleteDatasetRequest,com.google.protobuf.Empty>
getDeleteDatasetMethod()
static io.grpc.MethodDescriptor<DeleteDatasetVersionRequest,com.google.protobuf.Empty>
getDeleteDatasetVersionMethod()
static io.grpc.MethodDescriptor<GetDatasetRequest,Dataset>
getGetDatasetMethod()
static io.grpc.MethodDescriptor<ListDatasetsRequest,ListDatasetsResponse>
getListDatasetsMethod()
static io.grpc.MethodDescriptor<ListDatasetVersionsRequest,ListDatasetVersionsResponse>
getListDatasetVersionsMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateDatasetMetadataRequest,Dataset>
getUpdateDatasetMetadataMethod()
static MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaStub
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()
-
getListDatasetVersionsMethod
public static io.grpc.MethodDescriptor<ListDatasetVersionsRequest,ListDatasetVersionsResponse> getListDatasetVersionsMethod()
-
getListDatasetsMethod
public static io.grpc.MethodDescriptor<ListDatasetsRequest,ListDatasetsResponse> getListDatasetsMethod()
-
getDeleteDatasetMethod
public static io.grpc.MethodDescriptor<DeleteDatasetRequest,com.google.protobuf.Empty> getDeleteDatasetMethod()
-
getDeleteDatasetVersionMethod
public static io.grpc.MethodDescriptor<DeleteDatasetVersionRequest,com.google.protobuf.Empty> getDeleteDatasetVersionMethod()
-
newStub
public static MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static MapsPlatformDatasetsV1AlphaGrpc.MapsPlatformDatasetsV1AlphaFutureStub 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(MapsPlatformDatasetsV1AlphaGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-