public interface SheetExportAudienceListResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AudienceList |
getAudienceList()
Configuration data about AudienceList being exported.
|
AudienceListOrBuilder |
getAudienceListOrBuilder()
Configuration data about AudienceList being exported.
|
int |
getRowCount()
The total number of rows in the AudienceList result.
|
String |
getSpreadsheetId()
An ID that identifies the created Google Sheet resource.
|
com.google.protobuf.ByteString |
getSpreadsheetIdBytes()
An ID that identifies the created Google Sheet resource.
|
String |
getSpreadsheetUri()
A uri for you to visit in your browser to view the Google Sheet.
|
com.google.protobuf.ByteString |
getSpreadsheetUriBytes()
A uri for you to visit in your browser to view the Google Sheet.
|
boolean |
hasAudienceList()
Configuration data about AudienceList being exported.
|
boolean |
hasRowCount()
The total number of rows in the AudienceList result.
|
boolean |
hasSpreadsheetId()
An ID that identifies the created Google Sheet resource.
|
boolean |
hasSpreadsheetUri()
A uri for you to visit in your browser to view the Google Sheet.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSpreadsheetUri()
A uri for you to visit in your browser to view the Google Sheet.
optional string spreadsheet_uri = 1;String getSpreadsheetUri()
A uri for you to visit in your browser to view the Google Sheet.
optional string spreadsheet_uri = 1;com.google.protobuf.ByteString getSpreadsheetUriBytes()
A uri for you to visit in your browser to view the Google Sheet.
optional string spreadsheet_uri = 1;boolean hasSpreadsheetId()
An ID that identifies the created Google Sheet resource.
optional string spreadsheet_id = 2;String getSpreadsheetId()
An ID that identifies the created Google Sheet resource.
optional string spreadsheet_id = 2;com.google.protobuf.ByteString getSpreadsheetIdBytes()
An ID that identifies the created Google Sheet resource.
optional string spreadsheet_id = 2;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](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination).
optional int32 row_count = 3;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](https://developers.google.com/analytics/devguides/reporting/data/v1/basics#pagination).
optional int32 row_count = 3;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;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;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;Copyright © 2024 Google LLC. All rights reserved.