Uses of Class
com.google.cloud.memcache.v1beta2.UpdateParametersRequest
-
Packages that use UpdateParametersRequest Package Description com.google.cloud.memcache.v1beta2 A client to Cloud Memorystore for Memcached APIcom.google.cloud.memcache.v1beta2.stub -
-
Uses of UpdateParametersRequest in com.google.cloud.memcache.v1beta2
Methods in com.google.cloud.memcache.v1beta2 that return UpdateParametersRequest Modifier and Type Method Description UpdateParametersRequestUpdateParametersRequest.Builder. build()UpdateParametersRequestUpdateParametersRequest.Builder. buildPartial()static UpdateParametersRequestUpdateParametersRequest. getDefaultInstance()UpdateParametersRequestUpdateParametersRequest.Builder. getDefaultInstanceForType()UpdateParametersRequestUpdateParametersRequest. getDefaultInstanceForType()static UpdateParametersRequestUpdateParametersRequest. parseDelimitedFrom(InputStream input)static UpdateParametersRequestUpdateParametersRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateParametersRequestUpdateParametersRequest. parseFrom(byte[] data)static UpdateParametersRequestUpdateParametersRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateParametersRequestUpdateParametersRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateParametersRequestUpdateParametersRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateParametersRequestUpdateParametersRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateParametersRequestUpdateParametersRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateParametersRequestUpdateParametersRequest. parseFrom(InputStream input)static UpdateParametersRequestUpdateParametersRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateParametersRequestUpdateParametersRequest. parseFrom(ByteBuffer data)static UpdateParametersRequestUpdateParametersRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.memcache.v1beta2 that return types with arguments of type UpdateParametersRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateParametersRequest>UpdateParametersRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateParametersRequest,com.google.longrunning.Operation>CloudMemcacheGrpc. getUpdateParametersMethod()static com.google.protobuf.Parser<UpdateParametersRequest>UpdateParametersRequest. parser()com.google.api.gax.rpc.UnaryCallable<UpdateParametersRequest,com.google.longrunning.Operation>CloudMemcacheClient. updateParametersCallable()Updates the defined Memcached parameters for an existing instance.com.google.api.gax.rpc.OperationCallable<UpdateParametersRequest,Instance,OperationMetadata>CloudMemcacheClient. updateParametersOperationCallable()Updates the defined Memcached parameters for an existing instance.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateParametersRequest,Instance,OperationMetadata>CloudMemcacheSettings.Builder. updateParametersOperationSettings()Returns the builder for the settings used for calls to updateParameters.com.google.api.gax.rpc.OperationCallSettings<UpdateParametersRequest,Instance,OperationMetadata>CloudMemcacheSettings. updateParametersOperationSettings()Returns the object with the settings used for calls to updateParameters.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateParametersRequest,com.google.longrunning.Operation>CloudMemcacheSettings.Builder. updateParametersSettings()Returns the builder for the settings used for calls to updateParameters.com.google.api.gax.rpc.UnaryCallSettings<UpdateParametersRequest,com.google.longrunning.Operation>CloudMemcacheSettings. updateParametersSettings()Returns the object with the settings used for calls to updateParameters.Methods in com.google.cloud.memcache.v1beta2 with parameters of type UpdateParametersRequest Modifier and Type Method Description UpdateParametersRequest.BuilderUpdateParametersRequest.Builder. mergeFrom(UpdateParametersRequest other)static UpdateParametersRequest.BuilderUpdateParametersRequest. newBuilder(UpdateParametersRequest prototype)default voidCloudMemcacheGrpc.AsyncService. updateParameters(UpdateParametersRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Updates the defined Memcached parameters for an existing instance.com.google.longrunning.OperationCloudMemcacheGrpc.CloudMemcacheBlockingStub. updateParameters(UpdateParametersRequest request)Updates the defined Memcached parameters for an existing instance.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>CloudMemcacheGrpc.CloudMemcacheFutureStub. updateParameters(UpdateParametersRequest request)Updates the defined Memcached parameters for an existing instance.voidCloudMemcacheGrpc.CloudMemcacheStub. updateParameters(UpdateParametersRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Updates the defined Memcached parameters for an existing instance.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>CloudMemcacheClient. updateParametersAsync(UpdateParametersRequest request)Updates the defined Memcached parameters for an existing instance. -
Uses of UpdateParametersRequest in com.google.cloud.memcache.v1beta2.stub
Methods in com.google.cloud.memcache.v1beta2.stub that return types with arguments of type UpdateParametersRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateParametersRequest,com.google.longrunning.Operation>CloudMemcacheStub. updateParametersCallable()com.google.api.gax.rpc.UnaryCallable<UpdateParametersRequest,com.google.longrunning.Operation>GrpcCloudMemcacheStub. updateParametersCallable()com.google.api.gax.rpc.UnaryCallable<UpdateParametersRequest,com.google.longrunning.Operation>HttpJsonCloudMemcacheStub. updateParametersCallable()com.google.api.gax.rpc.OperationCallable<UpdateParametersRequest,Instance,OperationMetadata>CloudMemcacheStub. updateParametersOperationCallable()com.google.api.gax.rpc.OperationCallable<UpdateParametersRequest,Instance,OperationMetadata>GrpcCloudMemcacheStub. updateParametersOperationCallable()com.google.api.gax.rpc.OperationCallable<UpdateParametersRequest,Instance,OperationMetadata>HttpJsonCloudMemcacheStub. updateParametersOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateParametersRequest,Instance,OperationMetadata>CloudMemcacheStubSettings.Builder. updateParametersOperationSettings()Returns the builder for the settings used for calls to updateParameters.com.google.api.gax.rpc.OperationCallSettings<UpdateParametersRequest,Instance,OperationMetadata>CloudMemcacheStubSettings. updateParametersOperationSettings()Returns the object with the settings used for calls to updateParameters.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateParametersRequest,com.google.longrunning.Operation>CloudMemcacheStubSettings.Builder. updateParametersSettings()Returns the builder for the settings used for calls to updateParameters.com.google.api.gax.rpc.UnaryCallSettings<UpdateParametersRequest,com.google.longrunning.Operation>CloudMemcacheStubSettings. updateParametersSettings()Returns the object with the settings used for calls to updateParameters.
-