- 0.63.0 (latest)
- 0.62.0
- 0.60.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
public interface SheetExportAudienceListResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
int |
The rowCount. |
getSpreadsheetId()
public abstract String getSpreadsheetId()
An ID that identifies the created Google Sheet resource.
optional string spreadsheet_id = 2;
Returns | |
---|---|
Type | Description |
String |
The spreadsheetId. |
getSpreadsheetIdBytes()
public abstract ByteString getSpreadsheetIdBytes()
An ID that identifies the created Google Sheet resource.
optional string spreadsheet_id = 2;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the spreadsheetUri field is set. |