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 UpdateServiceRequest
UpdateServiceRequest.Builder. build()
UpdateServiceRequest
UpdateServiceRequest.Builder. buildPartial()
static UpdateServiceRequest
UpdateServiceRequest. getDefaultInstance()
UpdateServiceRequest
UpdateServiceRequest.Builder. getDefaultInstanceForType()
UpdateServiceRequest
UpdateServiceRequest. getDefaultInstanceForType()
UpdateServiceRequest
UpdateServiceMethod.Builder. getRequest()
Update service request.UpdateServiceRequest
UpdateServiceMethod. getRequest()
Update service request.UpdateServiceRequest
UpdateServiceMethodOrBuilder. getRequest()
Update service request.static UpdateServiceRequest
UpdateServiceRequest. parseDelimitedFrom(InputStream input)
static UpdateServiceRequest
UpdateServiceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(byte[] data)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(InputStream input)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateServiceRequest
UpdateServiceRequest. parseFrom(ByteBuffer data)
static UpdateServiceRequest
UpdateServiceRequest. 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.Builder
UpdateServiceRequest.Builder. mergeFrom(UpdateServiceRequest other)
UpdateServiceMethod.Builder
UpdateServiceMethod.Builder. mergeRequest(UpdateServiceRequest value)
Update service request.static UpdateServiceRequest.Builder
UpdateServiceRequest. newBuilder(UpdateServiceRequest prototype)
UpdateServiceMethod.Builder
UpdateServiceMethod.Builder. setRequest(UpdateServiceRequest value)
Update service request.default void
ServicesGrpc.AsyncService. updateService(UpdateServiceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates the configuration of the specified service.com.google.longrunning.Operation
ServicesGrpc.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.void
ServicesGrpc.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.
-