public static final class AppConnector.PrincipalInfo.ServiceAccount extends GeneratedMessageV3 implements AppConnector.PrincipalInfo.ServiceAccountOrBuilder
ServiceAccount represents a GCP service account.
Protobuf type
google.cloud.beyondcorp.appconnectors.v1.AppConnector.PrincipalInfo.ServiceAccount
Static Fields
EMAIL_FIELD_NUMBER
public static final int EMAIL_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static AppConnector.PrincipalInfo.ServiceAccount getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static AppConnector.PrincipalInfo.ServiceAccount.Builder newBuilder()
Returns
newBuilder(AppConnector.PrincipalInfo.ServiceAccount prototype)
public static AppConnector.PrincipalInfo.ServiceAccount.Builder newBuilder(AppConnector.PrincipalInfo.ServiceAccount prototype)
Parameter
Returns
public static AppConnector.PrincipalInfo.ServiceAccount parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static AppConnector.PrincipalInfo.ServiceAccount parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static AppConnector.PrincipalInfo.ServiceAccount parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static AppConnector.PrincipalInfo.ServiceAccount parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static AppConnector.PrincipalInfo.ServiceAccount parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static AppConnector.PrincipalInfo.ServiceAccount parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AppConnector.PrincipalInfo.ServiceAccount parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static AppConnector.PrincipalInfo.ServiceAccount parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static AppConnector.PrincipalInfo.ServiceAccount parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static AppConnector.PrincipalInfo.ServiceAccount parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static AppConnector.PrincipalInfo.ServiceAccount parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static AppConnector.PrincipalInfo.ServiceAccount parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<AppConnector.PrincipalInfo.ServiceAccount> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getDefaultInstanceForType()
public AppConnector.PrincipalInfo.ServiceAccount getDefaultInstanceForType()
Returns
getEmail()
Email address of the service account.
string email = 1;
Returns
Type | Description |
String | The email.
|
getEmailBytes()
public ByteString getEmailBytes()
Email address of the service account.
string email = 1;
Returns
getParserForType()
public Parser<AppConnector.PrincipalInfo.ServiceAccount> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public AppConnector.PrincipalInfo.ServiceAccount.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected AppConnector.PrincipalInfo.ServiceAccount.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public AppConnector.PrincipalInfo.ServiceAccount.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions