Class ApplicationsGrpc (2.24.0)

publicfinalclass ApplicationsGrpc

Manages App Engine applications.

Inheritance

java.lang.Object > ApplicationsGrpc

Static Fields

SERVICE_NAME

publicstaticfinalStringSERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(ApplicationsGrpc.AsyncService service)

publicstaticfinalServerServiceDefinitionbindService(ApplicationsGrpc.AsyncServiceservice)
Parameter
Name Description
service ApplicationsGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getCreateApplicationMethod()

publicstaticMethodDescriptor<CreateApplicationRequest,Operation>getCreateApplicationMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateApplicationRequest,Operation>

getGetApplicationMethod()

publicstaticMethodDescriptor<GetApplicationRequest,Application>getGetApplicationMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetApplicationRequest,Application>

getRepairApplicationMethod()

publicstaticMethodDescriptor<RepairApplicationRequest,Operation>getRepairApplicationMethod()
Returns
Type Description
io.grpc.MethodDescriptor<RepairApplicationRequest,Operation>

getServiceDescriptor()

publicstaticServiceDescriptorgetServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateApplicationMethod()

publicstaticMethodDescriptor<UpdateApplicationRequest,Operation>getUpdateApplicationMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateApplicationRequest,Operation>

newBlockingStub(Channel channel)

publicstaticApplicationsGrpc.ApplicationsBlockingStubnewBlockingStub(Channelchannel)

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

newFutureStub(Channel channel)

publicstaticApplicationsGrpc.ApplicationsFutureStubnewFutureStub(Channelchannel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
ApplicationsGrpc.ApplicationsFutureStub

newStub(Channel channel)

publicstaticApplicationsGrpc.ApplicationsStubnewStub(Channelchannel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
ApplicationsGrpc.ApplicationsStub

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.