Class SaasDeploymentsGrpc (0.2.0)

public final class SaasDeploymentsGrpc

Manages the deployment of SaaS services.

Inheritance

java.lang.Object > SaasDeploymentsGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(SaasDeploymentsGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(SaasDeploymentsGrpc.AsyncService service)
Parameter
Name Description
service SaasDeploymentsGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getCreateReleaseMethod()

public static MethodDescriptor<CreateReleaseRequest,Release> getCreateReleaseMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateReleaseRequest,Release>

getCreateSaasMethod()

public static MethodDescriptor<CreateSaasRequest,Saas> getCreateSaasMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateSaasRequest,Saas>

getCreateTenantMethod()

public static MethodDescriptor<CreateTenantRequest,Tenant> getCreateTenantMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateTenantRequest,Tenant>

getCreateUnitKindMethod()

public static MethodDescriptor<CreateUnitKindRequest,UnitKind> getCreateUnitKindMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateUnitKindRequest,UnitKind>

getCreateUnitMethod()

public static MethodDescriptor<CreateUnitRequest,Unit> getCreateUnitMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateUnitRequest,Unit>

getCreateUnitOperationMethod()

public static MethodDescriptor<CreateUnitOperationRequest,UnitOperation> getCreateUnitOperationMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateUnitOperationRequest,UnitOperation>

getDeleteReleaseMethod()

public static MethodDescriptor<DeleteReleaseRequest,Empty> getDeleteReleaseMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteReleaseRequest,Empty>

getDeleteSaasMethod()

public static MethodDescriptor<DeleteSaasRequest,Empty> getDeleteSaasMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteSaasRequest,Empty>

getDeleteTenantMethod()

public static MethodDescriptor<DeleteTenantRequest,Empty> getDeleteTenantMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteTenantRequest,Empty>

getDeleteUnitKindMethod()

public static MethodDescriptor<DeleteUnitKindRequest,Empty> getDeleteUnitKindMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteUnitKindRequest,Empty>

getDeleteUnitMethod()

public static MethodDescriptor<DeleteUnitRequest,Empty> getDeleteUnitMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteUnitRequest,Empty>

getDeleteUnitOperationMethod()

public static MethodDescriptor<DeleteUnitOperationRequest,Empty> getDeleteUnitOperationMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteUnitOperationRequest,Empty>

getGetReleaseMethod()

public static MethodDescriptor<GetReleaseRequest,Release> getGetReleaseMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetReleaseRequest,Release>

getGetSaasMethod()

public static MethodDescriptor<GetSaasRequest,Saas> getGetSaasMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetSaasRequest,Saas>

getGetTenantMethod()

public static MethodDescriptor<GetTenantRequest,Tenant> getGetTenantMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetTenantRequest,Tenant>

getGetUnitKindMethod()

public static MethodDescriptor<GetUnitKindRequest,UnitKind> getGetUnitKindMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetUnitKindRequest,UnitKind>

getGetUnitMethod()

public static MethodDescriptor<GetUnitRequest,Unit> getGetUnitMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetUnitRequest,Unit>

getGetUnitOperationMethod()

public static MethodDescriptor<GetUnitOperationRequest,UnitOperation> getGetUnitOperationMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetUnitOperationRequest,UnitOperation>

getListReleasesMethod()

public static MethodDescriptor<ListReleasesRequest,ListReleasesResponse> getListReleasesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListReleasesRequest,ListReleasesResponse>

getListSaasMethod()

public static MethodDescriptor<ListSaasRequest,ListSaasResponse> getListSaasMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListSaasRequest,ListSaasResponse>

getListTenantsMethod()

public static MethodDescriptor<ListTenantsRequest,ListTenantsResponse> getListTenantsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListTenantsRequest,ListTenantsResponse>

getListUnitKindsMethod()

public static MethodDescriptor<ListUnitKindsRequest,ListUnitKindsResponse> getListUnitKindsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListUnitKindsRequest,ListUnitKindsResponse>

getListUnitOperationsMethod()

public static MethodDescriptor<ListUnitOperationsRequest,ListUnitOperationsResponse> getListUnitOperationsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListUnitOperationsRequest,ListUnitOperationsResponse>

getListUnitsMethod()

public static MethodDescriptor<ListUnitsRequest,ListUnitsResponse> getListUnitsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListUnitsRequest,ListUnitsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateReleaseMethod()

public static MethodDescriptor<UpdateReleaseRequest,Release> getUpdateReleaseMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateReleaseRequest,Release>

getUpdateSaasMethod()

public static MethodDescriptor<UpdateSaasRequest,Saas> getUpdateSaasMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateSaasRequest,Saas>

getUpdateTenantMethod()

public static MethodDescriptor<UpdateTenantRequest,Tenant> getUpdateTenantMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateTenantRequest,Tenant>

getUpdateUnitKindMethod()

public static MethodDescriptor<UpdateUnitKindRequest,UnitKind> getUpdateUnitKindMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateUnitKindRequest,UnitKind>

getUpdateUnitMethod()

public static MethodDescriptor<UpdateUnitRequest,Unit> getUpdateUnitMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateUnitRequest,Unit>

getUpdateUnitOperationMethod()

public static MethodDescriptor<UpdateUnitOperationRequest,UnitOperation> getUpdateUnitOperationMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateUnitOperationRequest,UnitOperation>

newBlockingStub(Channel channel)

public static SaasDeploymentsGrpc.SaasDeploymentsBlockingStub 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
Returns
Type Description
SaasDeploymentsGrpc.SaasDeploymentsBlockingStub

newBlockingV2Stub(Channel channel)

public static SaasDeploymentsGrpc.SaasDeploymentsBlockingV2Stub newBlockingV2Stub(Channel channel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
SaasDeploymentsGrpc.SaasDeploymentsBlockingV2Stub

newFutureStub(Channel channel)

public static SaasDeploymentsGrpc.SaasDeploymentsFutureStub newFutureStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
SaasDeploymentsGrpc.SaasDeploymentsFutureStub

newStub(Channel channel)

public static SaasDeploymentsGrpc.SaasDeploymentsStub newStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
SaasDeploymentsGrpc.SaasDeploymentsStub