@Generated(value="by gapic-generator-java")
See: Description
| Class | Description |
|---|---|
| OsLoginServiceClient |
Service Description: Cloud OS Login API
|
| OsLoginServiceSettings |
Settings class to configure an instance of
OsLoginServiceClient. |
| OsLoginServiceSettings.Builder |
Builder for OsLoginServiceSettings.
|
======================= OsLoginServiceClient =======================
Service Description: Cloud OS Login API
The Cloud OS Login API allows you to manage users and their associated SSH public keys for logging into virtual machines on Google Cloud Platform.
Sample for OsLoginServiceClient:
// This snippet has been automatically generated for illustrative purposes only.
// It may require modifications to work in your environment.
try (OsLoginServiceClient osLoginServiceClient = OsLoginServiceClient.create()) {
PosixAccountName name = PosixAccountName.of("[USER]", "[PROJECT]");
osLoginServiceClient.deletePosixAccount(name);
}
Copyright © 2022 Google LLC. All rights reserved.