Uses of Class
com.google.cloud.baremetalsolution.v2.ListSSHKeysRequest
-
Packages that use ListSSHKeysRequest Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution APIcom.google.cloud.baremetalsolution.v2.stub -
-
Uses of ListSSHKeysRequest in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return ListSSHKeysRequest Modifier and Type Method Description ListSSHKeysRequest
ListSSHKeysRequest.Builder. build()
ListSSHKeysRequest
ListSSHKeysRequest.Builder. buildPartial()
static ListSSHKeysRequest
ListSSHKeysRequest. getDefaultInstance()
ListSSHKeysRequest
ListSSHKeysRequest.Builder. getDefaultInstanceForType()
ListSSHKeysRequest
ListSSHKeysRequest. getDefaultInstanceForType()
static ListSSHKeysRequest
ListSSHKeysRequest. parseDelimitedFrom(InputStream input)
static ListSSHKeysRequest
ListSSHKeysRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSSHKeysRequest
ListSSHKeysRequest. parseFrom(byte[] data)
static ListSSHKeysRequest
ListSSHKeysRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSSHKeysRequest
ListSSHKeysRequest. parseFrom(com.google.protobuf.ByteString data)
static ListSSHKeysRequest
ListSSHKeysRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSSHKeysRequest
ListSSHKeysRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListSSHKeysRequest
ListSSHKeysRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSSHKeysRequest
ListSSHKeysRequest. parseFrom(InputStream input)
static ListSSHKeysRequest
ListSSHKeysRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSSHKeysRequest
ListSSHKeysRequest. parseFrom(ByteBuffer data)
static ListSSHKeysRequest
ListSSHKeysRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type ListSSHKeysRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSSHKeysRequest,ListSSHKeysResponse>
BareMetalSolutionGrpc. getListSSHKeysMethod()
com.google.protobuf.Parser<ListSSHKeysRequest>
ListSSHKeysRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListSSHKeysRequest,ListSSHKeysResponse>
BareMetalSolutionClient. listSSHKeysCallable()
Lists the public SSH keys registered for the specified project.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.static com.google.protobuf.Parser<ListSSHKeysRequest>
ListSSHKeysRequest. parser()
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type ListSSHKeysRequest Modifier and Type Method Description BareMetalSolutionClient.ListSSHKeysPagedResponse
BareMetalSolutionClient. listSSHKeys(ListSSHKeysRequest request)
Lists the public SSH keys registered for the specified project.default void
BareMetalSolutionGrpc.AsyncService. listSSHKeys(ListSSHKeysRequest request, io.grpc.stub.StreamObserver<ListSSHKeysResponse> responseObserver)
Lists the public SSH keys registered for the specified project.ListSSHKeysResponse
BareMetalSolutionGrpc.BareMetalSolutionBlockingStub. listSSHKeys(ListSSHKeysRequest request)
Lists the public SSH keys registered for the specified project.com.google.common.util.concurrent.ListenableFuture<ListSSHKeysResponse>
BareMetalSolutionGrpc.BareMetalSolutionFutureStub. listSSHKeys(ListSSHKeysRequest request)
Lists the public SSH keys registered for the specified project.void
BareMetalSolutionGrpc.BareMetalSolutionStub. listSSHKeys(ListSSHKeysRequest request, io.grpc.stub.StreamObserver<ListSSHKeysResponse> responseObserver)
Lists the public SSH keys registered for the specified project.ListSSHKeysRequest.Builder
ListSSHKeysRequest.Builder. mergeFrom(ListSSHKeysRequest other)
static ListSSHKeysRequest.Builder
ListSSHKeysRequest. newBuilder(ListSSHKeysRequest prototype)
Method parameters in com.google.cloud.baremetalsolution.v2 with type arguments of type ListSSHKeysRequest 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)
protected BareMetalSolutionClient.ListSSHKeysPage
BareMetalSolutionClient.ListSSHKeysPage. createPage(com.google.api.gax.rpc.PageContext<ListSSHKeysRequest,ListSSHKeysResponse,SSHKey> context, ListSSHKeysResponse response)
com.google.api.core.ApiFuture<BareMetalSolutionClient.ListSSHKeysPage>
BareMetalSolutionClient.ListSSHKeysPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSSHKeysRequest,ListSSHKeysResponse,SSHKey> context, com.google.api.core.ApiFuture<ListSSHKeysResponse> futureResponse)
-
Uses of ListSSHKeysRequest in com.google.cloud.baremetalsolution.v2.stub
Methods in com.google.cloud.baremetalsolution.v2.stub that return types with arguments of type ListSSHKeysRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSSHKeysRequest,ListSSHKeysResponse>
BareMetalSolutionStub. listSSHKeysCallable()
com.google.api.gax.rpc.UnaryCallable<ListSSHKeysRequest,ListSSHKeysResponse>
GrpcBareMetalSolutionStub. listSSHKeysCallable()
com.google.api.gax.rpc.UnaryCallable<ListSSHKeysRequest,ListSSHKeysResponse>
HttpJsonBareMetalSolutionStub. listSSHKeysCallable()
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.
-