Uses of Class
com.google.cloud.filestore.v1.CloudFilestoreManagerClient.ListInstancesPagedResponse
-
Packages that use CloudFilestoreManagerClient.ListInstancesPagedResponse Package Description com.google.cloud.filestore.v1 A client to Cloud Filestore APIcom.google.cloud.filestore.v1.stub -
-
Uses of CloudFilestoreManagerClient.ListInstancesPagedResponse in com.google.cloud.filestore.v1
Methods in com.google.cloud.filestore.v1 that return CloudFilestoreManagerClient.ListInstancesPagedResponse Modifier and Type Method Description CloudFilestoreManagerClient.ListInstancesPagedResponse
CloudFilestoreManagerClient. listInstances(ListInstancesRequest request)
Lists all instances in a project for either a specified location or for all locations.CloudFilestoreManagerClient.ListInstancesPagedResponse
CloudFilestoreManagerClient. listInstances(LocationName parent)
Lists all instances in a project for either a specified location or for all locations.CloudFilestoreManagerClient.ListInstancesPagedResponse
CloudFilestoreManagerClient. listInstances(String parent)
Lists all instances in a project for either a specified location or for all locations.Methods in com.google.cloud.filestore.v1 that return types with arguments of type CloudFilestoreManagerClient.ListInstancesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<CloudFilestoreManagerClient.ListInstancesPagedResponse>
CloudFilestoreManagerClient.ListInstancesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListInstancesRequest,ListInstancesResponse,Instance> context, com.google.api.core.ApiFuture<ListInstancesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,CloudFilestoreManagerClient.ListInstancesPagedResponse>
CloudFilestoreManagerClient. listInstancesPagedCallable()
Lists all instances in a project for either a specified location or for all locations.com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRequest,ListInstancesResponse,CloudFilestoreManagerClient.ListInstancesPagedResponse>
CloudFilestoreManagerSettings.Builder. listInstancesSettings()
Returns the builder for the settings used for calls to listInstances.com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,ListInstancesResponse,CloudFilestoreManagerClient.ListInstancesPagedResponse>
CloudFilestoreManagerSettings. listInstancesSettings()
Returns the object with the settings used for calls to listInstances. -
Uses of CloudFilestoreManagerClient.ListInstancesPagedResponse in com.google.cloud.filestore.v1.stub
Methods in com.google.cloud.filestore.v1.stub that return types with arguments of type CloudFilestoreManagerClient.ListInstancesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,CloudFilestoreManagerClient.ListInstancesPagedResponse>
CloudFilestoreManagerStub. listInstancesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,CloudFilestoreManagerClient.ListInstancesPagedResponse>
GrpcCloudFilestoreManagerStub. listInstancesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListInstancesRequest,CloudFilestoreManagerClient.ListInstancesPagedResponse>
HttpJsonCloudFilestoreManagerStub. listInstancesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstancesRequest,ListInstancesResponse,CloudFilestoreManagerClient.ListInstancesPagedResponse>
CloudFilestoreManagerStubSettings.Builder. listInstancesSettings()
Returns the builder for the settings used for calls to listInstances.com.google.api.gax.rpc.PagedCallSettings<ListInstancesRequest,ListInstancesResponse,CloudFilestoreManagerClient.ListInstancesPagedResponse>
CloudFilestoreManagerStubSettings. listInstancesSettings()
Returns the object with the settings used for calls to listInstances.
-