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 UpdateApplicationRequestUpdateApplicationRequest.Builder. build()UpdateApplicationRequestUpdateApplicationRequest.Builder. buildPartial()static UpdateApplicationRequestUpdateApplicationRequest. getDefaultInstance()UpdateApplicationRequestUpdateApplicationRequest.Builder. getDefaultInstanceForType()UpdateApplicationRequestUpdateApplicationRequest. getDefaultInstanceForType()static UpdateApplicationRequestUpdateApplicationRequest. parseDelimitedFrom(InputStream input)static UpdateApplicationRequestUpdateApplicationRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateApplicationRequestUpdateApplicationRequest. parseFrom(byte[] data)static UpdateApplicationRequestUpdateApplicationRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateApplicationRequestUpdateApplicationRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateApplicationRequestUpdateApplicationRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateApplicationRequestUpdateApplicationRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateApplicationRequestUpdateApplicationRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateApplicationRequestUpdateApplicationRequest. parseFrom(InputStream input)static UpdateApplicationRequestUpdateApplicationRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateApplicationRequestUpdateApplicationRequest. parseFrom(ByteBuffer data)static UpdateApplicationRequestUpdateApplicationRequest. 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.BuilderUpdateApplicationRequest.Builder. mergeFrom(UpdateApplicationRequest other)static UpdateApplicationRequest.BuilderUpdateApplicationRequest. newBuilder(UpdateApplicationRequest prototype)com.google.longrunning.OperationApplicationsGrpc.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.voidApplicationsGrpc.ApplicationsStub. updateApplication(UpdateApplicationRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Updates the specified Application resource.default voidApplicationsGrpc.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.
-