Class SheetExportAudienceListResponse (0.52.0)

public final class SheetExportAudienceListResponse extends GeneratedMessageV3 implements SheetExportAudienceListResponseOrBuilder

The created Google Sheet with the list of users in an audience list.

Protobuf type google.analytics.data.v1alpha.SheetExportAudienceListResponse

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > SheetExportAudienceListResponse

Static Fields

AUDIENCE_LIST_FIELD_NUMBER

public static final int AUDIENCE_LIST_FIELD_NUMBER
Field Value
TypeDescription
int

ROW_COUNT_FIELD_NUMBER

public static final int ROW_COUNT_FIELD_NUMBER
Field Value
TypeDescription
int

SPREADSHEET_ID_FIELD_NUMBER

public static final int SPREADSHEET_ID_FIELD_NUMBER
Field Value
TypeDescription
int

SPREADSHEET_URI_FIELD_NUMBER

public static final int SPREADSHEET_URI_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static SheetExportAudienceListResponse getDefaultInstance()
Returns
TypeDescription
SheetExportAudienceListResponse

getDescriptor()

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

newBuilder()

public static SheetExportAudienceListResponse.Builder newBuilder()
Returns
TypeDescription
SheetExportAudienceListResponse.Builder

newBuilder(SheetExportAudienceListResponse prototype)

public static SheetExportAudienceListResponse.Builder newBuilder(SheetExportAudienceListResponse prototype)
Parameter
NameDescription
prototypeSheetExportAudienceListResponse
Returns
TypeDescription
SheetExportAudienceListResponse.Builder

parseDelimitedFrom(InputStream input)

public static SheetExportAudienceListResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SheetExportAudienceListResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static SheetExportAudienceListResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
SheetExportAudienceListResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static SheetExportAudienceListResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
SheetExportAudienceListResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static SheetExportAudienceListResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
SheetExportAudienceListResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static SheetExportAudienceListResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
SheetExportAudienceListResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<SheetExportAudienceListResponse> parser()
Returns
TypeDescription
Parser<SheetExportAudienceListResponse>

Methods

equals(Object obj)

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

getAudienceList()

public AudienceList getAudienceList()

Configuration data about AudienceList being exported. Returned to help interpret the AudienceList in the Google Sheet of this response.

For example, the AudienceList may have more rows than are present in the Google Sheet, and in that case, you may want to send an additional sheet export request with a different offset value to retrieve the next page of rows in an additional Google Sheet.

optional .google.analytics.data.v1alpha.AudienceList audience_list = 4;

Returns
TypeDescription
AudienceList

The audienceList.

getAudienceListOrBuilder()

public AudienceListOrBuilder getAudienceListOrBuilder()

Configuration data about AudienceList being exported. Returned to help interpret the AudienceList in the Google Sheet of this response.

For example, the AudienceList may have more rows than are present in the Google Sheet, and in that case, you may want to send an additional sheet export request with a different offset value to retrieve the next page of rows in an additional Google Sheet.

optional .google.analytics.data.v1alpha.AudienceList audience_list = 4;

Returns
TypeDescription
AudienceListOrBuilder

getDefaultInstanceForType()

public SheetExportAudienceListResponse getDefaultInstanceForType()
Returns
TypeDescription
SheetExportAudienceListResponse

getParserForType()

public Parser<SheetExportAudienceListResponse> getParserForType()
Returns
TypeDescription
Parser<SheetExportAudienceListResponse>
Overrides

getRowCount()

public int getRowCount()

The total number of rows in the AudienceList result. rowCount is independent of the number of rows returned in the response, the limit request parameter, and the offset request parameter. For example if a query returns 175 rows and includes limit of 50 in the API request, the response will contain rowCount of 175 but only 50 rows.

To learn more about this pagination parameter, see Pagination.

optional int32 row_count = 3;

Returns
TypeDescription
int

The rowCount.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getSpreadsheetId()

public String getSpreadsheetId()

An ID that identifies the created Google Sheet resource.

optional string spreadsheet_id = 2;

Returns
TypeDescription
String

The spreadsheetId.

getSpreadsheetIdBytes()

public ByteString getSpreadsheetIdBytes()

An ID that identifies the created Google Sheet resource.

optional string spreadsheet_id = 2;

Returns
TypeDescription
ByteString

The bytes for spreadsheetId.

getSpreadsheetUri()

public String getSpreadsheetUri()

A uri for you to visit in your browser to view the Google Sheet.

optional string spreadsheet_uri = 1;

Returns
TypeDescription
String

The spreadsheetUri.

getSpreadsheetUriBytes()

public ByteString getSpreadsheetUriBytes()

A uri for you to visit in your browser to view the Google Sheet.

optional string spreadsheet_uri = 1;

Returns
TypeDescription
ByteString

The bytes for spreadsheetUri.

hasAudienceList()

public boolean hasAudienceList()

Configuration data about AudienceList being exported. Returned to help interpret the AudienceList in the Google Sheet of this response.

For example, the AudienceList may have more rows than are present in the Google Sheet, and in that case, you may want to send an additional sheet export request with a different offset value to retrieve the next page of rows in an additional Google Sheet.

optional .google.analytics.data.v1alpha.AudienceList audience_list = 4;

Returns
TypeDescription
boolean

Whether the audienceList field is set.

hasRowCount()

public boolean hasRowCount()

The total number of rows in the AudienceList result. rowCount is independent of the number of rows returned in the response, the limit request parameter, and the offset request parameter. For example if a query returns 175 rows and includes limit of 50 in the API request, the response will contain rowCount of 175 but only 50 rows.

To learn more about this pagination parameter, see Pagination.

optional int32 row_count = 3;

Returns
TypeDescription
boolean

Whether the rowCount field is set.

hasSpreadsheetId()

public boolean hasSpreadsheetId()

An ID that identifies the created Google Sheet resource.

optional string spreadsheet_id = 2;

Returns
TypeDescription
boolean

Whether the spreadsheetId field is set.

hasSpreadsheetUri()

public boolean hasSpreadsheetUri()

A uri for you to visit in your browser to view the Google Sheet.

optional string spreadsheet_uri = 1;

Returns
TypeDescription
boolean

Whether the spreadsheetUri field is set.

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 SheetExportAudienceListResponse.Builder newBuilderForType()
Returns
TypeDescription
SheetExportAudienceListResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public SheetExportAudienceListResponse.Builder toBuilder()
Returns
TypeDescription
SheetExportAudienceListResponse.Builder

writeTo(CodedOutputStream output)

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