Uses of Class
com.google.appengine.v1.UpdateApplicationRequest
-
Packages that use UpdateApplicationRequest Package Description com.google.appengine.v1 A client to App Engine Admin APIcom.google.appengine.v1.stub -
-
Uses of UpdateApplicationRequest in com.google.appengine.v1
Methods in com.google.appengine.v1 that return UpdateApplicationRequest Modifier and Type Method Description UpdateApplicationRequest
UpdateApplicationRequest.Builder. build()
UpdateApplicationRequest
UpdateApplicationRequest.Builder. buildPartial()
static UpdateApplicationRequest
UpdateApplicationRequest. getDefaultInstance()
UpdateApplicationRequest
UpdateApplicationRequest.Builder. getDefaultInstanceForType()
UpdateApplicationRequest
UpdateApplicationRequest. getDefaultInstanceForType()
static UpdateApplicationRequest
UpdateApplicationRequest. parseDelimitedFrom(InputStream input)
static UpdateApplicationRequest
UpdateApplicationRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateApplicationRequest
UpdateApplicationRequest. parseFrom(byte[] data)
static UpdateApplicationRequest
UpdateApplicationRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateApplicationRequest
UpdateApplicationRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateApplicationRequest
UpdateApplicationRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateApplicationRequest
UpdateApplicationRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateApplicationRequest
UpdateApplicationRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateApplicationRequest
UpdateApplicationRequest. parseFrom(InputStream input)
static UpdateApplicationRequest
UpdateApplicationRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateApplicationRequest
UpdateApplicationRequest. parseFrom(ByteBuffer data)
static UpdateApplicationRequest
UpdateApplicationRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.appengine.v1 that return types with arguments of type UpdateApplicationRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateApplicationRequest>
UpdateApplicationRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateApplicationRequest,com.google.longrunning.Operation>
ApplicationsGrpc. getUpdateApplicationMethod()
static com.google.protobuf.Parser<UpdateApplicationRequest>
UpdateApplicationRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UpdateApplicationRequest,com.google.longrunning.Operation>
ApplicationsClient. updateApplicationCallable()
Updates the specified Application resource.com.google.api.gax.rpc.OperationCallable<UpdateApplicationRequest,Application,OperationMetadataV1>
ApplicationsClient. updateApplicationOperationCallable()
Updates the specified Application resource.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateApplicationRequest,Application,OperationMetadataV1>
ApplicationsSettings.Builder. updateApplicationOperationSettings()
Returns the builder for the settings used for calls to updateApplication.com.google.api.gax.rpc.OperationCallSettings<UpdateApplicationRequest,Application,OperationMetadataV1>
ApplicationsSettings. updateApplicationOperationSettings()
Returns the object with the settings used for calls to updateApplication.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateApplicationRequest,com.google.longrunning.Operation>
ApplicationsSettings.Builder. updateApplicationSettings()
Returns the builder for the settings used for calls to updateApplication.com.google.api.gax.rpc.UnaryCallSettings<UpdateApplicationRequest,com.google.longrunning.Operation>
ApplicationsSettings. updateApplicationSettings()
Returns the object with the settings used for calls to updateApplication.Methods in com.google.appengine.v1 with parameters of type UpdateApplicationRequest Modifier and Type Method Description UpdateApplicationRequest.Builder
UpdateApplicationRequest.Builder. mergeFrom(UpdateApplicationRequest other)
static UpdateApplicationRequest.Builder
UpdateApplicationRequest. newBuilder(UpdateApplicationRequest prototype)
com.google.longrunning.Operation
ApplicationsGrpc.ApplicationsBlockingStub. updateApplication(UpdateApplicationRequest request)
Updates the specified Application resource.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
ApplicationsGrpc.ApplicationsFutureStub. updateApplication(UpdateApplicationRequest request)
Updates the specified Application resource.void
ApplicationsGrpc.ApplicationsStub. updateApplication(UpdateApplicationRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates the specified Application resource.default void
ApplicationsGrpc.AsyncService. updateApplication(UpdateApplicationRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates the specified Application resource.com.google.api.gax.longrunning.OperationFuture<Application,OperationMetadataV1>
ApplicationsClient. updateApplicationAsync(UpdateApplicationRequest request)
Updates the specified Application resource. -
Uses of UpdateApplicationRequest in com.google.appengine.v1.stub
Methods in com.google.appengine.v1.stub that return types with arguments of type UpdateApplicationRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateApplicationRequest,com.google.longrunning.Operation>
ApplicationsStub. updateApplicationCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateApplicationRequest,com.google.longrunning.Operation>
GrpcApplicationsStub. updateApplicationCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateApplicationRequest,com.google.longrunning.Operation>
HttpJsonApplicationsStub. updateApplicationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateApplicationRequest,Application,OperationMetadataV1>
ApplicationsStub. updateApplicationOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateApplicationRequest,Application,OperationMetadataV1>
GrpcApplicationsStub. updateApplicationOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateApplicationRequest,Application,OperationMetadataV1>
HttpJsonApplicationsStub. updateApplicationOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateApplicationRequest,Application,OperationMetadataV1>
ApplicationsStubSettings.Builder. updateApplicationOperationSettings()
Returns the builder for the settings used for calls to updateApplication.com.google.api.gax.rpc.OperationCallSettings<UpdateApplicationRequest,Application,OperationMetadataV1>
ApplicationsStubSettings. updateApplicationOperationSettings()
Returns the object with the settings used for calls to updateApplication.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateApplicationRequest,com.google.longrunning.Operation>
ApplicationsStubSettings.Builder. updateApplicationSettings()
Returns the builder for the settings used for calls to updateApplication.com.google.api.gax.rpc.UnaryCallSettings<UpdateApplicationRequest,com.google.longrunning.Operation>
ApplicationsStubSettings. updateApplicationSettings()
Returns the object with the settings used for calls to updateApplication.
-