Class SheetExportAudienceListResponse.Builder (0.52.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
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public SheetExportAudienceListResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
SheetExportAudienceListResponse.Builder
Overrides

build()

public SheetExportAudienceListResponse build()
Returns
TypeDescription
SheetExportAudienceListResponse

buildPartial()

public SheetExportAudienceListResponse buildPartial()
Returns
TypeDescription
SheetExportAudienceListResponse

clear()

public SheetExportAudienceListResponse.Builder clear()
Returns
TypeDescription
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
TypeDescription
SheetExportAudienceListResponse.Builder

clearField(Descriptors.FieldDescriptor field)

public SheetExportAudienceListResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
SheetExportAudienceListResponse.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public SheetExportAudienceListResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
SheetExportAudienceListResponse.Builder

This builder for chaining.

clone()

public SheetExportAudienceListResponse.Builder clone()
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
AudienceListOrBuilder

getDefaultInstanceForType()

public SheetExportAudienceListResponse getDefaultInstanceForType()
Returns
TypeDescription
SheetExportAudienceListResponse

getDescriptorForType()

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

The rowCount.

getSpreadsheetId()

public String getSpreadsheetId()

An ID that identifies the created Google Sheet resource.

optional string spreadsheet_id = 2;

Returns
TypeDescription
String

The spreadsheetId.

getSpreadsheetIdBytes()

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

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
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
NameDescription
valueAudienceList
Returns
TypeDescription
SheetExportAudienceListResponse.Builder

mergeFrom(SheetExportAudienceListResponse other)

public SheetExportAudienceListResponse.Builder mergeFrom(SheetExportAudienceListResponse other)
Parameter
NameDescription
otherSheetExportAudienceListResponse
Returns
TypeDescription
SheetExportAudienceListResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public SheetExportAudienceListResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
SheetExportAudienceListResponse.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public SheetExportAudienceListResponse.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
SheetExportAudienceListResponse.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final SheetExportAudienceListResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
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
NameDescription
valueAudienceList
Returns
TypeDescription
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
NameDescription
builderForValueAudienceList.Builder
Returns
TypeDescription
SheetExportAudienceListResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public SheetExportAudienceListResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
SheetExportAudienceListResponse.Builder
Overrides

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

public SheetExportAudienceListResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
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
NameDescription
valueint

The rowCount to set.

Returns
TypeDescription
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
NameDescription
valueString

The spreadsheetId to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for spreadsheetId to set.

Returns
TypeDescription
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
NameDescription
valueString

The spreadsheetUri to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for spreadsheetUri to set.

Returns
TypeDescription
SheetExportAudienceListResponse.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final SheetExportAudienceListResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
SheetExportAudienceListResponse.Builder
Overrides