public static final class ListPropertiesResponse.Builder extends GeneratedMessageV3.Builder<ListPropertiesResponse.Builder> implements ListPropertiesResponseOrBuilder
   
   Response message for ListProperties RPC.
 Protobuf type google.analytics.admin.v1alpha.ListPropertiesResponse
    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
  
  
  addAllProperties(Iterable<? extends Property> values)
  
    public ListPropertiesResponse.Builder addAllProperties(Iterable<? extends Property> values)
   
   Results that matched the filter criteria and were accessible to the caller.
 repeated .google.analytics.admin.v1alpha.Property properties = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.analytics.admin.v1alpha.Property>
 | 
    
  
  
  
  addProperties(Property value)
  
    public ListPropertiesResponse.Builder addProperties(Property value)
   
   Results that matched the filter criteria and were accessible to the caller.
 repeated .google.analytics.admin.v1alpha.Property properties = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | Property
 | 
    
  
  
  
  addProperties(Property.Builder builderForValue)
  
    public ListPropertiesResponse.Builder addProperties(Property.Builder builderForValue)
   
   Results that matched the filter criteria and were accessible to the caller.
 repeated .google.analytics.admin.v1alpha.Property properties = 1;
addProperties(int index, Property value)
  
    public ListPropertiesResponse.Builder addProperties(int index, Property value)
   
   Results that matched the filter criteria and were accessible to the caller.
 repeated .google.analytics.admin.v1alpha.Property properties = 1;
addProperties(int index, Property.Builder builderForValue)
  
    public ListPropertiesResponse.Builder addProperties(int index, Property.Builder builderForValue)
   
   Results that matched the filter criteria and were accessible to the caller.
 repeated .google.analytics.admin.v1alpha.Property properties = 1;
addPropertiesBuilder()
  
    public Property.Builder addPropertiesBuilder()
   
   Results that matched the filter criteria and were accessible to the caller.
 repeated .google.analytics.admin.v1alpha.Property properties = 1;
addPropertiesBuilder(int index)
  
    public Property.Builder addPropertiesBuilder(int index)
   
   Results that matched the filter criteria and were accessible to the caller.
 repeated .google.analytics.admin.v1alpha.Property properties = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ListPropertiesResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public ListPropertiesResponse build()
   
  
  
  buildPartial()
  
    public ListPropertiesResponse buildPartial()
   
  
  
  clear()
  
    public ListPropertiesResponse.Builder clear()
   
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public ListPropertiesResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearNextPageToken()
  
    public ListPropertiesResponse.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 ListPropertiesResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearProperties()
  
    public ListPropertiesResponse.Builder clearProperties()
   
   Results that matched the filter criteria and were accessible to the caller.
 repeated .google.analytics.admin.v1alpha.Property properties = 1;
clone()
  
    public ListPropertiesResponse.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public ListPropertiesResponse 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. | 
    
  
  
  getProperties(int index)
  
    public Property getProperties(int index)
   
   Results that matched the filter criteria and were accessible to the caller.
 repeated .google.analytics.admin.v1alpha.Property properties = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getPropertiesBuilder(int index)
  
    public Property.Builder getPropertiesBuilder(int index)
   
   Results that matched the filter criteria and were accessible to the caller.
 repeated .google.analytics.admin.v1alpha.Property properties = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getPropertiesBuilderList()
  
    public List<Property.Builder> getPropertiesBuilderList()
   
   Results that matched the filter criteria and were accessible to the caller.
 repeated .google.analytics.admin.v1alpha.Property properties = 1;
getPropertiesCount()
  
    public int getPropertiesCount()
   
   Results that matched the filter criteria and were accessible to the caller.
 repeated .google.analytics.admin.v1alpha.Property properties = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getPropertiesList()
  
    public List<Property> getPropertiesList()
   
   Results that matched the filter criteria and were accessible to the caller.
 repeated .google.analytics.admin.v1alpha.Property properties = 1;
getPropertiesOrBuilder(int index)
  
    public PropertyOrBuilder getPropertiesOrBuilder(int index)
   
   Results that matched the filter criteria and were accessible to the caller.
 repeated .google.analytics.admin.v1alpha.Property properties = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getPropertiesOrBuilderList()
  
    public List<? extends PropertyOrBuilder> getPropertiesOrBuilderList()
   
   Results that matched the filter criteria and were accessible to the caller.
 repeated .google.analytics.admin.v1alpha.Property properties = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.analytics.admin.v1alpha.PropertyOrBuilder> |  | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(ListPropertiesResponse other)
  
    public ListPropertiesResponse.Builder mergeFrom(ListPropertiesResponse other)
   
  
  
  
  
  
    public ListPropertiesResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public ListPropertiesResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListPropertiesResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  removeProperties(int index)
  
    public ListPropertiesResponse.Builder removeProperties(int index)
   
   Results that matched the filter criteria and were accessible to the caller.
 repeated .google.analytics.admin.v1alpha.Property properties = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public ListPropertiesResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setNextPageToken(String value)
  
    public ListPropertiesResponse.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 ListPropertiesResponse.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. | 
    
  
  
  
  setProperties(int index, Property value)
  
    public ListPropertiesResponse.Builder setProperties(int index, Property value)
   
   Results that matched the filter criteria and were accessible to the caller.
 repeated .google.analytics.admin.v1alpha.Property properties = 1;
setProperties(int index, Property.Builder builderForValue)
  
    public ListPropertiesResponse.Builder setProperties(int index, Property.Builder builderForValue)
   
   Results that matched the filter criteria and were accessible to the caller.
 repeated .google.analytics.admin.v1alpha.Property properties = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public ListPropertiesResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListPropertiesResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides