Class ListRollupPropertySourceLinksResponse.Builder (0.51.0)

public static final class ListRollupPropertySourceLinksResponse.Builder extends GeneratedMessageV3.Builder<ListRollupPropertySourceLinksResponse.Builder> implements ListRollupPropertySourceLinksResponseOrBuilder

Response message for ListRollupPropertySourceLinks RPC.

Protobuf type google.analytics.admin.v1alpha.ListRollupPropertySourceLinksResponse

Static Methods

getDescriptor()

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

Methods

public ListRollupPropertySourceLinksResponse.Builder addAllRollupPropertySourceLinks(Iterable<? extends RollupPropertySourceLink> values)

List of RollupPropertySourceLinks.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;

Parameter
NameDescription
valuesIterable<? extends com.google.analytics.admin.v1alpha.RollupPropertySourceLink>
Returns
TypeDescription
ListRollupPropertySourceLinksResponse.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

List of RollupPropertySourceLinks.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;

Parameter
NameDescription
valueRollupPropertySourceLink
Returns
TypeDescription
ListRollupPropertySourceLinksResponse.Builder
public ListRollupPropertySourceLinksResponse.Builder addRollupPropertySourceLinks(RollupPropertySourceLink.Builder builderForValue)

List of RollupPropertySourceLinks.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;

Parameter
NameDescription
builderForValueRollupPropertySourceLink.Builder
Returns
TypeDescription
ListRollupPropertySourceLinksResponse.Builder
public ListRollupPropertySourceLinksResponse.Builder addRollupPropertySourceLinks(int index, RollupPropertySourceLink value)

List of RollupPropertySourceLinks.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;

Parameters
NameDescription
indexint
valueRollupPropertySourceLink
Returns
TypeDescription
ListRollupPropertySourceLinksResponse.Builder
public ListRollupPropertySourceLinksResponse.Builder addRollupPropertySourceLinks(int index, RollupPropertySourceLink.Builder builderForValue)

List of RollupPropertySourceLinks.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;

Parameters
NameDescription
indexint
builderForValueRollupPropertySourceLink.Builder
Returns
TypeDescription
ListRollupPropertySourceLinksResponse.Builder

addRollupPropertySourceLinksBuilder()

public RollupPropertySourceLink.Builder addRollupPropertySourceLinksBuilder()

List of RollupPropertySourceLinks.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;

Returns
TypeDescription
RollupPropertySourceLink.Builder

addRollupPropertySourceLinksBuilder(int index)

public RollupPropertySourceLink.Builder addRollupPropertySourceLinksBuilder(int index)

List of RollupPropertySourceLinks.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
RollupPropertySourceLink.Builder

build()

public ListRollupPropertySourceLinksResponse build()
Returns
TypeDescription
ListRollupPropertySourceLinksResponse

buildPartial()

public ListRollupPropertySourceLinksResponse buildPartial()
Returns
TypeDescription
ListRollupPropertySourceLinksResponse

clear()

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

clearField(Descriptors.FieldDescriptor field)

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

clearNextPageToken()

public ListRollupPropertySourceLinksResponse.Builder clearNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ListRollupPropertySourceLinksResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

List of RollupPropertySourceLinks.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;

Returns
TypeDescription
ListRollupPropertySourceLinksResponse.Builder

clone()

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

getDefaultInstanceForType()

public ListRollupPropertySourceLinksResponse getDefaultInstanceForType()
Returns
TypeDescription
ListRollupPropertySourceLinksResponse

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getNextPageToken()

public String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

public RollupPropertySourceLink getRollupPropertySourceLinks(int index)

List of RollupPropertySourceLinks.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
RollupPropertySourceLink

getRollupPropertySourceLinksBuilder(int index)

public RollupPropertySourceLink.Builder getRollupPropertySourceLinksBuilder(int index)

List of RollupPropertySourceLinks.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
RollupPropertySourceLink.Builder

getRollupPropertySourceLinksBuilderList()

public List<RollupPropertySourceLink.Builder> getRollupPropertySourceLinksBuilderList()

List of RollupPropertySourceLinks.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;

Returns
TypeDescription
List<Builder>

getRollupPropertySourceLinksCount()

public int getRollupPropertySourceLinksCount()

List of RollupPropertySourceLinks.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;

Returns
TypeDescription
int
public List<RollupPropertySourceLink> getRollupPropertySourceLinksList()

List of RollupPropertySourceLinks.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;

Returns
TypeDescription
List<RollupPropertySourceLink>

getRollupPropertySourceLinksOrBuilder(int index)

public RollupPropertySourceLinkOrBuilder getRollupPropertySourceLinksOrBuilder(int index)

List of RollupPropertySourceLinks.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
RollupPropertySourceLinkOrBuilder

getRollupPropertySourceLinksOrBuilderList()

public List<? extends RollupPropertySourceLinkOrBuilder> getRollupPropertySourceLinksOrBuilderList()

List of RollupPropertySourceLinks.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;

Returns
TypeDescription
List<? extends com.google.analytics.admin.v1alpha.RollupPropertySourceLinkOrBuilder>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ListRollupPropertySourceLinksResponse other)

public ListRollupPropertySourceLinksResponse.Builder mergeFrom(ListRollupPropertySourceLinksResponse other)
Parameter
NameDescription
otherListRollupPropertySourceLinksResponse
Returns
TypeDescription
ListRollupPropertySourceLinksResponse.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ListRollupPropertySourceLinksResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ListRollupPropertySourceLinksResponse.Builder
Overrides
public ListRollupPropertySourceLinksResponse.Builder removeRollupPropertySourceLinks(int index)

List of RollupPropertySourceLinks.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ListRollupPropertySourceLinksResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setNextPageToken(String value)

public ListRollupPropertySourceLinksResponse.Builder setNextPageToken(String value)

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Parameter
NameDescription
valueString

The nextPageToken to set.

Returns
TypeDescription
ListRollupPropertySourceLinksResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListRollupPropertySourceLinksResponse.Builder setNextPageTokenBytes(ByteString value)

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Parameter
NameDescription
valueByteString

The bytes for nextPageToken to set.

Returns
TypeDescription
ListRollupPropertySourceLinksResponse.Builder

This builder for chaining.

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

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

List of RollupPropertySourceLinks.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;

Parameters
NameDescription
indexint
valueRollupPropertySourceLink
Returns
TypeDescription
ListRollupPropertySourceLinksResponse.Builder
public ListRollupPropertySourceLinksResponse.Builder setRollupPropertySourceLinks(int index, RollupPropertySourceLink.Builder builderForValue)

List of RollupPropertySourceLinks.

repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;

Parameters
NameDescription
indexint
builderForValueRollupPropertySourceLink.Builder
Returns
TypeDescription
ListRollupPropertySourceLinksResponse.Builder

setUnknownFields(UnknownFieldSet unknownFields)

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