Class TransferProto.GetGoogleServiceAccountRequest (1.41.0)

public static final class TransferProto.GetGoogleServiceAccountRequest extends GeneratedMessageV3 implements TransferProto.GetGoogleServiceAccountRequestOrBuilder

Request passed to GetGoogleServiceAccount.

Protobuf type google.storagetransfer.v1.GetGoogleServiceAccountRequest

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > TransferProto.GetGoogleServiceAccountRequest

Static Fields

PROJECT_ID_FIELD_NUMBER

public static final int PROJECT_ID_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static TransferProto.GetGoogleServiceAccountRequest getDefaultInstance()
Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static TransferProto.GetGoogleServiceAccountRequest.Builder newBuilder()
Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest.Builder

newBuilder(TransferProto.GetGoogleServiceAccountRequest prototype)

public static TransferProto.GetGoogleServiceAccountRequest.Builder newBuilder(TransferProto.GetGoogleServiceAccountRequest prototype)
Parameter
NameDescription
prototypeTransferProto.GetGoogleServiceAccountRequest
Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest.Builder

parseDelimitedFrom(InputStream input)

public static TransferProto.GetGoogleServiceAccountRequest parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TransferProto.GetGoogleServiceAccountRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static TransferProto.GetGoogleServiceAccountRequest parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TransferProto.GetGoogleServiceAccountRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TransferProto.GetGoogleServiceAccountRequest parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TransferProto.GetGoogleServiceAccountRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TransferProto.GetGoogleServiceAccountRequest parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TransferProto.GetGoogleServiceAccountRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static TransferProto.GetGoogleServiceAccountRequest parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TransferProto.GetGoogleServiceAccountRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static TransferProto.GetGoogleServiceAccountRequest parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TransferProto.GetGoogleServiceAccountRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<TransferProto.GetGoogleServiceAccountRequest> parser()
Returns
TypeDescription
Parser<GetGoogleServiceAccountRequest>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public TransferProto.GetGoogleServiceAccountRequest getDefaultInstanceForType()
Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest

getParserForType()

public Parser<TransferProto.GetGoogleServiceAccountRequest> getParserForType()
Returns
TypeDescription
Parser<GetGoogleServiceAccountRequest>
Overrides

getProjectId()

public String getProjectId()

Required. The ID of the Google Cloud project that the Google service account is associated with.

string project_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public ByteString getProjectIdBytes()

Required. The ID of the Google Cloud project that the Google service account is associated with.

string project_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for projectId.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public TransferProto.GetGoogleServiceAccountRequest.Builder newBuilderForType()
Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected TransferProto.GetGoogleServiceAccountRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public TransferProto.GetGoogleServiceAccountRequest.Builder toBuilder()
Returns
TypeDescription
TransferProto.GetGoogleServiceAccountRequest.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException