public interface ImportSshPublicKeyResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDetails()
public abstract String getDetails()Detailed information about import results.
string details = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The details. |
getDetailsBytes()
public abstract ByteString getDetailsBytes()Detailed information about import results.
string details = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for details. |
getLoginProfile()
public abstract LoginProfile getLoginProfile()The login profile information for the user.
.google.cloud.oslogin.v1.LoginProfile login_profile = 1;
| Returns | |
|---|---|
| Type | Description |
LoginProfile |
The loginProfile. |
getLoginProfileOrBuilder()
public abstract LoginProfileOrBuilder getLoginProfileOrBuilder()The login profile information for the user.
.google.cloud.oslogin.v1.LoginProfile login_profile = 1;
| Returns | |
|---|---|
| Type | Description |
LoginProfileOrBuilder |
|
hasLoginProfile()
public abstract boolean hasLoginProfile()The login profile information for the user.
.google.cloud.oslogin.v1.LoginProfile login_profile = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the loginProfile field is set. |