public static final class ListProjectBillingInfoResponse.Builder extends GeneratedMessageV3.Builder<ListProjectBillingInfoResponse.Builder> implements ListProjectBillingInfoResponseOrBuilder
   
   Request message for ListProjectBillingInfoResponse.
 Protobuf type google.cloud.billing.v1.ListProjectBillingInfoResponse
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
    
    
    
    
    
    
    
    
    
    
    
    
      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
  
  
  addAllProjectBillingInfo(Iterable<? extends ProjectBillingInfo> values)
  
    public ListProjectBillingInfoResponse.Builder addAllProjectBillingInfo(Iterable<? extends ProjectBillingInfo> values)
   
   A list of ProjectBillingInfo resources representing the projects
 associated with the billing account.
 repeated .google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.billing.v1.ProjectBillingInfo>
 | 
    
  
  
  
  addProjectBillingInfo(ProjectBillingInfo value)
  
    public ListProjectBillingInfoResponse.Builder addProjectBillingInfo(ProjectBillingInfo value)
   
   A list of ProjectBillingInfo resources representing the projects
 associated with the billing account.
 repeated .google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 1;
addProjectBillingInfo(ProjectBillingInfo.Builder builderForValue)
  
    public ListProjectBillingInfoResponse.Builder addProjectBillingInfo(ProjectBillingInfo.Builder builderForValue)
   
   A list of ProjectBillingInfo resources representing the projects
 associated with the billing account.
 repeated .google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 1;
addProjectBillingInfo(int index, ProjectBillingInfo value)
  
    public ListProjectBillingInfoResponse.Builder addProjectBillingInfo(int index, ProjectBillingInfo value)
   
   A list of ProjectBillingInfo resources representing the projects
 associated with the billing account.
 repeated .google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 1;
addProjectBillingInfo(int index, ProjectBillingInfo.Builder builderForValue)
  
    public ListProjectBillingInfoResponse.Builder addProjectBillingInfo(int index, ProjectBillingInfo.Builder builderForValue)
   
   A list of ProjectBillingInfo resources representing the projects
 associated with the billing account.
 repeated .google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 1;
addProjectBillingInfoBuilder()
  
    public ProjectBillingInfo.Builder addProjectBillingInfoBuilder()
   
   A list of ProjectBillingInfo resources representing the projects
 associated with the billing account.
 repeated .google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 1;
addProjectBillingInfoBuilder(int index)
  
    public ProjectBillingInfo.Builder addProjectBillingInfoBuilder(int index)
   
   A list of ProjectBillingInfo resources representing the projects
 associated with the billing account.
 repeated .google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ListProjectBillingInfoResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public ListProjectBillingInfoResponse build()
   
  
  
  buildPartial()
  
    public ListProjectBillingInfoResponse buildPartial()
   
  
  
  clear()
  
    public ListProjectBillingInfoResponse.Builder clear()
   
  
  Overrides
  
  
  clearField(Descriptors.FieldDescriptor field)
  
    public ListProjectBillingInfoResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearNextPageToken()
  
    public ListProjectBillingInfoResponse.Builder clearNextPageToken()
   
   A token to retrieve the next page of results. To retrieve the next page,
 call ListProjectBillingInfo again with the page_token field set to this
 value. This field is empty if there are no more results to retrieve.
 string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public ListProjectBillingInfoResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clearProjectBillingInfo()
  
    public ListProjectBillingInfoResponse.Builder clearProjectBillingInfo()
   
   A list of ProjectBillingInfo resources representing the projects
 associated with the billing account.
 repeated .google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 1;
clone()
  
    public ListProjectBillingInfoResponse.Builder clone()
   
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public ListProjectBillingInfoResponse getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getNextPageToken()
  
    public String getNextPageToken()
   
   A token to retrieve the next page of results. To retrieve the next page,
 call ListProjectBillingInfo again with the page_token field set to this
 value. This field is empty if there are no more results to retrieve.
 string next_page_token = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The nextPageToken. | 
    
  
  
  getNextPageTokenBytes()
  
    public ByteString getNextPageTokenBytes()
   
   A token to retrieve the next page of results. To retrieve the next page,
 call ListProjectBillingInfo again with the page_token field set to this
 value. This field is empty if there are no more results to retrieve.
 string next_page_token = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for nextPageToken. | 
    
  
  
  getProjectBillingInfo(int index)
  
    public ProjectBillingInfo getProjectBillingInfo(int index)
   
   A list of ProjectBillingInfo resources representing the projects
 associated with the billing account.
 repeated .google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getProjectBillingInfoBuilder(int index)
  
    public ProjectBillingInfo.Builder getProjectBillingInfoBuilder(int index)
   
   A list of ProjectBillingInfo resources representing the projects
 associated with the billing account.
 repeated .google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getProjectBillingInfoBuilderList()
  
    public List<ProjectBillingInfo.Builder> getProjectBillingInfoBuilderList()
   
   A list of ProjectBillingInfo resources representing the projects
 associated with the billing account.
 repeated .google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 1;
getProjectBillingInfoCount()
  
    public int getProjectBillingInfoCount()
   
   A list of ProjectBillingInfo resources representing the projects
 associated with the billing account.
 repeated .google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getProjectBillingInfoList()
  
    public List<ProjectBillingInfo> getProjectBillingInfoList()
   
   A list of ProjectBillingInfo resources representing the projects
 associated with the billing account.
 repeated .google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 1;
getProjectBillingInfoOrBuilder(int index)
  
    public ProjectBillingInfoOrBuilder getProjectBillingInfoOrBuilder(int index)
   
   A list of ProjectBillingInfo resources representing the projects
 associated with the billing account.
 repeated .google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getProjectBillingInfoOrBuilderList()
  
    public List<? extends ProjectBillingInfoOrBuilder> getProjectBillingInfoOrBuilderList()
   
   A list of ProjectBillingInfo resources representing the projects
 associated with the billing account.
 repeated .google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.billing.v1.ProjectBillingInfoOrBuilder> |  | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(ListProjectBillingInfoResponse other)
  
    public ListProjectBillingInfoResponse.Builder mergeFrom(ListProjectBillingInfoResponse other)
   
  
  
  
  
  
    public ListProjectBillingInfoResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public ListProjectBillingInfoResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListProjectBillingInfoResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  removeProjectBillingInfo(int index)
  
    public ListProjectBillingInfoResponse.Builder removeProjectBillingInfo(int index)
   
   A list of ProjectBillingInfo resources representing the projects
 associated with the billing account.
 repeated .google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public ListProjectBillingInfoResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setNextPageToken(String value)
  
    public ListProjectBillingInfoResponse.Builder setNextPageToken(String value)
   
   A token to retrieve the next page of results. To retrieve the next page,
 call ListProjectBillingInfo again with the page_token field set to this
 value. This field is empty if there are no more results to retrieve.
 string next_page_token = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The nextPageToken to set. | 
    
  
  
  
  setNextPageTokenBytes(ByteString value)
  
    public ListProjectBillingInfoResponse.Builder setNextPageTokenBytes(ByteString value)
   
   A token to retrieve the next page of results. To retrieve the next page,
 call ListProjectBillingInfo again with the page_token field set to this
 value. This field is empty if there are no more results to retrieve.
 string next_page_token = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for nextPageToken to set. | 
    
  
  
  
  setProjectBillingInfo(int index, ProjectBillingInfo value)
  
    public ListProjectBillingInfoResponse.Builder setProjectBillingInfo(int index, ProjectBillingInfo value)
   
   A list of ProjectBillingInfo resources representing the projects
 associated with the billing account.
 repeated .google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 1;
setProjectBillingInfo(int index, ProjectBillingInfo.Builder builderForValue)
  
    public ListProjectBillingInfoResponse.Builder setProjectBillingInfo(int index, ProjectBillingInfo.Builder builderForValue)
   
   A list of ProjectBillingInfo resources representing the projects
 associated with the billing account.
 repeated .google.cloud.billing.v1.ProjectBillingInfo project_billing_info = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public ListProjectBillingInfoResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListProjectBillingInfoResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides