Uses of Class
com.google.cloud.memcache.v1.OperationMetadata
-
Packages that use OperationMetadata Package Description com.google.cloud.memcache.v1 A client to Cloud Memorystore for Memcached APIcom.google.cloud.memcache.v1.stub -
-
Uses of OperationMetadata in com.google.cloud.memcache.v1
Methods in com.google.cloud.memcache.v1 that return OperationMetadata Modifier and Type Method Description OperationMetadata
OperationMetadata.Builder. build()
OperationMetadata
OperationMetadata.Builder. buildPartial()
static OperationMetadata
OperationMetadata. getDefaultInstance()
OperationMetadata
OperationMetadata.Builder. getDefaultInstanceForType()
OperationMetadata
OperationMetadata. getDefaultInstanceForType()
static OperationMetadata
OperationMetadata. parseDelimitedFrom(InputStream input)
static OperationMetadata
OperationMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationMetadata
OperationMetadata. parseFrom(byte[] data)
static OperationMetadata
OperationMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationMetadata
OperationMetadata. parseFrom(com.google.protobuf.ByteString data)
static OperationMetadata
OperationMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationMetadata
OperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input)
static OperationMetadata
OperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationMetadata
OperationMetadata. parseFrom(InputStream input)
static OperationMetadata
OperationMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OperationMetadata
OperationMetadata. parseFrom(ByteBuffer data)
static OperationMetadata
OperationMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.memcache.v1 that return types with arguments of type OperationMetadata Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
CloudMemcacheClient. applyParametersAsync(ApplyParametersRequest request)
`ApplyParameters` restarts the set of specified nodes in order to update them to the current set of parameters for the Memcached Instance.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
CloudMemcacheClient. applyParametersAsync(InstanceName name, List<String> nodeIds, boolean applyAll)
`ApplyParameters` restarts the set of specified nodes in order to update them to the current set of parameters for the Memcached Instance.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
CloudMemcacheClient. applyParametersAsync(String name, List<String> nodeIds, boolean applyAll)
`ApplyParameters` restarts the set of specified nodes in order to update them to the current set of parameters for the Memcached Instance.com.google.api.gax.rpc.OperationCallable<ApplyParametersRequest,Instance,OperationMetadata>
CloudMemcacheClient. applyParametersOperationCallable()
`ApplyParameters` restarts the set of specified nodes in order to update them to the current set of parameters for the Memcached Instance.com.google.api.gax.rpc.OperationCallSettings<ApplyParametersRequest,Instance,OperationMetadata>
CloudMemcacheSettings. applyParametersOperationSettings()
Returns the object with the settings used for calls to applyParameters.com.google.api.gax.rpc.OperationCallSettings.Builder<ApplyParametersRequest,Instance,OperationMetadata>
CloudMemcacheSettings.Builder. applyParametersOperationSettings()
Returns the builder for the settings used for calls to applyParameters.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
CloudMemcacheClient. createInstanceAsync(CreateInstanceRequest request)
Creates a new Instance in a given location.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
CloudMemcacheClient. createInstanceAsync(LocationName parent, Instance instance, String instanceId)
Creates a new Instance in a given location.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
CloudMemcacheClient. createInstanceAsync(String parent, Instance instance, String instanceId)
Creates a new Instance in a given location.com.google.api.gax.rpc.OperationCallable<CreateInstanceRequest,Instance,OperationMetadata>
CloudMemcacheClient. createInstanceOperationCallable()
Creates a new Instance in a given location.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateInstanceRequest,Instance,OperationMetadata>
CloudMemcacheSettings.Builder. createInstanceOperationSettings()
Returns the builder for the settings used for calls to createInstance.com.google.api.gax.rpc.OperationCallSettings<CreateInstanceRequest,Instance,OperationMetadata>
CloudMemcacheSettings. createInstanceOperationSettings()
Returns the object with the settings used for calls to createInstance.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
CloudMemcacheClient. deleteInstanceAsync(DeleteInstanceRequest request)
Deletes a single Instance.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
CloudMemcacheClient. deleteInstanceAsync(InstanceName name)
Deletes a single Instance.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
CloudMemcacheClient. deleteInstanceAsync(String name)
Deletes a single Instance.com.google.api.gax.rpc.OperationCallable<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata>
CloudMemcacheClient. deleteInstanceOperationCallable()
Deletes a single Instance.com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata>
CloudMemcacheSettings.Builder. deleteInstanceOperationSettings()
Returns the builder for the settings used for calls to deleteInstance.com.google.api.gax.rpc.OperationCallSettings<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata>
CloudMemcacheSettings. deleteInstanceOperationSettings()
Returns the object with the settings used for calls to deleteInstance.com.google.protobuf.Parser<OperationMetadata>
OperationMetadata. getParserForType()
static com.google.protobuf.Parser<OperationMetadata>
OperationMetadata. parser()
com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
CloudMemcacheClient. rescheduleMaintenanceAsync(InstanceName instance, RescheduleMaintenanceRequest.RescheduleType rescheduleType, com.google.protobuf.Timestamp scheduleTime)
Reschedules upcoming maintenance event.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
CloudMemcacheClient. rescheduleMaintenanceAsync(RescheduleMaintenanceRequest request)
Reschedules upcoming maintenance event.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
CloudMemcacheClient. rescheduleMaintenanceAsync(String instance, RescheduleMaintenanceRequest.RescheduleType rescheduleType, com.google.protobuf.Timestamp scheduleTime)
Reschedules upcoming maintenance event.com.google.api.gax.rpc.OperationCallable<RescheduleMaintenanceRequest,Instance,OperationMetadata>
CloudMemcacheClient. rescheduleMaintenanceOperationCallable()
Reschedules upcoming maintenance event.com.google.api.gax.rpc.OperationCallSettings.Builder<RescheduleMaintenanceRequest,Instance,OperationMetadata>
CloudMemcacheSettings.Builder. rescheduleMaintenanceOperationSettings()
Returns the builder for the settings used for calls to rescheduleMaintenance.com.google.api.gax.rpc.OperationCallSettings<RescheduleMaintenanceRequest,Instance,OperationMetadata>
CloudMemcacheSettings. rescheduleMaintenanceOperationSettings()
Returns the object with the settings used for calls to rescheduleMaintenance.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
CloudMemcacheClient. updateInstanceAsync(Instance instance, com.google.protobuf.FieldMask updateMask)
Updates an existing Instance in a given project and location.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
CloudMemcacheClient. updateInstanceAsync(UpdateInstanceRequest request)
Updates an existing Instance in a given project and location.com.google.api.gax.rpc.OperationCallable<UpdateInstanceRequest,Instance,OperationMetadata>
CloudMemcacheClient. updateInstanceOperationCallable()
Updates an existing Instance in a given project and location.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateInstanceRequest,Instance,OperationMetadata>
CloudMemcacheSettings.Builder. updateInstanceOperationSettings()
Returns the builder for the settings used for calls to updateInstance.com.google.api.gax.rpc.OperationCallSettings<UpdateInstanceRequest,Instance,OperationMetadata>
CloudMemcacheSettings. updateInstanceOperationSettings()
Returns the object with the settings used for calls to updateInstance.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
CloudMemcacheClient. updateParametersAsync(InstanceName name, com.google.protobuf.FieldMask updateMask, MemcacheParameters parameters)
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.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
CloudMemcacheClient. updateParametersAsync(String name, com.google.protobuf.FieldMask updateMask, MemcacheParameters parameters)
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.Methods in com.google.cloud.memcache.v1 with parameters of type OperationMetadata Modifier and Type Method Description OperationMetadata.Builder
OperationMetadata.Builder. mergeFrom(OperationMetadata other)
static OperationMetadata.Builder
OperationMetadata. newBuilder(OperationMetadata prototype)
-
Uses of OperationMetadata in com.google.cloud.memcache.v1.stub
Methods in com.google.cloud.memcache.v1.stub that return types with arguments of type OperationMetadata Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<ApplyParametersRequest,Instance,OperationMetadata>
CloudMemcacheStub. applyParametersOperationCallable()
com.google.api.gax.rpc.OperationCallable<ApplyParametersRequest,Instance,OperationMetadata>
GrpcCloudMemcacheStub. applyParametersOperationCallable()
com.google.api.gax.rpc.OperationCallable<ApplyParametersRequest,Instance,OperationMetadata>
HttpJsonCloudMemcacheStub. applyParametersOperationCallable()
com.google.api.gax.rpc.OperationCallSettings<ApplyParametersRequest,Instance,OperationMetadata>
CloudMemcacheStubSettings. applyParametersOperationSettings()
Returns the object with the settings used for calls to applyParameters.com.google.api.gax.rpc.OperationCallSettings.Builder<ApplyParametersRequest,Instance,OperationMetadata>
CloudMemcacheStubSettings.Builder. applyParametersOperationSettings()
Returns the builder for the settings used for calls to applyParameters.com.google.api.gax.rpc.OperationCallable<CreateInstanceRequest,Instance,OperationMetadata>
CloudMemcacheStub. createInstanceOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateInstanceRequest,Instance,OperationMetadata>
GrpcCloudMemcacheStub. createInstanceOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateInstanceRequest,Instance,OperationMetadata>
HttpJsonCloudMemcacheStub. createInstanceOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateInstanceRequest,Instance,OperationMetadata>
CloudMemcacheStubSettings.Builder. createInstanceOperationSettings()
Returns the builder for the settings used for calls to createInstance.com.google.api.gax.rpc.OperationCallSettings<CreateInstanceRequest,Instance,OperationMetadata>
CloudMemcacheStubSettings. createInstanceOperationSettings()
Returns the object with the settings used for calls to createInstance.com.google.api.gax.rpc.OperationCallable<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata>
CloudMemcacheStub. deleteInstanceOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata>
GrpcCloudMemcacheStub. deleteInstanceOperationCallable()
com.google.api.gax.rpc.OperationCallable<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata>
HttpJsonCloudMemcacheStub. deleteInstanceOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata>
CloudMemcacheStubSettings.Builder. deleteInstanceOperationSettings()
Returns the builder for the settings used for calls to deleteInstance.com.google.api.gax.rpc.OperationCallSettings<DeleteInstanceRequest,com.google.protobuf.Empty,OperationMetadata>
CloudMemcacheStubSettings. deleteInstanceOperationSettings()
Returns the object with the settings used for calls to deleteInstance.com.google.api.gax.rpc.OperationCallable<RescheduleMaintenanceRequest,Instance,OperationMetadata>
CloudMemcacheStub. rescheduleMaintenanceOperationCallable()
com.google.api.gax.rpc.OperationCallable<RescheduleMaintenanceRequest,Instance,OperationMetadata>
GrpcCloudMemcacheStub. rescheduleMaintenanceOperationCallable()
com.google.api.gax.rpc.OperationCallable<RescheduleMaintenanceRequest,Instance,OperationMetadata>
HttpJsonCloudMemcacheStub. rescheduleMaintenanceOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<RescheduleMaintenanceRequest,Instance,OperationMetadata>
CloudMemcacheStubSettings.Builder. rescheduleMaintenanceOperationSettings()
Returns the builder for the settings used for calls to rescheduleMaintenance.com.google.api.gax.rpc.OperationCallSettings<RescheduleMaintenanceRequest,Instance,OperationMetadata>
CloudMemcacheStubSettings. rescheduleMaintenanceOperationSettings()
Returns the object with the settings used for calls to rescheduleMaintenance.com.google.api.gax.rpc.OperationCallable<UpdateInstanceRequest,Instance,OperationMetadata>
CloudMemcacheStub. updateInstanceOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateInstanceRequest,Instance,OperationMetadata>
GrpcCloudMemcacheStub. updateInstanceOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateInstanceRequest,Instance,OperationMetadata>
HttpJsonCloudMemcacheStub. updateInstanceOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateInstanceRequest,Instance,OperationMetadata>
CloudMemcacheStubSettings.Builder. updateInstanceOperationSettings()
Returns the builder for the settings used for calls to updateInstance.com.google.api.gax.rpc.OperationCallSettings<UpdateInstanceRequest,Instance,OperationMetadata>
CloudMemcacheStubSettings. updateInstanceOperationSettings()
Returns the object with the settings used for calls to updateInstance.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.
-