Uses of Class
com.google.appengine.v1.UpdateServiceRequest
-
Packages that use UpdateServiceRequest Package Description com.google.appengine.v1 A client to App Engine Admin APIcom.google.appengine.v1.stub -
-
Uses of UpdateServiceRequest in com.google.appengine.v1
Methods in com.google.appengine.v1 that return UpdateServiceRequest Modifier and Type Method Description UpdateServiceRequestUpdateServiceRequest.Builder. build()UpdateServiceRequestUpdateServiceRequest.Builder. buildPartial()static UpdateServiceRequestUpdateServiceRequest. getDefaultInstance()UpdateServiceRequestUpdateServiceRequest.Builder. getDefaultInstanceForType()UpdateServiceRequestUpdateServiceRequest. getDefaultInstanceForType()UpdateServiceRequestUpdateServiceMethod.Builder. getRequest()Update service request.UpdateServiceRequestUpdateServiceMethod. getRequest()Update service request.UpdateServiceRequestUpdateServiceMethodOrBuilder. getRequest()Update service request.static UpdateServiceRequestUpdateServiceRequest. parseDelimitedFrom(InputStream input)static UpdateServiceRequestUpdateServiceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateServiceRequestUpdateServiceRequest. parseFrom(byte[] data)static UpdateServiceRequestUpdateServiceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateServiceRequestUpdateServiceRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateServiceRequestUpdateServiceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateServiceRequestUpdateServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateServiceRequestUpdateServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateServiceRequestUpdateServiceRequest. parseFrom(InputStream input)static UpdateServiceRequestUpdateServiceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateServiceRequestUpdateServiceRequest. parseFrom(ByteBuffer data)static UpdateServiceRequestUpdateServiceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.appengine.v1 that return types with arguments of type UpdateServiceRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateServiceRequest>UpdateServiceRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateServiceRequest,com.google.longrunning.Operation>ServicesGrpc. getUpdateServiceMethod()static com.google.protobuf.Parser<UpdateServiceRequest>UpdateServiceRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateServiceRequest,com.google.longrunning.Operation>ServicesClient. updateServiceCallable()Updates the configuration of the specified service.com.google.api.gax.rpc.OperationCallable<UpdateServiceRequest,Service,OperationMetadataV1>ServicesClient. updateServiceOperationCallable()Updates the configuration of the specified service.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateServiceRequest,Service,OperationMetadataV1>ServicesSettings.Builder. updateServiceOperationSettings()Returns the builder for the settings used for calls to updateService.com.google.api.gax.rpc.OperationCallSettings<UpdateServiceRequest,Service,OperationMetadataV1>ServicesSettings. updateServiceOperationSettings()Returns the object with the settings used for calls to updateService.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateServiceRequest,com.google.longrunning.Operation>ServicesSettings.Builder. updateServiceSettings()Returns the builder for the settings used for calls to updateService.com.google.api.gax.rpc.UnaryCallSettings<UpdateServiceRequest,com.google.longrunning.Operation>ServicesSettings. updateServiceSettings()Returns the object with the settings used for calls to updateService.Methods in com.google.appengine.v1 with parameters of type UpdateServiceRequest Modifier and Type Method Description UpdateServiceRequest.BuilderUpdateServiceRequest.Builder. mergeFrom(UpdateServiceRequest other)UpdateServiceMethod.BuilderUpdateServiceMethod.Builder. mergeRequest(UpdateServiceRequest value)Update service request.static UpdateServiceRequest.BuilderUpdateServiceRequest. newBuilder(UpdateServiceRequest prototype)UpdateServiceMethod.BuilderUpdateServiceMethod.Builder. setRequest(UpdateServiceRequest value)Update service request.default voidServicesGrpc.AsyncService. updateService(UpdateServiceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Updates the configuration of the specified service.com.google.longrunning.OperationServicesGrpc.ServicesBlockingStub. updateService(UpdateServiceRequest request)Updates the configuration of the specified service.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>ServicesGrpc.ServicesFutureStub. updateService(UpdateServiceRequest request)Updates the configuration of the specified service.voidServicesGrpc.ServicesStub. updateService(UpdateServiceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Updates the configuration of the specified service.com.google.api.gax.longrunning.OperationFuture<Service,OperationMetadataV1>ServicesClient. updateServiceAsync(UpdateServiceRequest request)Updates the configuration of the specified service. -
Uses of UpdateServiceRequest in com.google.appengine.v1.stub
Methods in com.google.appengine.v1.stub that return types with arguments of type UpdateServiceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateServiceRequest,com.google.longrunning.Operation>GrpcServicesStub. updateServiceCallable()com.google.api.gax.rpc.UnaryCallable<UpdateServiceRequest,com.google.longrunning.Operation>HttpJsonServicesStub. updateServiceCallable()com.google.api.gax.rpc.UnaryCallable<UpdateServiceRequest,com.google.longrunning.Operation>ServicesStub. updateServiceCallable()com.google.api.gax.rpc.OperationCallable<UpdateServiceRequest,Service,OperationMetadataV1>GrpcServicesStub. updateServiceOperationCallable()com.google.api.gax.rpc.OperationCallable<UpdateServiceRequest,Service,OperationMetadataV1>HttpJsonServicesStub. updateServiceOperationCallable()com.google.api.gax.rpc.OperationCallable<UpdateServiceRequest,Service,OperationMetadataV1>ServicesStub. updateServiceOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateServiceRequest,Service,OperationMetadataV1>ServicesStubSettings.Builder. updateServiceOperationSettings()Returns the builder for the settings used for calls to updateService.com.google.api.gax.rpc.OperationCallSettings<UpdateServiceRequest,Service,OperationMetadataV1>ServicesStubSettings. updateServiceOperationSettings()Returns the object with the settings used for calls to updateService.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateServiceRequest,com.google.longrunning.Operation>ServicesStubSettings.Builder. updateServiceSettings()Returns the builder for the settings used for calls to updateService.com.google.api.gax.rpc.UnaryCallSettings<UpdateServiceRequest,com.google.longrunning.Operation>ServicesStubSettings. updateServiceSettings()Returns the object with the settings used for calls to updateService.
-