public static final class ListReportingDataAnnotationsResponse.Builder extends GeneratedMessageV3.Builder<ListReportingDataAnnotationsResponse.Builder> implements ListReportingDataAnnotationsResponseOrBuilder
   
   Response message for ListReportingDataAnnotation RPC.
 Protobuf type google.analytics.admin.v1alpha.ListReportingDataAnnotationsResponse
    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
  
  
  addAllReportingDataAnnotations(Iterable<? extends ReportingDataAnnotation> values)
  
    public ListReportingDataAnnotationsResponse.Builder addAllReportingDataAnnotations(Iterable<? extends ReportingDataAnnotation> values)
   
   List of Reporting Data Annotations.
 
 repeated .google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotations = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.analytics.admin.v1alpha.ReportingDataAnnotation>
 | 
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ListReportingDataAnnotationsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  addReportingDataAnnotations(ReportingDataAnnotation value)
  
    public ListReportingDataAnnotationsResponse.Builder addReportingDataAnnotations(ReportingDataAnnotation value)
   
   List of Reporting Data Annotations.
 
 repeated .google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotations = 1;
 
addReportingDataAnnotations(ReportingDataAnnotation.Builder builderForValue)
  
    public ListReportingDataAnnotationsResponse.Builder addReportingDataAnnotations(ReportingDataAnnotation.Builder builderForValue)
   
   List of Reporting Data Annotations.
 
 repeated .google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotations = 1;
 
addReportingDataAnnotations(int index, ReportingDataAnnotation value)
  
    public ListReportingDataAnnotationsResponse.Builder addReportingDataAnnotations(int index, ReportingDataAnnotation value)
   
   List of Reporting Data Annotations.
 
 repeated .google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotations = 1;
 
addReportingDataAnnotations(int index, ReportingDataAnnotation.Builder builderForValue)
  
    public ListReportingDataAnnotationsResponse.Builder addReportingDataAnnotations(int index, ReportingDataAnnotation.Builder builderForValue)
   
   List of Reporting Data Annotations.
 
 repeated .google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotations = 1;
 
addReportingDataAnnotationsBuilder()
  
    public ReportingDataAnnotation.Builder addReportingDataAnnotationsBuilder()
   
   List of Reporting Data Annotations.
 
 repeated .google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotations = 1;
 
addReportingDataAnnotationsBuilder(int index)
  
    public ReportingDataAnnotation.Builder addReportingDataAnnotationsBuilder(int index)
   
   List of Reporting Data Annotations.
 
 repeated .google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotations = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  build()
  
    public ListReportingDataAnnotationsResponse build()
   
  
  
  buildPartial()
  
    public ListReportingDataAnnotationsResponse buildPartial()
   
  
  
  clear()
  
    public ListReportingDataAnnotationsResponse.Builder clear()
   
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public ListReportingDataAnnotationsResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearNextPageToken()
  
    public ListReportingDataAnnotationsResponse.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 ListReportingDataAnnotationsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearReportingDataAnnotations()
  
    public ListReportingDataAnnotationsResponse.Builder clearReportingDataAnnotations()
   
   List of Reporting Data Annotations.
 
 repeated .google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotations = 1;
 
clone()
  
    public ListReportingDataAnnotationsResponse.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public ListReportingDataAnnotationsResponse 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. | 
    
  
  
  getReportingDataAnnotations(int index)
  
    public ReportingDataAnnotation getReportingDataAnnotations(int index)
   
   List of Reporting Data Annotations.
 
 repeated .google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotations = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getReportingDataAnnotationsBuilder(int index)
  
    public ReportingDataAnnotation.Builder getReportingDataAnnotationsBuilder(int index)
   
   List of Reporting Data Annotations.
 
 repeated .google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotations = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getReportingDataAnnotationsBuilderList()
  
    public List<ReportingDataAnnotation.Builder> getReportingDataAnnotationsBuilderList()
   
   List of Reporting Data Annotations.
 
 repeated .google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotations = 1;
 
getReportingDataAnnotationsCount()
  
    public int getReportingDataAnnotationsCount()
   
   List of Reporting Data Annotations.
 
 repeated .google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotations = 1;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getReportingDataAnnotationsList()
  
    public List<ReportingDataAnnotation> getReportingDataAnnotationsList()
   
   List of Reporting Data Annotations.
 
 repeated .google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotations = 1;
 
getReportingDataAnnotationsOrBuilder(int index)
  
    public ReportingDataAnnotationOrBuilder getReportingDataAnnotationsOrBuilder(int index)
   
   List of Reporting Data Annotations.
 
 repeated .google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotations = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getReportingDataAnnotationsOrBuilderList()
  
    public List<? extends ReportingDataAnnotationOrBuilder> getReportingDataAnnotationsOrBuilderList()
   
   List of Reporting Data Annotations.
 
 repeated .google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotations = 1;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.analytics.admin.v1alpha.ReportingDataAnnotationOrBuilder> |  | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(ListReportingDataAnnotationsResponse other)
  
    public ListReportingDataAnnotationsResponse.Builder mergeFrom(ListReportingDataAnnotationsResponse other)
   
  
  
  
  
  
    public ListReportingDataAnnotationsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public ListReportingDataAnnotationsResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListReportingDataAnnotationsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  removeReportingDataAnnotations(int index)
  
    public ListReportingDataAnnotationsResponse.Builder removeReportingDataAnnotations(int index)
   
   List of Reporting Data Annotations.
 
 repeated .google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotations = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public ListReportingDataAnnotationsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setNextPageToken(String value)
  
    public ListReportingDataAnnotationsResponse.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 ListReportingDataAnnotationsResponse.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 ListReportingDataAnnotationsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setReportingDataAnnotations(int index, ReportingDataAnnotation value)
  
    public ListReportingDataAnnotationsResponse.Builder setReportingDataAnnotations(int index, ReportingDataAnnotation value)
   
   List of Reporting Data Annotations.
 
 repeated .google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotations = 1;
 
setReportingDataAnnotations(int index, ReportingDataAnnotation.Builder builderForValue)
  
    public ListReportingDataAnnotationsResponse.Builder setReportingDataAnnotations(int index, ReportingDataAnnotation.Builder builderForValue)
   
   List of Reporting Data Annotations.
 
 repeated .google.analytics.admin.v1alpha.ReportingDataAnnotation reporting_data_annotations = 1;
 
setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListReportingDataAnnotationsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides