Uses of Class
com.google.cloud.filestore.v1beta1.CloudFilestoreManagerClient.ListSharesPagedResponse
-
Packages that use CloudFilestoreManagerClient.ListSharesPagedResponse Package Description com.google.cloud.filestore.v1beta1 A client to Cloud Filestore APIcom.google.cloud.filestore.v1beta1.stub -
-
Uses of CloudFilestoreManagerClient.ListSharesPagedResponse in com.google.cloud.filestore.v1beta1
Methods in com.google.cloud.filestore.v1beta1 that return CloudFilestoreManagerClient.ListSharesPagedResponse Modifier and Type Method Description CloudFilestoreManagerClient.ListSharesPagedResponse
CloudFilestoreManagerClient. listShares(InstanceName parent)
Lists all shares for a specified instance.CloudFilestoreManagerClient.ListSharesPagedResponse
CloudFilestoreManagerClient. listShares(ListSharesRequest request)
Lists all shares for a specified instance.CloudFilestoreManagerClient.ListSharesPagedResponse
CloudFilestoreManagerClient. listShares(String parent)
Lists all shares for a specified instance.Methods in com.google.cloud.filestore.v1beta1 that return types with arguments of type CloudFilestoreManagerClient.ListSharesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<CloudFilestoreManagerClient.ListSharesPagedResponse>
CloudFilestoreManagerClient.ListSharesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSharesRequest,ListSharesResponse,Share> context, com.google.api.core.ApiFuture<ListSharesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListSharesRequest,CloudFilestoreManagerClient.ListSharesPagedResponse>
CloudFilestoreManagerClient. listSharesPagedCallable()
Lists all shares for a specified instance.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSharesRequest,ListSharesResponse,CloudFilestoreManagerClient.ListSharesPagedResponse>
CloudFilestoreManagerSettings.Builder. listSharesSettings()
Returns the builder for the settings used for calls to listShares.com.google.api.gax.rpc.PagedCallSettings<ListSharesRequest,ListSharesResponse,CloudFilestoreManagerClient.ListSharesPagedResponse>
CloudFilestoreManagerSettings. listSharesSettings()
Returns the object with the settings used for calls to listShares. -
Uses of CloudFilestoreManagerClient.ListSharesPagedResponse in com.google.cloud.filestore.v1beta1.stub
Methods in com.google.cloud.filestore.v1beta1.stub that return types with arguments of type CloudFilestoreManagerClient.ListSharesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSharesRequest,CloudFilestoreManagerClient.ListSharesPagedResponse>
CloudFilestoreManagerStub. listSharesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSharesRequest,CloudFilestoreManagerClient.ListSharesPagedResponse>
GrpcCloudFilestoreManagerStub. listSharesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSharesRequest,CloudFilestoreManagerClient.ListSharesPagedResponse>
HttpJsonCloudFilestoreManagerStub. listSharesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSharesRequest,ListSharesResponse,CloudFilestoreManagerClient.ListSharesPagedResponse>
CloudFilestoreManagerStubSettings.Builder. listSharesSettings()
Returns the builder for the settings used for calls to listShares.com.google.api.gax.rpc.PagedCallSettings<ListSharesRequest,ListSharesResponse,CloudFilestoreManagerClient.ListSharesPagedResponse>
CloudFilestoreManagerStubSettings. listSharesSettings()
Returns the object with the settings used for calls to listShares.
-