Uses of Class
com.google.cloud.oslogin.v1.CreateSshPublicKeyRequest
-
Packages that use CreateSshPublicKeyRequest Package Description com.google.cloud.oslogin.v1 A client to Cloud OS Login APIcom.google.cloud.oslogin.v1.stub -
-
Uses of CreateSshPublicKeyRequest in com.google.cloud.oslogin.v1
Methods in com.google.cloud.oslogin.v1 that return CreateSshPublicKeyRequest Modifier and Type Method Description CreateSshPublicKeyRequest
CreateSshPublicKeyRequest.Builder. build()
CreateSshPublicKeyRequest
CreateSshPublicKeyRequest.Builder. buildPartial()
static CreateSshPublicKeyRequest
CreateSshPublicKeyRequest. getDefaultInstance()
CreateSshPublicKeyRequest
CreateSshPublicKeyRequest.Builder. getDefaultInstanceForType()
CreateSshPublicKeyRequest
CreateSshPublicKeyRequest. getDefaultInstanceForType()
static CreateSshPublicKeyRequest
CreateSshPublicKeyRequest. parseDelimitedFrom(InputStream input)
static CreateSshPublicKeyRequest
CreateSshPublicKeyRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSshPublicKeyRequest
CreateSshPublicKeyRequest. parseFrom(byte[] data)
static CreateSshPublicKeyRequest
CreateSshPublicKeyRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSshPublicKeyRequest
CreateSshPublicKeyRequest. parseFrom(com.google.protobuf.ByteString data)
static CreateSshPublicKeyRequest
CreateSshPublicKeyRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSshPublicKeyRequest
CreateSshPublicKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateSshPublicKeyRequest
CreateSshPublicKeyRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSshPublicKeyRequest
CreateSshPublicKeyRequest. parseFrom(InputStream input)
static CreateSshPublicKeyRequest
CreateSshPublicKeyRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSshPublicKeyRequest
CreateSshPublicKeyRequest. parseFrom(ByteBuffer data)
static CreateSshPublicKeyRequest
CreateSshPublicKeyRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.oslogin.v1 that return types with arguments of type CreateSshPublicKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateSshPublicKeyRequest,OsLoginProto.SshPublicKey>
OsLoginServiceClient. createSshPublicKeyCallable()
Create an SSH public keycom.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSshPublicKeyRequest,OsLoginProto.SshPublicKey>
OsLoginServiceSettings.Builder. createSshPublicKeySettings()
Returns the builder for the settings used for calls to createSshPublicKey.com.google.api.gax.rpc.UnaryCallSettings<CreateSshPublicKeyRequest,OsLoginProto.SshPublicKey>
OsLoginServiceSettings. createSshPublicKeySettings()
Returns the object with the settings used for calls to createSshPublicKey.static io.grpc.MethodDescriptor<CreateSshPublicKeyRequest,OsLoginProto.SshPublicKey>
OsLoginServiceGrpc. getCreateSshPublicKeyMethod()
com.google.protobuf.Parser<CreateSshPublicKeyRequest>
CreateSshPublicKeyRequest. getParserForType()
static com.google.protobuf.Parser<CreateSshPublicKeyRequest>
CreateSshPublicKeyRequest. parser()
Methods in com.google.cloud.oslogin.v1 with parameters of type CreateSshPublicKeyRequest Modifier and Type Method Description OsLoginProto.SshPublicKey
OsLoginServiceClient. createSshPublicKey(CreateSshPublicKeyRequest request)
Create an SSH public keydefault void
OsLoginServiceGrpc.AsyncService. createSshPublicKey(CreateSshPublicKeyRequest request, io.grpc.stub.StreamObserver<OsLoginProto.SshPublicKey> responseObserver)
Create an SSH public keyOsLoginProto.SshPublicKey
OsLoginServiceGrpc.OsLoginServiceBlockingStub. createSshPublicKey(CreateSshPublicKeyRequest request)
Create an SSH public keycom.google.common.util.concurrent.ListenableFuture<OsLoginProto.SshPublicKey>
OsLoginServiceGrpc.OsLoginServiceFutureStub. createSshPublicKey(CreateSshPublicKeyRequest request)
Create an SSH public keyvoid
OsLoginServiceGrpc.OsLoginServiceStub. createSshPublicKey(CreateSshPublicKeyRequest request, io.grpc.stub.StreamObserver<OsLoginProto.SshPublicKey> responseObserver)
Create an SSH public keyCreateSshPublicKeyRequest.Builder
CreateSshPublicKeyRequest.Builder. mergeFrom(CreateSshPublicKeyRequest other)
static CreateSshPublicKeyRequest.Builder
CreateSshPublicKeyRequest. newBuilder(CreateSshPublicKeyRequest prototype)
-
Uses of CreateSshPublicKeyRequest in com.google.cloud.oslogin.v1.stub
Methods in com.google.cloud.oslogin.v1.stub that return types with arguments of type CreateSshPublicKeyRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateSshPublicKeyRequest,OsLoginProto.SshPublicKey>
GrpcOsLoginServiceStub. createSshPublicKeyCallable()
com.google.api.gax.rpc.UnaryCallable<CreateSshPublicKeyRequest,OsLoginProto.SshPublicKey>
HttpJsonOsLoginServiceStub. createSshPublicKeyCallable()
com.google.api.gax.rpc.UnaryCallable<CreateSshPublicKeyRequest,OsLoginProto.SshPublicKey>
OsLoginServiceStub. createSshPublicKeyCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSshPublicKeyRequest,OsLoginProto.SshPublicKey>
OsLoginServiceStubSettings.Builder. createSshPublicKeySettings()
Returns the builder for the settings used for calls to createSshPublicKey.com.google.api.gax.rpc.UnaryCallSettings<CreateSshPublicKeyRequest,OsLoginProto.SshPublicKey>
OsLoginServiceStubSettings. createSshPublicKeySettings()
Returns the object with the settings used for calls to createSshPublicKey.
-