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 ImportSshPublicKeyResponseImportSshPublicKeyResponse.Builder. build()ImportSshPublicKeyResponseImportSshPublicKeyResponse.Builder. buildPartial()static ImportSshPublicKeyResponseImportSshPublicKeyResponse. getDefaultInstance()ImportSshPublicKeyResponseImportSshPublicKeyResponse.Builder. getDefaultInstanceForType()ImportSshPublicKeyResponseImportSshPublicKeyResponse. getDefaultInstanceForType()ImportSshPublicKeyResponseOsLoginServiceClient. importSshPublicKey(ImportSshPublicKeyRequest request)Adds an SSH public key and returns the profile information.ImportSshPublicKeyResponseOsLoginServiceClient. importSshPublicKey(UserName parent, OsLoginProto.SshPublicKey sshPublicKey)Adds an SSH public key and returns the profile information.ImportSshPublicKeyResponseOsLoginServiceClient. importSshPublicKey(UserName parent, OsLoginProto.SshPublicKey sshPublicKey, String projectId)Adds an SSH public key and returns the profile information.ImportSshPublicKeyResponseOsLoginServiceClient. importSshPublicKey(String parent, OsLoginProto.SshPublicKey sshPublicKey)Adds an SSH public key and returns the profile information.ImportSshPublicKeyResponseOsLoginServiceClient. importSshPublicKey(String parent, OsLoginProto.SshPublicKey sshPublicKey, String projectId)Adds an SSH public key and returns the profile information.ImportSshPublicKeyResponseOsLoginServiceGrpc.OsLoginServiceBlockingStub. importSshPublicKey(ImportSshPublicKeyRequest request)Adds an SSH public key and returns the profile information.static ImportSshPublicKeyResponseImportSshPublicKeyResponse. parseDelimitedFrom(InputStream input)static ImportSshPublicKeyResponseImportSshPublicKeyResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportSshPublicKeyResponseImportSshPublicKeyResponse. parseFrom(byte[] data)static ImportSshPublicKeyResponseImportSshPublicKeyResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportSshPublicKeyResponseImportSshPublicKeyResponse. parseFrom(com.google.protobuf.ByteString data)static ImportSshPublicKeyResponseImportSshPublicKeyResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportSshPublicKeyResponseImportSshPublicKeyResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ImportSshPublicKeyResponseImportSshPublicKeyResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportSshPublicKeyResponseImportSshPublicKeyResponse. parseFrom(InputStream input)static ImportSshPublicKeyResponseImportSshPublicKeyResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportSshPublicKeyResponseImportSshPublicKeyResponse. parseFrom(ByteBuffer data)static ImportSshPublicKeyResponseImportSshPublicKeyResponse. 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.BuilderImportSshPublicKeyResponse.Builder. mergeFrom(ImportSshPublicKeyResponse other)static ImportSshPublicKeyResponse.BuilderImportSshPublicKeyResponse. newBuilder(ImportSshPublicKeyResponse prototype)Method parameters in com.google.cloud.oslogin.v1 with type arguments of type ImportSshPublicKeyResponse Modifier and Type Method Description default voidOsLoginServiceGrpc.AsyncService. importSshPublicKey(ImportSshPublicKeyRequest request, io.grpc.stub.StreamObserver<ImportSshPublicKeyResponse> responseObserver)Adds an SSH public key and returns the profile information.voidOsLoginServiceGrpc.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.
-