Uses of Class
com.google.cloud.memcache.v1beta2.ListInstancesRequest
-
Packages that use ListInstancesRequest Package Description com.google.cloud.memcache.v1beta2 A client to Cloud Memorystore for Memcached APIcom.google.cloud.memcache.v1beta2.stub -
-
Uses of ListInstancesRequest in com.google.cloud.memcache.v1beta2
Methods in com.google.cloud.memcache.v1beta2 that return ListInstancesRequest Modifier and Type Method Description ListInstancesRequest
ListInstancesRequest.Builder. build()
ListInstancesRequest
ListInstancesRequest.Builder. buildPartial()
static ListInstancesRequest
ListInstancesRequest. getDefaultInstance()
ListInstancesRequest
ListInstancesRequest.Builder. getDefaultInstanceForType()
ListInstancesRequest
ListInstancesRequest. getDefaultInstanceForType()
static ListInstancesRequest
ListInstancesRequest. parseDelimitedFrom(InputStream input)
static ListInstancesRequest
ListInstancesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInstancesRequest
ListInstancesRequest. parseFrom(byte[] data)
static ListInstancesRequest
ListInstancesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInstancesRequest
ListInstancesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListInstancesRequest
ListInstancesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInstancesRequest
ListInstancesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListInstancesRequest
ListInstancesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInstancesRequest
ListInstancesRequest. parseFrom(InputStream input)
static ListInstancesRequest
ListInstancesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListInstancesRequest
ListInstancesRequest. parseFrom(ByteBuffer data)
static ListInstancesRequest
ListInstancesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.memcache.v1beta2 that return types with arguments of type ListInstancesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse>
CloudMemcacheGrpc. getListInstancesMethod()
com.google.protobuf.Parser<ListInstancesRequest>
ListInstancesRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,ListInstancesResponse>
CloudMemcacheClient. listInstancesCallable()
Lists Instances in a given location.com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,CloudMemcacheClient.ListInstancesPagedResponse>
CloudMemcacheClient. listInstancesPagedCallable()
Lists Instances in a given location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRequest,ListInstancesResponse,CloudMemcacheClient.ListInstancesPagedResponse>
CloudMemcacheSettings.Builder. listInstancesSettings()
Returns the builder for the settings used for calls to listInstances.com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,ListInstancesResponse,CloudMemcacheClient.ListInstancesPagedResponse>
CloudMemcacheSettings. listInstancesSettings()
Returns the object with the settings used for calls to listInstances.static com.google.protobuf.Parser<ListInstancesRequest>
ListInstancesRequest. parser()
Methods in com.google.cloud.memcache.v1beta2 with parameters of type ListInstancesRequest Modifier and Type Method Description CloudMemcacheClient.ListInstancesPagedResponse
CloudMemcacheClient. listInstances(ListInstancesRequest request)
Lists Instances in a given location.default void
CloudMemcacheGrpc.AsyncService. listInstances(ListInstancesRequest request, io.grpc.stub.StreamObserver<ListInstancesResponse> responseObserver)
Lists Instances in a given location.ListInstancesResponse
CloudMemcacheGrpc.CloudMemcacheBlockingStub. listInstances(ListInstancesRequest request)
Lists Instances in a given location.com.google.common.util.concurrent.ListenableFuture<ListInstancesResponse>
CloudMemcacheGrpc.CloudMemcacheFutureStub. listInstances(ListInstancesRequest request)
Lists Instances in a given location.void
CloudMemcacheGrpc.CloudMemcacheStub. listInstances(ListInstancesRequest request, io.grpc.stub.StreamObserver<ListInstancesResponse> responseObserver)
Lists Instances in a given location.ListInstancesRequest.Builder
ListInstancesRequest.Builder. mergeFrom(ListInstancesRequest other)
static ListInstancesRequest.Builder
ListInstancesRequest. newBuilder(ListInstancesRequest prototype)
Method parameters in com.google.cloud.memcache.v1beta2 with type arguments of type ListInstancesRequest Modifier and Type Method Description 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)
-
Uses of ListInstancesRequest in com.google.cloud.memcache.v1beta2.stub
Methods in com.google.cloud.memcache.v1beta2.stub that return types with arguments of type ListInstancesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,ListInstancesResponse>
CloudMemcacheStub. listInstancesCallable()
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,ListInstancesResponse>
GrpcCloudMemcacheStub. listInstancesCallable()
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,ListInstancesResponse>
HttpJsonCloudMemcacheStub. listInstancesCallable()
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,CloudMemcacheClient.ListInstancesPagedResponse>
CloudMemcacheStub. listInstancesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,CloudMemcacheClient.ListInstancesPagedResponse>
GrpcCloudMemcacheStub. listInstancesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,CloudMemcacheClient.ListInstancesPagedResponse>
HttpJsonCloudMemcacheStub. listInstancesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRequest,ListInstancesResponse,CloudMemcacheClient.ListInstancesPagedResponse>
CloudMemcacheStubSettings.Builder. listInstancesSettings()
Returns the builder for the settings used for calls to listInstances.com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,ListInstancesResponse,CloudMemcacheClient.ListInstancesPagedResponse>
CloudMemcacheStubSettings. listInstancesSettings()
Returns the object with the settings used for calls to listInstances.
-