- 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 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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SheetExportAudienceListResponse.BuilderImplements
SheetExportAudienceListResponseOrBuilderStatic 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 |
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 |
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 |
clearOneof(Descriptors.OneofDescriptor oneof)
public SheetExportAudienceListResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
SheetExportAudienceListResponse.Builder |
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 |
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 |
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 |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public SheetExportAudienceListResponse.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
SheetExportAudienceListResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SheetExportAudienceListResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SheetExportAudienceListResponse.Builder |
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 |
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 |
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 |