Uses of Class
com.google.cloud.baremetalsolution.v2.BareMetalSolutionClient.ListNfsSharesPagedResponse
-
Packages that use BareMetalSolutionClient.ListNfsSharesPagedResponse Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution APIcom.google.cloud.baremetalsolution.v2.stub -
-
Uses of BareMetalSolutionClient.ListNfsSharesPagedResponse in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return BareMetalSolutionClient.ListNfsSharesPagedResponse Modifier and Type Method Description BareMetalSolutionClient.ListNfsSharesPagedResponse
BareMetalSolutionClient. listNfsShares(ListNfsSharesRequest request)
List NFS shares.BareMetalSolutionClient.ListNfsSharesPagedResponse
BareMetalSolutionClient. listNfsShares(LocationName parent)
List NFS shares.BareMetalSolutionClient.ListNfsSharesPagedResponse
BareMetalSolutionClient. listNfsShares(String parent)
List NFS shares.Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type BareMetalSolutionClient.ListNfsSharesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<BareMetalSolutionClient.ListNfsSharesPagedResponse>
BareMetalSolutionClient.ListNfsSharesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNfsSharesRequest,ListNfsSharesResponse,NfsShare> context, com.google.api.core.ApiFuture<ListNfsSharesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListNfsSharesRequest,BareMetalSolutionClient.ListNfsSharesPagedResponse>
BareMetalSolutionClient. listNfsSharesPagedCallable()
List NFS shares.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNfsSharesRequest,ListNfsSharesResponse,BareMetalSolutionClient.ListNfsSharesPagedResponse>
BareMetalSolutionSettings.Builder. listNfsSharesSettings()
Returns the builder for the settings used for calls to listNfsShares.com.google.api.gax.rpc.PagedCallSettings<ListNfsSharesRequest,ListNfsSharesResponse,BareMetalSolutionClient.ListNfsSharesPagedResponse>
BareMetalSolutionSettings. listNfsSharesSettings()
Returns the object with the settings used for calls to listNfsShares. -
Uses of BareMetalSolutionClient.ListNfsSharesPagedResponse in com.google.cloud.baremetalsolution.v2.stub
Methods in com.google.cloud.baremetalsolution.v2.stub that return types with arguments of type BareMetalSolutionClient.ListNfsSharesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNfsSharesRequest,BareMetalSolutionClient.ListNfsSharesPagedResponse>
BareMetalSolutionStub. listNfsSharesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListNfsSharesRequest,BareMetalSolutionClient.ListNfsSharesPagedResponse>
GrpcBareMetalSolutionStub. listNfsSharesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListNfsSharesRequest,BareMetalSolutionClient.ListNfsSharesPagedResponse>
HttpJsonBareMetalSolutionStub. listNfsSharesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNfsSharesRequest,ListNfsSharesResponse,BareMetalSolutionClient.ListNfsSharesPagedResponse>
BareMetalSolutionStubSettings.Builder. listNfsSharesSettings()
Returns the builder for the settings used for calls to listNfsShares.com.google.api.gax.rpc.PagedCallSettings<ListNfsSharesRequest,ListNfsSharesResponse,BareMetalSolutionClient.ListNfsSharesPagedResponse>
BareMetalSolutionStubSettings. listNfsSharesSettings()
Returns the object with the settings used for calls to listNfsShares.
-