public static final class TransferTypes.GoogleServiceAccount extends GeneratedMessageV3 implements TransferTypes.GoogleServiceAccountOrBuilder
Google service account
Protobuf type google.storagetransfer.v1.GoogleServiceAccount
Static Fields
ACCOUNT_EMAIL_FIELD_NUMBER
public static final int ACCOUNT_EMAIL_FIELD_NUMBER
Field Value
SUBJECT_ID_FIELD_NUMBER
public static final int SUBJECT_ID_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static TransferTypes.GoogleServiceAccount getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static TransferTypes.GoogleServiceAccount.Builder newBuilder()
Returns
newBuilder(TransferTypes.GoogleServiceAccount prototype)
public static TransferTypes.GoogleServiceAccount.Builder newBuilder(TransferTypes.GoogleServiceAccount prototype)
Parameter
Returns
public static TransferTypes.GoogleServiceAccount parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static TransferTypes.GoogleServiceAccount parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static TransferTypes.GoogleServiceAccount parseFrom(byte[] data)
Parameter
Name |
Description |
data |
byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TransferTypes.GoogleServiceAccount parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static TransferTypes.GoogleServiceAccount parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TransferTypes.GoogleServiceAccount parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TransferTypes.GoogleServiceAccount parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static TransferTypes.GoogleServiceAccount parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static TransferTypes.GoogleServiceAccount parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static TransferTypes.GoogleServiceAccount parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static TransferTypes.GoogleServiceAccount parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TransferTypes.GoogleServiceAccount parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<TransferTypes.GoogleServiceAccount> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getAccountEmail()
public String getAccountEmail()
Email address of the service account.
string account_email = 1;
Returns
Type |
Description |
String |
The accountEmail.
|
getAccountEmailBytes()
public ByteString getAccountEmailBytes()
Email address of the service account.
string account_email = 1;
Returns
Type |
Description |
ByteString |
The bytes for accountEmail.
|
getDefaultInstanceForType()
public TransferTypes.GoogleServiceAccount getDefaultInstanceForType()
Returns
getParserForType()
public Parser<TransferTypes.GoogleServiceAccount> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getSubjectId()
public String getSubjectId()
Unique identifier for the service account.
string subject_id = 2;
Returns
Type |
Description |
String |
The subjectId.
|
getSubjectIdBytes()
public ByteString getSubjectIdBytes()
Unique identifier for the service account.
string subject_id = 2;
Returns
Type |
Description |
ByteString |
The bytes for subjectId.
|
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 TransferTypes.GoogleServiceAccount.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected TransferTypes.GoogleServiceAccount.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public TransferTypes.GoogleServiceAccount.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions