Uses of Class
com.google.cloud.memcache.v1beta2.Instance
-
Packages that use Instance Package Description com.google.cloud.memcache.v1beta2 A client to Cloud Memorystore for Memcached APIcom.google.cloud.memcache.v1beta2.stub -
-
Uses of Instance in com.google.cloud.memcache.v1beta2
Methods in com.google.cloud.memcache.v1beta2 that return Instance Modifier and Type Method Description Instance
Instance.Builder. build()
Instance
Instance.Builder. buildPartial()
static Instance
Instance. getDefaultInstance()
Instance
Instance.Builder. getDefaultInstanceForType()
Instance
Instance. getDefaultInstanceForType()
Instance
CloudMemcacheClient. getInstance(GetInstanceRequest request)
Gets details of a single Instance.Instance
CloudMemcacheClient. getInstance(InstanceName name)
Gets details of a single Instance.Instance
CloudMemcacheClient. getInstance(String name)
Gets details of a single Instance.Instance
CloudMemcacheGrpc.CloudMemcacheBlockingStub. getInstance(GetInstanceRequest request)
Gets details of a single Instance.Instance
CreateInstanceRequest.Builder. getResource()
Required.Instance
CreateInstanceRequest. getResource()
Required.Instance
CreateInstanceRequestOrBuilder. getResource()
Required.Instance
UpdateInstanceRequest.Builder. getResource()
Required.Instance
UpdateInstanceRequest. getResource()
Required.Instance
UpdateInstanceRequestOrBuilder. getResource()
Required.Instance
ListInstancesResponse.Builder. getResources(int index)
A list of Memcached instances in the project in the specified location, or across all locations.Instance
ListInstancesResponse. getResources(int index)
A list of Memcached instances in the project in the specified location, or across all locations.Instance
ListInstancesResponseOrBuilder. getResources(int index)
A list of Memcached instances in the project in the specified location, or across all locations.static Instance
Instance. parseDelimitedFrom(InputStream input)
static Instance
Instance. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance
Instance. parseFrom(byte[] data)
static Instance
Instance. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance
Instance. parseFrom(com.google.protobuf.ByteString data)
static Instance
Instance. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance
Instance. parseFrom(com.google.protobuf.CodedInputStream input)
static Instance
Instance. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance
Instance. parseFrom(InputStream input)
static Instance
Instance. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance
Instance. parseFrom(ByteBuffer data)
static Instance
Instance. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.memcache.v1beta2 that return types with arguments of type Instance 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. applySoftwareUpdateAsync(ApplySoftwareUpdateRequest request)
Updates software on the selected nodes of the Instance.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
CloudMemcacheClient. applySoftwareUpdateAsync(InstanceName instance, List<String> nodeIds, boolean applyAll)
Updates software on the selected nodes of the Instance.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
CloudMemcacheClient. applySoftwareUpdateAsync(String instance, List<String> nodeIds, boolean applyAll)
Updates software on the selected nodes of the Instance.com.google.api.gax.rpc.OperationCallable<ApplySoftwareUpdateRequest,Instance,OperationMetadata>
CloudMemcacheClient. applySoftwareUpdateOperationCallable()
Updates software on the selected nodes of the Instance.com.google.api.gax.rpc.OperationCallSettings<ApplySoftwareUpdateRequest,Instance,OperationMetadata>
CloudMemcacheSettings. applySoftwareUpdateOperationSettings()
Returns the object with the settings used for calls to applySoftwareUpdate.com.google.api.gax.rpc.OperationCallSettings.Builder<ApplySoftwareUpdateRequest,Instance,OperationMetadata>
CloudMemcacheSettings.Builder. applySoftwareUpdateOperationSettings()
Returns the builder for the settings used for calls to applySoftwareUpdate.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, String instanceId, Instance resource)
Creates a new Instance in a given location.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
CloudMemcacheClient. createInstanceAsync(String parent, String instanceId, Instance resource)
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.static io.grpc.MethodDescriptor<GetInstanceRequest,Instance>
CloudMemcacheGrpc. getGetInstanceMethod()
com.google.common.util.concurrent.ListenableFuture<Instance>
CloudMemcacheGrpc.CloudMemcacheFutureStub. getInstance(GetInstanceRequest request)
Gets details of a single Instance.com.google.api.gax.rpc.UnaryCallable<GetInstanceRequest,Instance>
CloudMemcacheClient. getInstanceCallable()
Gets details of a single Instance.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetInstanceRequest,Instance>
CloudMemcacheSettings.Builder. getInstanceSettings()
Returns the builder for the settings used for calls to getInstance.com.google.api.gax.rpc.UnaryCallSettings<GetInstanceRequest,Instance>
CloudMemcacheSettings. getInstanceSettings()
Returns the object with the settings used for calls to getInstance.com.google.protobuf.Parser<Instance>
Instance. getParserForType()
List<Instance>
ListInstancesResponse.Builder. getResourcesList()
A list of Memcached instances in the project in the specified location, or across all locations.List<Instance>
ListInstancesResponse. getResourcesList()
A list of Memcached instances in the project in the specified location, or across all locations.List<Instance>
ListInstancesResponseOrBuilder. getResourcesList()
A list of Memcached instances in the project in the specified location, or across all locations.static com.google.protobuf.Parser<Instance>
Instance. parser()
com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
CloudMemcacheClient. rescheduleMaintenanceAsync(InstanceName instance, RescheduleMaintenanceRequest.RescheduleType rescheduleType, com.google.protobuf.Timestamp scheduleTime)
Performs the apply phase of the RescheduleMaintenance verb.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
CloudMemcacheClient. rescheduleMaintenanceAsync(RescheduleMaintenanceRequest request)
Performs the apply phase of the RescheduleMaintenance verb.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
CloudMemcacheClient. rescheduleMaintenanceAsync(String instance, RescheduleMaintenanceRequest.RescheduleType rescheduleType, com.google.protobuf.Timestamp scheduleTime)
Performs the apply phase of the RescheduleMaintenance verb.com.google.api.gax.rpc.OperationCallable<RescheduleMaintenanceRequest,Instance,OperationMetadata>
CloudMemcacheClient. rescheduleMaintenanceOperationCallable()
Performs the apply phase of the RescheduleMaintenance verb.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(UpdateInstanceRequest request)
Updates an existing Instance in a given project and location.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
CloudMemcacheClient. updateInstanceAsync(com.google.protobuf.FieldMask updateMask, Instance resource)
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.v1beta2 with parameters of type Instance Modifier and Type Method Description ListInstancesResponse.Builder
ListInstancesResponse.Builder. addResources(int index, Instance value)
A list of Memcached instances in the project in the specified location, or across all locations.ListInstancesResponse.Builder
ListInstancesResponse.Builder. addResources(Instance value)
A list of Memcached instances in the project in the specified location, or across all locations.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
CloudMemcacheClient. createInstanceAsync(LocationName parent, String instanceId, Instance resource)
Creates a new Instance in a given location.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
CloudMemcacheClient. createInstanceAsync(String parent, String instanceId, Instance resource)
Creates a new Instance in a given location.Instance.Builder
Instance.Builder. mergeFrom(Instance other)
CreateInstanceRequest.Builder
CreateInstanceRequest.Builder. mergeResource(Instance value)
Required.UpdateInstanceRequest.Builder
UpdateInstanceRequest.Builder. mergeResource(Instance value)
Required.static Instance.Builder
Instance. newBuilder(Instance prototype)
CreateInstanceRequest.Builder
CreateInstanceRequest.Builder. setResource(Instance value)
Required.UpdateInstanceRequest.Builder
UpdateInstanceRequest.Builder. setResource(Instance value)
Required.ListInstancesResponse.Builder
ListInstancesResponse.Builder. setResources(int index, Instance value)
A list of Memcached instances in the project in the specified location, or across all locations.com.google.api.gax.longrunning.OperationFuture<Instance,OperationMetadata>
CloudMemcacheClient. updateInstanceAsync(com.google.protobuf.FieldMask updateMask, Instance resource)
Updates an existing Instance in a given project and location.Method parameters in com.google.cloud.memcache.v1beta2 with type arguments of type Instance Modifier and Type Method Description ListInstancesResponse.Builder
ListInstancesResponse.Builder. addAllResources(Iterable<? extends Instance> values)
A list of Memcached instances in the project in the specified location, or across all locations.static com.google.api.core.ApiFuture<CloudMemcacheClient.ListInstancesPagedResponse>
CloudMemcacheClient.ListInstancesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInstancesRequest,ListInstancesResponse,Instance> context, com.google.api.core.ApiFuture<ListInstancesResponse> futureResponse)
protected CloudMemcacheClient.ListInstancesPage
CloudMemcacheClient.ListInstancesPage. createPage(com.google.api.gax.rpc.PageContext<ListInstancesRequest,ListInstancesResponse,Instance> context, ListInstancesResponse response)
com.google.api.core.ApiFuture<CloudMemcacheClient.ListInstancesPage>
CloudMemcacheClient.ListInstancesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListInstancesRequest,ListInstancesResponse,Instance> context, com.google.api.core.ApiFuture<ListInstancesResponse> futureResponse)
default void
CloudMemcacheGrpc.AsyncService. getInstance(GetInstanceRequest request, io.grpc.stub.StreamObserver<Instance> responseObserver)
Gets details of a single Instance.void
CloudMemcacheGrpc.CloudMemcacheStub. getInstance(GetInstanceRequest request, io.grpc.stub.StreamObserver<Instance> responseObserver)
Gets details of a single Instance. -
Uses of Instance in com.google.cloud.memcache.v1beta2.stub
Methods in com.google.cloud.memcache.v1beta2.stub that return types with arguments of type Instance 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<ApplySoftwareUpdateRequest,Instance,OperationMetadata>
CloudMemcacheStub. applySoftwareUpdateOperationCallable()
com.google.api.gax.rpc.OperationCallable<ApplySoftwareUpdateRequest,Instance,OperationMetadata>
GrpcCloudMemcacheStub. applySoftwareUpdateOperationCallable()
com.google.api.gax.rpc.OperationCallable<ApplySoftwareUpdateRequest,Instance,OperationMetadata>
HttpJsonCloudMemcacheStub. applySoftwareUpdateOperationCallable()
com.google.api.gax.rpc.OperationCallSettings<ApplySoftwareUpdateRequest,Instance,OperationMetadata>
CloudMemcacheStubSettings. applySoftwareUpdateOperationSettings()
Returns the object with the settings used for calls to applySoftwareUpdate.com.google.api.gax.rpc.OperationCallSettings.Builder<ApplySoftwareUpdateRequest,Instance,OperationMetadata>
CloudMemcacheStubSettings.Builder. applySoftwareUpdateOperationSettings()
Returns the builder for the settings used for calls to applySoftwareUpdate.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.UnaryCallable<GetInstanceRequest,Instance>
CloudMemcacheStub. getInstanceCallable()
com.google.api.gax.rpc.UnaryCallable<GetInstanceRequest,Instance>
GrpcCloudMemcacheStub. getInstanceCallable()
com.google.api.gax.rpc.UnaryCallable<GetInstanceRequest,Instance>
HttpJsonCloudMemcacheStub. getInstanceCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetInstanceRequest,Instance>
CloudMemcacheStubSettings.Builder. getInstanceSettings()
Returns the builder for the settings used for calls to getInstance.com.google.api.gax.rpc.UnaryCallSettings<GetInstanceRequest,Instance>
CloudMemcacheStubSettings. getInstanceSettings()
Returns the object with the settings used for calls to getInstance.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.
-