public static final class ListSubpropertyEventFiltersResponse.Builder extends GeneratedMessageV3.Builder<ListSubpropertyEventFiltersResponse.Builder> implements ListSubpropertyEventFiltersResponseOrBuilder
   
   Response message for ListSubpropertyEventFilter RPC.
 Protobuf type google.analytics.admin.v1alpha.ListSubpropertyEventFiltersResponse
    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
  
  
  addAllSubpropertyEventFilters(Iterable<? extends SubpropertyEventFilter> values)
  
    public ListSubpropertyEventFiltersResponse.Builder addAllSubpropertyEventFilters(Iterable<? extends SubpropertyEventFilter> values)
   
   List of subproperty event filters.
 
 repeated .google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filters = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.analytics.admin.v1alpha.SubpropertyEventFilter>
 | 
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ListSubpropertyEventFiltersResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  addSubpropertyEventFilters(SubpropertyEventFilter value)
  
    public ListSubpropertyEventFiltersResponse.Builder addSubpropertyEventFilters(SubpropertyEventFilter value)
   
   List of subproperty event filters.
 
 repeated .google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filters = 1;
 
addSubpropertyEventFilters(SubpropertyEventFilter.Builder builderForValue)
  
    public ListSubpropertyEventFiltersResponse.Builder addSubpropertyEventFilters(SubpropertyEventFilter.Builder builderForValue)
   
   List of subproperty event filters.
 
 repeated .google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filters = 1;
 
addSubpropertyEventFilters(int index, SubpropertyEventFilter value)
  
    public ListSubpropertyEventFiltersResponse.Builder addSubpropertyEventFilters(int index, SubpropertyEventFilter value)
   
   List of subproperty event filters.
 
 repeated .google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filters = 1;
 
addSubpropertyEventFilters(int index, SubpropertyEventFilter.Builder builderForValue)
  
    public ListSubpropertyEventFiltersResponse.Builder addSubpropertyEventFilters(int index, SubpropertyEventFilter.Builder builderForValue)
   
   List of subproperty event filters.
 
 repeated .google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filters = 1;
 
addSubpropertyEventFiltersBuilder()
  
    public SubpropertyEventFilter.Builder addSubpropertyEventFiltersBuilder()
   
   List of subproperty event filters.
 
 repeated .google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filters = 1;
 
addSubpropertyEventFiltersBuilder(int index)
  
    public SubpropertyEventFilter.Builder addSubpropertyEventFiltersBuilder(int index)
   
   List of subproperty event filters.
 
 repeated .google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filters = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  build()
  
    public ListSubpropertyEventFiltersResponse build()
   
  
  
  buildPartial()
  
    public ListSubpropertyEventFiltersResponse buildPartial()
   
  
  
  clear()
  
    public ListSubpropertyEventFiltersResponse.Builder clear()
   
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public ListSubpropertyEventFiltersResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearNextPageToken()
  
    public ListSubpropertyEventFiltersResponse.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 ListSubpropertyEventFiltersResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearSubpropertyEventFilters()
  
    public ListSubpropertyEventFiltersResponse.Builder clearSubpropertyEventFilters()
   
   List of subproperty event filters.
 
 repeated .google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filters = 1;
 
clone()
  
    public ListSubpropertyEventFiltersResponse.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public ListSubpropertyEventFiltersResponse 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. | 
    
  
  
  getSubpropertyEventFilters(int index)
  
    public SubpropertyEventFilter getSubpropertyEventFilters(int index)
   
   List of subproperty event filters.
 
 repeated .google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filters = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getSubpropertyEventFiltersBuilder(int index)
  
    public SubpropertyEventFilter.Builder getSubpropertyEventFiltersBuilder(int index)
   
   List of subproperty event filters.
 
 repeated .google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filters = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getSubpropertyEventFiltersBuilderList()
  
    public List<SubpropertyEventFilter.Builder> getSubpropertyEventFiltersBuilderList()
   
   List of subproperty event filters.
 
 repeated .google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filters = 1;
 
getSubpropertyEventFiltersCount()
  
    public int getSubpropertyEventFiltersCount()
   
   List of subproperty event filters.
 
 repeated .google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filters = 1;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getSubpropertyEventFiltersList()
  
    public List<SubpropertyEventFilter> getSubpropertyEventFiltersList()
   
   List of subproperty event filters.
 
 repeated .google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filters = 1;
 
getSubpropertyEventFiltersOrBuilder(int index)
  
    public SubpropertyEventFilterOrBuilder getSubpropertyEventFiltersOrBuilder(int index)
   
   List of subproperty event filters.
 
 repeated .google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filters = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getSubpropertyEventFiltersOrBuilderList()
  
    public List<? extends SubpropertyEventFilterOrBuilder> getSubpropertyEventFiltersOrBuilderList()
   
   List of subproperty event filters.
 
 repeated .google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filters = 1;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.analytics.admin.v1alpha.SubpropertyEventFilterOrBuilder> |  | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(ListSubpropertyEventFiltersResponse other)
  
    public ListSubpropertyEventFiltersResponse.Builder mergeFrom(ListSubpropertyEventFiltersResponse other)
   
  
  
  
  
  
    public ListSubpropertyEventFiltersResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public ListSubpropertyEventFiltersResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListSubpropertyEventFiltersResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  removeSubpropertyEventFilters(int index)
  
    public ListSubpropertyEventFiltersResponse.Builder removeSubpropertyEventFilters(int index)
   
   List of subproperty event filters.
 
 repeated .google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filters = 1;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public ListSubpropertyEventFiltersResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setNextPageToken(String value)
  
    public ListSubpropertyEventFiltersResponse.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 ListSubpropertyEventFiltersResponse.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 ListSubpropertyEventFiltersResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setSubpropertyEventFilters(int index, SubpropertyEventFilter value)
  
    public ListSubpropertyEventFiltersResponse.Builder setSubpropertyEventFilters(int index, SubpropertyEventFilter value)
   
   List of subproperty event filters.
 
 repeated .google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filters = 1;
 
setSubpropertyEventFilters(int index, SubpropertyEventFilter.Builder builderForValue)
  
    public ListSubpropertyEventFiltersResponse.Builder setSubpropertyEventFilters(int index, SubpropertyEventFilter.Builder builderForValue)
   
   List of subproperty event filters.
 
 repeated .google.analytics.admin.v1alpha.SubpropertyEventFilter subproperty_event_filters = 1;
 
setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListSubpropertyEventFiltersResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides