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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
AUDIENCE_LIST_FIELD_NUMBER
public static final int AUDIENCE_LIST_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
ROW_COUNT_FIELD_NUMBER
public static final int ROW_COUNT_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
SPREADSHEET_ID_FIELD_NUMBER
public static final int SPREADSHEET_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
SPREADSHEET_URI_FIELD_NUMBER
public static final int SPREADSHEET_URI_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static SheetExportAudienceListResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static SheetExportAudienceListResponse.Builder newBuilder()
newBuilder(SheetExportAudienceListResponse prototype)
public static SheetExportAudienceListResponse.Builder newBuilder(SheetExportAudienceListResponse prototype)
public static SheetExportAudienceListResponse parseDelimitedFrom(InputStream input)
public static SheetExportAudienceListResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static SheetExportAudienceListResponse parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static SheetExportAudienceListResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static SheetExportAudienceListResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SheetExportAudienceListResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static SheetExportAudienceListResponse parseFrom(CodedInputStream input)
public static SheetExportAudienceListResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static SheetExportAudienceListResponse parseFrom(InputStream input)
public static SheetExportAudienceListResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static SheetExportAudienceListResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static SheetExportAudienceListResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<SheetExportAudienceListResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
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;
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;
getDefaultInstanceForType()
public SheetExportAudienceListResponse getDefaultInstanceForType()
getParserForType()
public Parser<SheetExportAudienceListResponse> getParserForType()
Overrides
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.
|
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
getSpreadsheetId()
public String getSpreadsheetId()
An ID that identifies the created Google Sheet resource.
optional string spreadsheet_id = 2;
Returns |
---|
Type | Description |
String | The spreadsheetId.
|
getSpreadsheetIdBytes()
public 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 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 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 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 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 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 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.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public SheetExportAudienceListResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected SheetExportAudienceListResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public SheetExportAudienceListResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides