- 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 SheetExportAudienceListRequest.Builder extends GeneratedMessageV3.Builder<SheetExportAudienceListRequest.Builder> implements SheetExportAudienceListRequestOrBuilder
A request to export users in an audience list to a Google Sheet.
Protobuf type google.analytics.data.v1alpha.SheetExportAudienceListRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SheetExportAudienceListRequest.BuilderImplements
SheetExportAudienceListRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SheetExportAudienceListRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
SheetExportAudienceListRequest.Builder |
build()
public SheetExportAudienceListRequest build()
Returns | |
---|---|
Type | Description |
SheetExportAudienceListRequest |
buildPartial()
public SheetExportAudienceListRequest buildPartial()
Returns | |
---|---|
Type | Description |
SheetExportAudienceListRequest |
clear()
public SheetExportAudienceListRequest.Builder clear()
Returns | |
---|---|
Type | Description |
SheetExportAudienceListRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public SheetExportAudienceListRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
SheetExportAudienceListRequest.Builder |
clearLimit()
public SheetExportAudienceListRequest.Builder clearLimit()
Optional. The number of rows to return. If unspecified, 10,000 rows are
returned. The API returns a maximum of 250,000 rows per request, no matter
how many you ask for. limit
must be positive.
The API can also return fewer rows than the requested limit
, if there
aren't as many dimension values as the limit
.
To learn more about this pagination parameter, see Pagination.
int64 limit = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
SheetExportAudienceListRequest.Builder |
This builder for chaining. |
clearName()
public SheetExportAudienceListRequest.Builder clearName()
Required. The name of the audience list to retrieve users from.
Format: properties/{property}/audienceLists/{audience_list}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
SheetExportAudienceListRequest.Builder |
This builder for chaining. |
clearOffset()
public SheetExportAudienceListRequest.Builder clearOffset()
Optional. The row count of the start row. The first row is counted as row 0.
When paging, the first request does not specify offset; or equivalently,
sets offset to 0; the first request returns the first limit
of rows. The
second request sets offset to the limit
of the first request; the second
request returns the second limit
of rows.
To learn more about this pagination parameter, see Pagination.
int64 offset = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
SheetExportAudienceListRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public SheetExportAudienceListRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
SheetExportAudienceListRequest.Builder |
clone()
public SheetExportAudienceListRequest.Builder clone()
Returns | |
---|---|
Type | Description |
SheetExportAudienceListRequest.Builder |
getDefaultInstanceForType()
public SheetExportAudienceListRequest getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
SheetExportAudienceListRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getLimit()
public long getLimit()
Optional. The number of rows to return. If unspecified, 10,000 rows are
returned. The API returns a maximum of 250,000 rows per request, no matter
how many you ask for. limit
must be positive.
The API can also return fewer rows than the requested limit
, if there
aren't as many dimension values as the limit
.
To learn more about this pagination parameter, see Pagination.
int64 limit = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
long |
The limit. |
getName()
public String getName()
Required. The name of the audience list to retrieve users from.
Format: properties/{property}/audienceLists/{audience_list}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public ByteString getNameBytes()
Required. The name of the audience list to retrieve users from.
Format: properties/{property}/audienceLists/{audience_list}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getOffset()
public long getOffset()
Optional. The row count of the start row. The first row is counted as row 0.
When paging, the first request does not specify offset; or equivalently,
sets offset to 0; the first request returns the first limit
of rows. The
second request sets offset to the limit
of the first request; the second
request returns the second limit
of rows.
To learn more about this pagination parameter, see Pagination.
int64 offset = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
long |
The offset. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(SheetExportAudienceListRequest other)
public SheetExportAudienceListRequest.Builder mergeFrom(SheetExportAudienceListRequest other)
Parameter | |
---|---|
Name | Description |
other |
SheetExportAudienceListRequest |
Returns | |
---|---|
Type | Description |
SheetExportAudienceListRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SheetExportAudienceListRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
SheetExportAudienceListRequest.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public SheetExportAudienceListRequest.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
SheetExportAudienceListRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SheetExportAudienceListRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SheetExportAudienceListRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public SheetExportAudienceListRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
SheetExportAudienceListRequest.Builder |
setLimit(long value)
public SheetExportAudienceListRequest.Builder setLimit(long value)
Optional. The number of rows to return. If unspecified, 10,000 rows are
returned. The API returns a maximum of 250,000 rows per request, no matter
how many you ask for. limit
must be positive.
The API can also return fewer rows than the requested limit
, if there
aren't as many dimension values as the limit
.
To learn more about this pagination parameter, see Pagination.
int64 limit = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
long The limit to set. |
Returns | |
---|---|
Type | Description |
SheetExportAudienceListRequest.Builder |
This builder for chaining. |
setName(String value)
public SheetExportAudienceListRequest.Builder setName(String value)
Required. The name of the audience list to retrieve users from.
Format: properties/{property}/audienceLists/{audience_list}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
String The name to set. |
Returns | |
---|---|
Type | Description |
SheetExportAudienceListRequest.Builder |
This builder for chaining. |
setNameBytes(ByteString value)
public SheetExportAudienceListRequest.Builder setNameBytes(ByteString value)
Required. The name of the audience list to retrieve users from.
Format: properties/{property}/audienceLists/{audience_list}
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for name to set. |
Returns | |
---|---|
Type | Description |
SheetExportAudienceListRequest.Builder |
This builder for chaining. |
setOffset(long value)
public SheetExportAudienceListRequest.Builder setOffset(long value)
Optional. The row count of the start row. The first row is counted as row 0.
When paging, the first request does not specify offset; or equivalently,
sets offset to 0; the first request returns the first limit
of rows. The
second request sets offset to the limit
of the first request; the second
request returns the second limit
of rows.
To learn more about this pagination parameter, see Pagination.
int64 offset = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
value |
long The offset to set. |
Returns | |
---|---|
Type | Description |
SheetExportAudienceListRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SheetExportAudienceListRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
SheetExportAudienceListRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final SheetExportAudienceListRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
SheetExportAudienceListRequest.Builder |