Uses of Class
com.google.cloud.oslogin.v1.ImportSshPublicKeyResponse
-
Packages that use ImportSshPublicKeyResponse Package Description com.google.cloud.oslogin.v1 A client to Cloud OS Login APIcom.google.cloud.oslogin.v1.stub -
-
Uses of ImportSshPublicKeyResponse in com.google.cloud.oslogin.v1
Methods in com.google.cloud.oslogin.v1 that return ImportSshPublicKeyResponse Modifier and Type Method Description ImportSshPublicKeyResponse
ImportSshPublicKeyResponse.Builder. build()
ImportSshPublicKeyResponse
ImportSshPublicKeyResponse.Builder. buildPartial()
static ImportSshPublicKeyResponse
ImportSshPublicKeyResponse. getDefaultInstance()
ImportSshPublicKeyResponse
ImportSshPublicKeyResponse.Builder. getDefaultInstanceForType()
ImportSshPublicKeyResponse
ImportSshPublicKeyResponse. getDefaultInstanceForType()
ImportSshPublicKeyResponse
OsLoginServiceClient. importSshPublicKey(ImportSshPublicKeyRequest request)
Adds an SSH public key and returns the profile information.ImportSshPublicKeyResponse
OsLoginServiceClient. importSshPublicKey(UserName parent, OsLoginProto.SshPublicKey sshPublicKey)
Adds an SSH public key and returns the profile information.ImportSshPublicKeyResponse
OsLoginServiceClient. importSshPublicKey(UserName parent, OsLoginProto.SshPublicKey sshPublicKey, String projectId)
Adds an SSH public key and returns the profile information.ImportSshPublicKeyResponse
OsLoginServiceClient. importSshPublicKey(String parent, OsLoginProto.SshPublicKey sshPublicKey)
Adds an SSH public key and returns the profile information.ImportSshPublicKeyResponse
OsLoginServiceClient. importSshPublicKey(String parent, OsLoginProto.SshPublicKey sshPublicKey, String projectId)
Adds an SSH public key and returns the profile information.ImportSshPublicKeyResponse
OsLoginServiceGrpc.OsLoginServiceBlockingStub. importSshPublicKey(ImportSshPublicKeyRequest request)
Adds an SSH public key and returns the profile information.static ImportSshPublicKeyResponse
ImportSshPublicKeyResponse. parseDelimitedFrom(InputStream input)
static ImportSshPublicKeyResponse
ImportSshPublicKeyResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportSshPublicKeyResponse
ImportSshPublicKeyResponse. parseFrom(byte[] data)
static ImportSshPublicKeyResponse
ImportSshPublicKeyResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportSshPublicKeyResponse
ImportSshPublicKeyResponse. parseFrom(com.google.protobuf.ByteString data)
static ImportSshPublicKeyResponse
ImportSshPublicKeyResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportSshPublicKeyResponse
ImportSshPublicKeyResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ImportSshPublicKeyResponse
ImportSshPublicKeyResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportSshPublicKeyResponse
ImportSshPublicKeyResponse. parseFrom(InputStream input)
static ImportSshPublicKeyResponse
ImportSshPublicKeyResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportSshPublicKeyResponse
ImportSshPublicKeyResponse. parseFrom(ByteBuffer data)
static ImportSshPublicKeyResponse
ImportSshPublicKeyResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.oslogin.v1 that return types with arguments of type ImportSshPublicKeyResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse>
OsLoginServiceGrpc. getImportSshPublicKeyMethod()
com.google.protobuf.Parser<ImportSshPublicKeyResponse>
ImportSshPublicKeyResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ImportSshPublicKeyResponse>
OsLoginServiceGrpc.OsLoginServiceFutureStub. importSshPublicKey(ImportSshPublicKeyRequest request)
Adds an SSH public key and returns the profile information.com.google.api.gax.rpc.UnaryCallable<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse>
OsLoginServiceClient. importSshPublicKeyCallable()
Adds an SSH public key and returns the profile information.com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse>
OsLoginServiceSettings.Builder. importSshPublicKeySettings()
Returns the builder for the settings used for calls to importSshPublicKey.com.google.api.gax.rpc.UnaryCallSettings<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse>
OsLoginServiceSettings. importSshPublicKeySettings()
Returns the object with the settings used for calls to importSshPublicKey.static com.google.protobuf.Parser<ImportSshPublicKeyResponse>
ImportSshPublicKeyResponse. parser()
Methods in com.google.cloud.oslogin.v1 with parameters of type ImportSshPublicKeyResponse Modifier and Type Method Description ImportSshPublicKeyResponse.Builder
ImportSshPublicKeyResponse.Builder. mergeFrom(ImportSshPublicKeyResponse other)
static ImportSshPublicKeyResponse.Builder
ImportSshPublicKeyResponse. newBuilder(ImportSshPublicKeyResponse prototype)
Method parameters in com.google.cloud.oslogin.v1 with type arguments of type ImportSshPublicKeyResponse Modifier and Type Method Description default void
OsLoginServiceGrpc.AsyncService. importSshPublicKey(ImportSshPublicKeyRequest request, io.grpc.stub.StreamObserver<ImportSshPublicKeyResponse> responseObserver)
Adds an SSH public key and returns the profile information.void
OsLoginServiceGrpc.OsLoginServiceStub. importSshPublicKey(ImportSshPublicKeyRequest request, io.grpc.stub.StreamObserver<ImportSshPublicKeyResponse> responseObserver)
Adds an SSH public key and returns the profile information. -
Uses of ImportSshPublicKeyResponse in com.google.cloud.oslogin.v1.stub
Methods in com.google.cloud.oslogin.v1.stub that return types with arguments of type ImportSshPublicKeyResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse>
GrpcOsLoginServiceStub. importSshPublicKeyCallable()
com.google.api.gax.rpc.UnaryCallable<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse>
HttpJsonOsLoginServiceStub. importSshPublicKeyCallable()
com.google.api.gax.rpc.UnaryCallable<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse>
OsLoginServiceStub. importSshPublicKeyCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse>
OsLoginServiceStubSettings.Builder. importSshPublicKeySettings()
Returns the builder for the settings used for calls to importSshPublicKey.com.google.api.gax.rpc.UnaryCallSettings<ImportSshPublicKeyRequest,ImportSshPublicKeyResponse>
OsLoginServiceStubSettings. importSshPublicKeySettings()
Returns the object with the settings used for calls to importSshPublicKey.
-