Class ApplicationsGrpc (2.2.0)

public final class ApplicationsGrpc

Manages App Engine applications.

Inheritance

java.lang.Object > ApplicationsGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getCreateApplicationMethod()

public static MethodDescriptor<CreateApplicationRequest,Operation> getCreateApplicationMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateApplicationRequest,Operation>

getGetApplicationMethod()

public static MethodDescriptor<GetApplicationRequest,Application> getGetApplicationMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetApplicationRequest,Application>

getRepairApplicationMethod()

public static MethodDescriptor<RepairApplicationRequest,Operation> getRepairApplicationMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<RepairApplicationRequest,Operation>

getServiceDescriptor()

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

getUpdateApplicationMethod()

public static MethodDescriptor<UpdateApplicationRequest,Operation> getUpdateApplicationMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateApplicationRequest,Operation>

newBlockingStub(Channel channel)

public static ApplicationsGrpc.ApplicationsBlockingStub 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
ApplicationsGrpc.ApplicationsBlockingStub

newFutureStub(Channel channel)

public static ApplicationsGrpc.ApplicationsFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ApplicationsGrpc.ApplicationsFutureStub

newStub(Channel channel)

public static ApplicationsGrpc.ApplicationsStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ApplicationsGrpc.ApplicationsStub