Class CloudControlsPartnerCoreGrpc (0.1.0)

public final class CloudControlsPartnerCoreGrpc

Service describing handlers for resources

Inheritance

java.lang.Object > CloudControlsPartnerCoreGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(CloudControlsPartnerCoreGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(CloudControlsPartnerCoreGrpc.AsyncService service)
Parameter
NameDescription
serviceCloudControlsPartnerCoreGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getGetCustomerMethod()

public static MethodDescriptor<GetCustomerRequest,Customer> getGetCustomerMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetCustomerRequest,Customer>

getGetEkmConnectionsMethod()

public static MethodDescriptor<GetEkmConnectionsRequest,EkmConnections> getGetEkmConnectionsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetEkmConnectionsRequest,EkmConnections>

getGetPartnerMethod()

public static MethodDescriptor<GetPartnerRequest,Partner> getGetPartnerMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetPartnerRequest,Partner>

getGetPartnerPermissionsMethod()

public static MethodDescriptor<GetPartnerPermissionsRequest,PartnerPermissions> getGetPartnerPermissionsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetPartnerPermissionsRequest,PartnerPermissions>

getGetWorkloadMethod()

public static MethodDescriptor<GetWorkloadRequest,Workload> getGetWorkloadMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetWorkloadRequest,Workload>

getListAccessApprovalRequestsMethod()

public static MethodDescriptor<ListAccessApprovalRequestsRequest,ListAccessApprovalRequestsResponse> getListAccessApprovalRequestsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListAccessApprovalRequestsRequest,ListAccessApprovalRequestsResponse>

getListCustomersMethod()

public static MethodDescriptor<ListCustomersRequest,ListCustomersResponse> getListCustomersMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListCustomersRequest,ListCustomersResponse>

getListWorkloadsMethod()

public static MethodDescriptor<ListWorkloadsRequest,ListWorkloadsResponse> getListWorkloadsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListWorkloadsRequest,ListWorkloadsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static CloudControlsPartnerCoreGrpc.CloudControlsPartnerCoreBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CloudControlsPartnerCoreGrpc.CloudControlsPartnerCoreBlockingStub

newFutureStub(Channel channel)

public static CloudControlsPartnerCoreGrpc.CloudControlsPartnerCoreFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CloudControlsPartnerCoreGrpc.CloudControlsPartnerCoreFutureStub

newStub(Channel channel)

public static CloudControlsPartnerCoreGrpc.CloudControlsPartnerCoreStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CloudControlsPartnerCoreGrpc.CloudControlsPartnerCoreStub