Class ListAudienceExportsRequest.Builder (0.51.0)

public static final class ListAudienceExportsRequest.Builder extends GeneratedMessageV3.Builder<ListAudienceExportsRequest.Builder> implements ListAudienceExportsRequestOrBuilder

A request to list all audience exports for a property.

Protobuf type google.analytics.data.v1beta.ListAudienceExportsRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public ListAudienceExportsRequest build()
Returns
TypeDescription
ListAudienceExportsRequest

buildPartial()

public ListAudienceExportsRequest buildPartial()
Returns
TypeDescription
ListAudienceExportsRequest

clear()

public ListAudienceExportsRequest.Builder clear()
Returns
TypeDescription
ListAudienceExportsRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

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

clearOneof(Descriptors.OneofDescriptor oneof)

public ListAudienceExportsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ListAudienceExportsRequest.Builder
Overrides

clearPageSize()

public ListAudienceExportsRequest.Builder clearPageSize()

Optional. The maximum number of audience exports to return. The service may return fewer than this value. If unspecified, at most 200 audience exports will be returned. The maximum value is 1000 (higher values will be coerced to the maximum).

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ListAudienceExportsRequest.Builder

This builder for chaining.

clearPageToken()

public ListAudienceExportsRequest.Builder clearPageToken()

Optional. A page token, received from a previous ListAudienceExports call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListAudienceExports must match the call that provided the page token.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ListAudienceExportsRequest.Builder

This builder for chaining.

clearParent()

public ListAudienceExportsRequest.Builder clearParent()

Required. All audience exports for this property will be listed in the response. Format: properties/{property}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ListAudienceExportsRequest.Builder

This builder for chaining.

clone()

public ListAudienceExportsRequest.Builder clone()
Returns
TypeDescription
ListAudienceExportsRequest.Builder
Overrides

getDefaultInstanceForType()

public ListAudienceExportsRequest getDefaultInstanceForType()
Returns
TypeDescription
ListAudienceExportsRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getPageSize()

public int getPageSize()

Optional. The maximum number of audience exports to return. The service may return fewer than this value. If unspecified, at most 200 audience exports will be returned. The maximum value is 1000 (higher values will be coerced to the maximum).

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
int

The pageSize.

getPageToken()

public String getPageToken()

Optional. A page token, received from a previous ListAudienceExports call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListAudienceExports must match the call that provided the page token.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public ByteString getPageTokenBytes()

Optional. A page token, received from a previous ListAudienceExports call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListAudienceExports must match the call that provided the page token.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for pageToken.

getParent()

public String getParent()

Required. All audience exports for this property will be listed in the response. Format: properties/{property}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. All audience exports for this property will be listed in the response. Format: properties/{property}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListAudienceExportsRequest other)

public ListAudienceExportsRequest.Builder mergeFrom(ListAudienceExportsRequest other)
Parameter
NameDescription
otherListAudienceExportsRequest
Returns
TypeDescription
ListAudienceExportsRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListAudienceExportsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListAudienceExportsRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

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

setPageSize(int value)

public ListAudienceExportsRequest.Builder setPageSize(int value)

Optional. The maximum number of audience exports to return. The service may return fewer than this value. If unspecified, at most 200 audience exports will be returned. The maximum value is 1000 (higher values will be coerced to the maximum).

int32 page_size = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueint

The pageSize to set.

Returns
TypeDescription
ListAudienceExportsRequest.Builder

This builder for chaining.

setPageToken(String value)

public ListAudienceExportsRequest.Builder setPageToken(String value)

Optional. A page token, received from a previous ListAudienceExports call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListAudienceExports must match the call that provided the page token.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueString

The pageToken to set.

Returns
TypeDescription
ListAudienceExportsRequest.Builder

This builder for chaining.

setPageTokenBytes(ByteString value)

public ListAudienceExportsRequest.Builder setPageTokenBytes(ByteString value)

Optional. A page token, received from a previous ListAudienceExports call. Provide this to retrieve the subsequent page.

When paginating, all other parameters provided to ListAudienceExports must match the call that provided the page token.

string page_token = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
NameDescription
valueByteString

The bytes for pageToken to set.

Returns
TypeDescription
ListAudienceExportsRequest.Builder

This builder for chaining.

setParent(String value)

public ListAudienceExportsRequest.Builder setParent(String value)

Required. All audience exports for this property will be listed in the response. Format: properties/{property}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
ListAudienceExportsRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public ListAudienceExportsRequest.Builder setParentBytes(ByteString value)

Required. All audience exports for this property will be listed in the response. Format: properties/{property}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
ListAudienceExportsRequest.Builder

This builder for chaining.

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

public ListAudienceExportsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ListAudienceExportsRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

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