public final class ImportSshPublicKeyResponse extends GeneratedMessageV3 implements ImportSshPublicKeyResponseOrBuilder
A response message for importing an SSH public key.
Protobuf type google.cloud.oslogin.v1.ImportSshPublicKeyResponse
Static Fields
LOGIN_PROFILE_FIELD_NUMBER
public static final int LOGIN_PROFILE_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static ImportSshPublicKeyResponse getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static ImportSshPublicKeyResponse.Builder newBuilder()
Returns
newBuilder(ImportSshPublicKeyResponse prototype)
public static ImportSshPublicKeyResponse.Builder newBuilder(ImportSshPublicKeyResponse prototype)
Parameter
Returns
public static ImportSshPublicKeyResponse parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static ImportSshPublicKeyResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static ImportSshPublicKeyResponse parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ImportSshPublicKeyResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static ImportSshPublicKeyResponse parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ImportSshPublicKeyResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ImportSshPublicKeyResponse parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static ImportSshPublicKeyResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static ImportSshPublicKeyResponse parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static ImportSshPublicKeyResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static ImportSshPublicKeyResponse parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ImportSshPublicKeyResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<ImportSshPublicKeyResponse> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public ImportSshPublicKeyResponse getDefaultInstanceForType()
Returns
getLoginProfile()
public LoginProfile getLoginProfile()
The login profile information for the user.
.google.cloud.oslogin.v1.LoginProfile login_profile = 1;
Returns
getLoginProfileOrBuilder()
public LoginProfileOrBuilder getLoginProfileOrBuilder()
The login profile information for the user.
.google.cloud.oslogin.v1.LoginProfile login_profile = 1;
Returns
getParserForType()
public Parser<ImportSshPublicKeyResponse> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasLoginProfile()
public 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.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public ImportSshPublicKeyResponse.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ImportSshPublicKeyResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public ImportSshPublicKeyResponse.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions