public final class GDCHardwareManagementGrpc
The GDC Hardware Management service.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
Type |
Description |
String |
|
Static Methods
bindService(GDCHardwareManagementGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(GDCHardwareManagementGrpc.AsyncService service)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
public static MethodDescriptor<CreateCommentRequest,Operation> getCreateCommentMethod()
getCreateHardwareGroupMethod()
public static MethodDescriptor<CreateHardwareGroupRequest,Operation> getCreateHardwareGroupMethod()
getCreateHardwareMethod()
public static MethodDescriptor<CreateHardwareRequest,Operation> getCreateHardwareMethod()
getCreateOrderMethod()
public static MethodDescriptor<CreateOrderRequest,Operation> getCreateOrderMethod()
getCreateSiteMethod()
public static MethodDescriptor<CreateSiteRequest,Operation> getCreateSiteMethod()
getCreateZoneMethod()
public static MethodDescriptor<CreateZoneRequest,Operation> getCreateZoneMethod()
getDeleteHardwareGroupMethod()
public static MethodDescriptor<DeleteHardwareGroupRequest,Operation> getDeleteHardwareGroupMethod()
getDeleteHardwareMethod()
public static MethodDescriptor<DeleteHardwareRequest,Operation> getDeleteHardwareMethod()
getDeleteOrderMethod()
public static MethodDescriptor<DeleteOrderRequest,Operation> getDeleteOrderMethod()
getDeleteZoneMethod()
public static MethodDescriptor<DeleteZoneRequest,Operation> getDeleteZoneMethod()
getGetChangeLogEntryMethod()
public static MethodDescriptor<GetChangeLogEntryRequest,ChangeLogEntry> getGetChangeLogEntryMethod()
public static MethodDescriptor<GetCommentRequest,Comment> getGetCommentMethod()
getGetHardwareGroupMethod()
public static MethodDescriptor<GetHardwareGroupRequest,HardwareGroup> getGetHardwareGroupMethod()
getGetHardwareMethod()
public static MethodDescriptor<GetHardwareRequest,Hardware> getGetHardwareMethod()
getGetOrderMethod()
public static MethodDescriptor<GetOrderRequest,Order> getGetOrderMethod()
getGetSiteMethod()
public static MethodDescriptor<GetSiteRequest,Site> getGetSiteMethod()
getGetSkuMethod()
public static MethodDescriptor<GetSkuRequest,Sku> getGetSkuMethod()
getGetZoneMethod()
public static MethodDescriptor<GetZoneRequest,Zone> getGetZoneMethod()
getListChangeLogEntriesMethod()
public static MethodDescriptor<ListChangeLogEntriesRequest,ListChangeLogEntriesResponse> getListChangeLogEntriesMethod()
public static MethodDescriptor<ListCommentsRequest,ListCommentsResponse> getListCommentsMethod()
getListHardwareGroupsMethod()
public static MethodDescriptor<ListHardwareGroupsRequest,ListHardwareGroupsResponse> getListHardwareGroupsMethod()
getListHardwareMethod()
public static MethodDescriptor<ListHardwareRequest,ListHardwareResponse> getListHardwareMethod()
getListOrdersMethod()
public static MethodDescriptor<ListOrdersRequest,ListOrdersResponse> getListOrdersMethod()
getListSitesMethod()
public static MethodDescriptor<ListSitesRequest,ListSitesResponse> getListSitesMethod()
getListSkusMethod()
public static MethodDescriptor<ListSkusRequest,ListSkusResponse> getListSkusMethod()
getListZonesMethod()
public static MethodDescriptor<ListZonesRequest,ListZonesResponse> getListZonesMethod()
public static MethodDescriptor<RecordActionOnCommentRequest,Comment> getRecordActionOnCommentMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
io.grpc.ServiceDescriptor |
|
getSignalZoneStateMethod()
public static MethodDescriptor<SignalZoneStateRequest,Operation> getSignalZoneStateMethod()
getSubmitOrderMethod()
public static MethodDescriptor<SubmitOrderRequest,Operation> getSubmitOrderMethod()
getUpdateHardwareGroupMethod()
public static MethodDescriptor<UpdateHardwareGroupRequest,Operation> getUpdateHardwareGroupMethod()
getUpdateHardwareMethod()
public static MethodDescriptor<UpdateHardwareRequest,Operation> getUpdateHardwareMethod()
getUpdateOrderMethod()
public static MethodDescriptor<UpdateOrderRequest,Operation> getUpdateOrderMethod()
getUpdateSiteMethod()
public static MethodDescriptor<UpdateSiteRequest,Operation> getUpdateSiteMethod()
getUpdateZoneMethod()
public static MethodDescriptor<UpdateZoneRequest,Operation> getUpdateZoneMethod()
newBlockingStub(Channel channel)
public static GDCHardwareManagementGrpc.GDCHardwareManagementBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newFutureStub(Channel channel)
public static GDCHardwareManagementGrpc.GDCHardwareManagementFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newStub(Channel channel)
public static GDCHardwareManagementGrpc.GDCHardwareManagementStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|