Interface SheetExportAudienceListResponseOrBuilder (0.51.0)

public interface SheetExportAudienceListResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAudienceList()

public abstract 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 abstract 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

getRowCount()

public abstract 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.

getSpreadsheetId()

public abstract String getSpreadsheetId()

An ID that identifies the created Google Sheet resource.

optional string spreadsheet_id = 2;

Returns
TypeDescription
String

The spreadsheetId.

getSpreadsheetIdBytes()

public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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.