Uses of Class
com.google.cloud.baremetalsolution.v2.BareMetalSolutionClient.ListSSHKeysPagedResponse
-
Packages that use BareMetalSolutionClient.ListSSHKeysPagedResponse Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution APIcom.google.cloud.baremetalsolution.v2.stub -
-
Uses of BareMetalSolutionClient.ListSSHKeysPagedResponse in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return BareMetalSolutionClient.ListSSHKeysPagedResponse Modifier and Type Method Description BareMetalSolutionClient.ListSSHKeysPagedResponseBareMetalSolutionClient. listSSHKeys(ListSSHKeysRequest request)Lists the public SSH keys registered for the specified project.BareMetalSolutionClient.ListSSHKeysPagedResponseBareMetalSolutionClient. listSSHKeys(LocationName parent)Lists the public SSH keys registered for the specified project.BareMetalSolutionClient.ListSSHKeysPagedResponseBareMetalSolutionClient. listSSHKeys(String parent)Lists the public SSH keys registered for the specified project.Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type BareMetalSolutionClient.ListSSHKeysPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<BareMetalSolutionClient.ListSSHKeysPagedResponse>BareMetalSolutionClient.ListSSHKeysPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSSHKeysRequest,ListSSHKeysResponse,SSHKey> context, com.google.api.core.ApiFuture<ListSSHKeysResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListSSHKeysRequest,BareMetalSolutionClient.ListSSHKeysPagedResponse>BareMetalSolutionClient. listSSHKeysPagedCallable()Lists the public SSH keys registered for the specified project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSSHKeysRequest,ListSSHKeysResponse,BareMetalSolutionClient.ListSSHKeysPagedResponse>BareMetalSolutionSettings.Builder. listSSHKeysSettings()Returns the builder for the settings used for calls to listSSHKeys.com.google.api.gax.rpc.PagedCallSettings<ListSSHKeysRequest,ListSSHKeysResponse,BareMetalSolutionClient.ListSSHKeysPagedResponse>BareMetalSolutionSettings. listSSHKeysSettings()Returns the object with the settings used for calls to listSSHKeys. -
Uses of BareMetalSolutionClient.ListSSHKeysPagedResponse in com.google.cloud.baremetalsolution.v2.stub
Methods in com.google.cloud.baremetalsolution.v2.stub that return types with arguments of type BareMetalSolutionClient.ListSSHKeysPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSSHKeysRequest,BareMetalSolutionClient.ListSSHKeysPagedResponse>BareMetalSolutionStub. listSSHKeysPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListSSHKeysRequest,BareMetalSolutionClient.ListSSHKeysPagedResponse>GrpcBareMetalSolutionStub. listSSHKeysPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListSSHKeysRequest,BareMetalSolutionClient.ListSSHKeysPagedResponse>HttpJsonBareMetalSolutionStub. listSSHKeysPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListSSHKeysRequest,ListSSHKeysResponse,BareMetalSolutionClient.ListSSHKeysPagedResponse>BareMetalSolutionStubSettings.Builder. listSSHKeysSettings()Returns the builder for the settings used for calls to listSSHKeys.com.google.api.gax.rpc.PagedCallSettings<ListSSHKeysRequest,ListSSHKeysResponse,BareMetalSolutionClient.ListSSHKeysPagedResponse>BareMetalSolutionStubSettings. listSSHKeysSettings()Returns the object with the settings used for calls to listSSHKeys.
-