public interface ImportSshPublicKeyResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDetails()
Detailed information about import results.
|
com.google.protobuf.ByteString |
getDetailsBytes()
Detailed information about import results.
|
LoginProfile |
getLoginProfile()
The login profile information for the user.
|
LoginProfileOrBuilder |
getLoginProfileOrBuilder()
The login profile information for the user.
|
boolean |
hasLoginProfile()
The login profile information for the user.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLoginProfile()
The login profile information for the user.
.google.cloud.oslogin.v1.LoginProfile login_profile = 1;LoginProfile getLoginProfile()
The login profile information for the user.
.google.cloud.oslogin.v1.LoginProfile login_profile = 1;LoginProfileOrBuilder getLoginProfileOrBuilder()
The login profile information for the user.
.google.cloud.oslogin.v1.LoginProfile login_profile = 1;String getDetails()
Detailed information about import results.
string details = 2;com.google.protobuf.ByteString getDetailsBytes()
Detailed information about import results.
string details = 2;Copyright © 2023 Google LLC. All rights reserved.