public final class AppHubGrpc
The App Hub API allows you to manage App Hub resources.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
Type |
Description |
String |
|
Static Methods
bindService(AppHubGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(AppHubGrpc.AsyncService service)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
getCreateApplicationMethod()
public static MethodDescriptor<CreateApplicationRequest,Operation> getCreateApplicationMethod()
getCreateServiceMethod()
public static MethodDescriptor<CreateServiceRequest,Operation> getCreateServiceMethod()
getCreateServiceProjectAttachmentMethod()
public static MethodDescriptor<CreateServiceProjectAttachmentRequest,Operation> getCreateServiceProjectAttachmentMethod()
getCreateWorkloadMethod()
public static MethodDescriptor<CreateWorkloadRequest,Operation> getCreateWorkloadMethod()
getDeleteApplicationMethod()
public static MethodDescriptor<DeleteApplicationRequest,Operation> getDeleteApplicationMethod()
getDeleteServiceMethod()
public static MethodDescriptor<DeleteServiceRequest,Operation> getDeleteServiceMethod()
getDeleteServiceProjectAttachmentMethod()
public static MethodDescriptor<DeleteServiceProjectAttachmentRequest,Operation> getDeleteServiceProjectAttachmentMethod()
getDeleteWorkloadMethod()
public static MethodDescriptor<DeleteWorkloadRequest,Operation> getDeleteWorkloadMethod()
getDetachServiceProjectAttachmentMethod()
public static MethodDescriptor<DetachServiceProjectAttachmentRequest,DetachServiceProjectAttachmentResponse> getDetachServiceProjectAttachmentMethod()
getGetApplicationMethod()
public static MethodDescriptor<GetApplicationRequest,Application> getGetApplicationMethod()
getGetDiscoveredServiceMethod()
public static MethodDescriptor<GetDiscoveredServiceRequest,DiscoveredService> getGetDiscoveredServiceMethod()
getGetDiscoveredWorkloadMethod()
public static MethodDescriptor<GetDiscoveredWorkloadRequest,DiscoveredWorkload> getGetDiscoveredWorkloadMethod()
getGetServiceMethod()
public static MethodDescriptor<GetServiceRequest,Service> getGetServiceMethod()
getGetServiceProjectAttachmentMethod()
public static MethodDescriptor<GetServiceProjectAttachmentRequest,ServiceProjectAttachment> getGetServiceProjectAttachmentMethod()
getGetWorkloadMethod()
public static MethodDescriptor<GetWorkloadRequest,Workload> getGetWorkloadMethod()
getListApplicationsMethod()
public static MethodDescriptor<ListApplicationsRequest,ListApplicationsResponse> getListApplicationsMethod()
getListDiscoveredServicesMethod()
public static MethodDescriptor<ListDiscoveredServicesRequest,ListDiscoveredServicesResponse> getListDiscoveredServicesMethod()
getListDiscoveredWorkloadsMethod()
public static MethodDescriptor<ListDiscoveredWorkloadsRequest,ListDiscoveredWorkloadsResponse> getListDiscoveredWorkloadsMethod()
getListServiceProjectAttachmentsMethod()
public static MethodDescriptor<ListServiceProjectAttachmentsRequest,ListServiceProjectAttachmentsResponse> getListServiceProjectAttachmentsMethod()
getListServicesMethod()
public static MethodDescriptor<ListServicesRequest,ListServicesResponse> getListServicesMethod()
getListWorkloadsMethod()
public static MethodDescriptor<ListWorkloadsRequest,ListWorkloadsResponse> getListWorkloadsMethod()
getLookupDiscoveredServiceMethod()
public static MethodDescriptor<LookupDiscoveredServiceRequest,LookupDiscoveredServiceResponse> getLookupDiscoveredServiceMethod()
getLookupDiscoveredWorkloadMethod()
public static MethodDescriptor<LookupDiscoveredWorkloadRequest,LookupDiscoveredWorkloadResponse> getLookupDiscoveredWorkloadMethod()
getLookupServiceProjectAttachmentMethod()
public static MethodDescriptor<LookupServiceProjectAttachmentRequest,LookupServiceProjectAttachmentResponse> getLookupServiceProjectAttachmentMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
io.grpc.ServiceDescriptor |
|
getUpdateApplicationMethod()
public static MethodDescriptor<UpdateApplicationRequest,Operation> getUpdateApplicationMethod()
getUpdateServiceMethod()
public static MethodDescriptor<UpdateServiceRequest,Operation> getUpdateServiceMethod()
getUpdateWorkloadMethod()
public static MethodDescriptor<UpdateWorkloadRequest,Operation> getUpdateWorkloadMethod()
newBlockingStub(Channel channel)
public static AppHubGrpc.AppHubBlockingStub 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 AppHubGrpc.AppHubFutureStub 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 AppHubGrpc.AppHubStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|