Class SheetExportAudienceListResponse.Builder (0.53.0)

public static final class SheetExportAudienceListResponse.Builder extends GeneratedMessageV3.Builder<SheetExportAudienceListResponse.Builder> implements SheetExportAudienceListResponseOrBuilder

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

Protobuf type google.analytics.data.v1alpha.SheetExportAudienceListResponse

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SheetExportAudienceListResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
SheetExportAudienceListResponse.Builder
Overrides

build()

public SheetExportAudienceListResponse build()
Returns
Type Description
SheetExportAudienceListResponse

buildPartial()

public SheetExportAudienceListResponse buildPartial()
Returns
Type Description
SheetExportAudienceListResponse

clear()

public SheetExportAudienceListResponse.Builder clear()
Returns
Type Description
SheetExportAudienceListResponse.Builder
Overrides

clearAudienceList()

public SheetExportAudienceListResponse.Builder clearAudienceList()

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
SheetExportAudienceListResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public SheetExportAudienceListResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
SheetExportAudienceListResponse.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public SheetExportAudienceListResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
SheetExportAudienceListResponse.Builder
Overrides

clearRowCount()

public SheetExportAudienceListResponse.Builder clearRowCount()

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
SheetExportAudienceListResponse.Builder

This builder for chaining.

clearSpreadsheetId()

public SheetExportAudienceListResponse.Builder clearSpreadsheetId()

An ID that identifies the created Google Sheet resource.

optional string spreadsheet_id = 2;

Returns
Type Description
SheetExportAudienceListResponse.Builder

This builder for chaining.

clearSpreadsheetUri()

public SheetExportAudienceListResponse.Builder clearSpreadsheetUri()

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

optional string spreadsheet_uri = 1;

Returns
Type Description
SheetExportAudienceListResponse.Builder

This builder for chaining.

clone()

public SheetExportAudienceListResponse.Builder clone()
Returns
Type Description
SheetExportAudienceListResponse.Builder
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
Type Description
AudienceList

The audienceList.

getAudienceListBuilder()

public AudienceList.Builder getAudienceListBuilder()

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.Builder

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
Type Description
AudienceListOrBuilder

getDefaultInstanceForType()

public SheetExportAudienceListResponse getDefaultInstanceForType()
Returns
Type Description
SheetExportAudienceListResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
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
Type Description
int

The rowCount.

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.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeAudienceList(AudienceList value)

public SheetExportAudienceListResponse.Builder mergeAudienceList(AudienceList value)

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;

Parameter
Name Description
value AudienceList
Returns
Type Description
SheetExportAudienceListResponse.Builder

mergeFrom(SheetExportAudienceListResponse other)

public SheetExportAudienceListResponse.Builder mergeFrom(SheetExportAudienceListResponse other)
Parameter
Name Description
other SheetExportAudienceListResponse
Returns
Type Description
SheetExportAudienceListResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SheetExportAudienceListResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SheetExportAudienceListResponse.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public SheetExportAudienceListResponse.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
SheetExportAudienceListResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SheetExportAudienceListResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
SheetExportAudienceListResponse.Builder
Overrides

setAudienceList(AudienceList value)

public SheetExportAudienceListResponse.Builder setAudienceList(AudienceList value)

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;

Parameter
Name Description
value AudienceList
Returns
Type Description
SheetExportAudienceListResponse.Builder

setAudienceList(AudienceList.Builder builderForValue)

public SheetExportAudienceListResponse.Builder setAudienceList(AudienceList.Builder builderForValue)

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;

Parameter
Name Description
builderForValue AudienceList.Builder
Returns
Type Description
SheetExportAudienceListResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public SheetExportAudienceListResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
SheetExportAudienceListResponse.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public SheetExportAudienceListResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
SheetExportAudienceListResponse.Builder
Overrides

setRowCount(int value)

public SheetExportAudienceListResponse.Builder setRowCount(int value)

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;

Parameter
Name Description
value int

The rowCount to set.

Returns
Type Description
SheetExportAudienceListResponse.Builder

This builder for chaining.

setSpreadsheetId(String value)

public SheetExportAudienceListResponse.Builder setSpreadsheetId(String value)

An ID that identifies the created Google Sheet resource.

optional string spreadsheet_id = 2;

Parameter
Name Description
value String

The spreadsheetId to set.

Returns
Type Description
SheetExportAudienceListResponse.Builder

This builder for chaining.

setSpreadsheetIdBytes(ByteString value)

public SheetExportAudienceListResponse.Builder setSpreadsheetIdBytes(ByteString value)

An ID that identifies the created Google Sheet resource.

optional string spreadsheet_id = 2;

Parameter
Name Description
value ByteString

The bytes for spreadsheetId to set.

Returns
Type Description
SheetExportAudienceListResponse.Builder

This builder for chaining.

setSpreadsheetUri(String value)

public SheetExportAudienceListResponse.Builder setSpreadsheetUri(String value)

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

optional string spreadsheet_uri = 1;

Parameter
Name Description
value String

The spreadsheetUri to set.

Returns
Type Description
SheetExportAudienceListResponse.Builder

This builder for chaining.

setSpreadsheetUriBytes(ByteString value)

public SheetExportAudienceListResponse.Builder setSpreadsheetUriBytes(ByteString value)

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

optional string spreadsheet_uri = 1;

Parameter
Name Description
value ByteString

The bytes for spreadsheetUri to set.

Returns
Type Description
SheetExportAudienceListResponse.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final SheetExportAudienceListResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
SheetExportAudienceListResponse.Builder
Overrides