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
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  addAllRollupPropertySourceLinks(Iterable<? extends RollupPropertySourceLink> values)
  
    public ListRollupPropertySourceLinksResponse.Builder addAllRollupPropertySourceLinks(Iterable<? extends RollupPropertySourceLink> values)
   
   List of RollupPropertySourceLinks.
 
 repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.analytics.admin.v1alpha.RollupPropertySourceLink>
 | 
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ListRollupPropertySourceLinksResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  addRollupPropertySourceLinks(RollupPropertySourceLink value)
  
    public ListRollupPropertySourceLinksResponse.Builder addRollupPropertySourceLinks(RollupPropertySourceLink value)
   
   List of RollupPropertySourceLinks.
 
 repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;
 
addRollupPropertySourceLinks(RollupPropertySourceLink.Builder builderForValue)
  
    public ListRollupPropertySourceLinksResponse.Builder addRollupPropertySourceLinks(RollupPropertySourceLink.Builder builderForValue)
   
   List of RollupPropertySourceLinks.
 
 repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;
 
addRollupPropertySourceLinks(int index, RollupPropertySourceLink value)
  
    public ListRollupPropertySourceLinksResponse.Builder addRollupPropertySourceLinks(int index, RollupPropertySourceLink value)
   
   List of RollupPropertySourceLinks.
 
 repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;
 
addRollupPropertySourceLinks(int index, RollupPropertySourceLink.Builder builderForValue)
  
    public ListRollupPropertySourceLinksResponse.Builder addRollupPropertySourceLinks(int index, RollupPropertySourceLink.Builder builderForValue)
   
   List of RollupPropertySourceLinks.
 
 repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;
 
addRollupPropertySourceLinksBuilder()
  
    public RollupPropertySourceLink.Builder addRollupPropertySourceLinksBuilder()
   
   List of RollupPropertySourceLinks.
 
 repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;
 
addRollupPropertySourceLinksBuilder(int index)
  
    public RollupPropertySourceLink.Builder addRollupPropertySourceLinksBuilder(int index)
   
   List of RollupPropertySourceLinks.
 
 repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  build()
  
    public ListRollupPropertySourceLinksResponse build()
   
  
  
  buildPartial()
  
    public ListRollupPropertySourceLinksResponse buildPartial()
   
  
  
  clear()
  
    public ListRollupPropertySourceLinksResponse.Builder clear()
   
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public ListRollupPropertySourceLinksResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  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;
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public ListRollupPropertySourceLinksResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearRollupPropertySourceLinks()
  
    public ListRollupPropertySourceLinksResponse.Builder clearRollupPropertySourceLinks()
   
   List of RollupPropertySourceLinks.
 
 repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;
 
clone()
  
    public ListRollupPropertySourceLinksResponse.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public ListRollupPropertySourceLinksResponse getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  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 | 
      
        | Type | Description | 
      
        | 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 | 
      
        | Type | Description | 
      
        | ByteString | The bytes for nextPageToken. | 
    
  
  
  getRollupPropertySourceLinks(int index)
  
    public RollupPropertySourceLink getRollupPropertySourceLinks(int index)
   
   List of RollupPropertySourceLinks.
 
 repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getRollupPropertySourceLinksBuilder(int index)
  
    public RollupPropertySourceLink.Builder getRollupPropertySourceLinksBuilder(int index)
   
   List of RollupPropertySourceLinks.
 
 repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getRollupPropertySourceLinksBuilderList()
  
    public List<RollupPropertySourceLink.Builder> getRollupPropertySourceLinksBuilderList()
   
   List of RollupPropertySourceLinks.
 
 repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;
 
getRollupPropertySourceLinksCount()
  
    public int getRollupPropertySourceLinksCount()
   
   List of RollupPropertySourceLinks.
 
 repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getRollupPropertySourceLinksList()
  
    public List<RollupPropertySourceLink> getRollupPropertySourceLinksList()
   
   List of RollupPropertySourceLinks.
 
 repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;
 
getRollupPropertySourceLinksOrBuilder(int index)
  
    public RollupPropertySourceLinkOrBuilder getRollupPropertySourceLinksOrBuilder(int index)
   
   List of RollupPropertySourceLinks.
 
 repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getRollupPropertySourceLinksOrBuilderList()
  
    public List<? extends RollupPropertySourceLinkOrBuilder> getRollupPropertySourceLinksOrBuilderList()
   
   List of RollupPropertySourceLinks.
 
 repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.analytics.admin.v1alpha.RollupPropertySourceLinkOrBuilder> |  | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(ListRollupPropertySourceLinksResponse other)
  
    public ListRollupPropertySourceLinksResponse.Builder mergeFrom(ListRollupPropertySourceLinksResponse other)
   
  
  
  
  
  
    public ListRollupPropertySourceLinksResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public ListRollupPropertySourceLinksResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListRollupPropertySourceLinksResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  removeRollupPropertySourceLinks(int index)
  
    public ListRollupPropertySourceLinksResponse.Builder removeRollupPropertySourceLinks(int index)
   
   List of RollupPropertySourceLinks.
 
 repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public ListRollupPropertySourceLinksResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  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 | 
      
        | Name | Description | 
      
        | value | String
 The nextPageToken to set. | 
    
  
  
  
  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 | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for nextPageToken to set. | 
    
  
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public ListRollupPropertySourceLinksResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setRollupPropertySourceLinks(int index, RollupPropertySourceLink value)
  
    public ListRollupPropertySourceLinksResponse.Builder setRollupPropertySourceLinks(int index, RollupPropertySourceLink value)
   
   List of RollupPropertySourceLinks.
 
 repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;
 
setRollupPropertySourceLinks(int index, RollupPropertySourceLink.Builder builderForValue)
  
    public ListRollupPropertySourceLinksResponse.Builder setRollupPropertySourceLinks(int index, RollupPropertySourceLink.Builder builderForValue)
   
   List of RollupPropertySourceLinks.
 
 repeated .google.analytics.admin.v1alpha.RollupPropertySourceLink rollup_property_source_links = 1;
 
setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListRollupPropertySourceLinksResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides