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