public static final class ListDashboardsResponse.Builder extends GeneratedMessageV3.Builder<ListDashboardsResponse.Builder> implements ListDashboardsResponseOrBuilder
   
   The ListDashboards request.
 Protobuf type google.monitoring.dashboard.v1.ListDashboardsResponse
    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
  
  
  addAllDashboards(Iterable<? extends Dashboard> values)
  
    public ListDashboardsResponse.Builder addAllDashboards(Iterable<? extends Dashboard> values)
   
   The list of requested dashboards.
 repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.monitoring.dashboard.v1.Dashboard>
 | 
    
  
  
  
  addDashboards(Dashboard value)
  
    public ListDashboardsResponse.Builder addDashboards(Dashboard value)
   
   The list of requested dashboards.
 repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
addDashboards(Dashboard.Builder builderForValue)
  
    public ListDashboardsResponse.Builder addDashboards(Dashboard.Builder builderForValue)
   
   The list of requested dashboards.
 repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
addDashboards(int index, Dashboard value)
  
    public ListDashboardsResponse.Builder addDashboards(int index, Dashboard value)
   
   The list of requested dashboards.
 repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
addDashboards(int index, Dashboard.Builder builderForValue)
  
    public ListDashboardsResponse.Builder addDashboards(int index, Dashboard.Builder builderForValue)
   
   The list of requested dashboards.
 repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
addDashboardsBuilder()
  
    public Dashboard.Builder addDashboardsBuilder()
   
   The list of requested dashboards.
 repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
addDashboardsBuilder(int index)
  
    public Dashboard.Builder addDashboardsBuilder(int index)
   
   The list of requested dashboards.
 repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public ListDashboardsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  build()
  
    public ListDashboardsResponse build()
   
  
  
  buildPartial()
  
    public ListDashboardsResponse buildPartial()
   
  
  
  clear()
  
    public ListDashboardsResponse.Builder clear()
   
  
  Overrides
  
  
  clearDashboards()
  
    public ListDashboardsResponse.Builder clearDashboards()
   
   The list of requested dashboards.
 repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
clearField(Descriptors.FieldDescriptor field)
  
    public ListDashboardsResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  clearNextPageToken()
  
    public ListDashboardsResponse.Builder clearNextPageToken()
   
   If there are more results than have been returned, then this field is set
 to a non-empty value.  To see the additional results,
 use that value as page_token in the next call to this method.
 string next_page_token = 2;
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public ListDashboardsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  clone()
  
    public ListDashboardsResponse.Builder clone()
   
  
  Overrides
  
  
  getDashboards(int index)
  
    public Dashboard getDashboards(int index)
   
   The list of requested dashboards.
 repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getDashboardsBuilder(int index)
  
    public Dashboard.Builder getDashboardsBuilder(int index)
   
   The list of requested dashboards.
 repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getDashboardsBuilderList()
  
    public List<Dashboard.Builder> getDashboardsBuilderList()
   
   The list of requested dashboards.
 repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
getDashboardsCount()
  
    public int getDashboardsCount()
   
   The list of requested dashboards.
 repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getDashboardsList()
  
    public List<Dashboard> getDashboardsList()
   
   The list of requested dashboards.
 repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
getDashboardsOrBuilder(int index)
  
    public DashboardOrBuilder getDashboardsOrBuilder(int index)
   
   The list of requested dashboards.
 repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  getDashboardsOrBuilderList()
  
    public List<? extends DashboardOrBuilder> getDashboardsOrBuilderList()
   
   The list of requested dashboards.
 repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.monitoring.dashboard.v1.DashboardOrBuilder> |  | 
    
  
  
  getDefaultInstanceForType()
  
    public ListDashboardsResponse getDefaultInstanceForType()
   
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  getNextPageToken()
  
    public String getNextPageToken()
   
   If there are more results than have been returned, then this field is set
 to a non-empty value.  To see the additional results,
 use that value as page_token in the next call to this method.
 string next_page_token = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The nextPageToken. | 
    
  
  
  getNextPageTokenBytes()
  
    public ByteString getNextPageTokenBytes()
   
   If there are more results than have been returned, then this field is set
 to a non-empty value.  To see the additional results,
 use that value as page_token in the next call to this method.
 string next_page_token = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for nextPageToken. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  mergeFrom(ListDashboardsResponse other)
  
    public ListDashboardsResponse.Builder mergeFrom(ListDashboardsResponse other)
   
  
  
  
  
  
    public ListDashboardsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  mergeFrom(Message other)
  
    public ListDashboardsResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListDashboardsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  removeDashboards(int index)
  
    public ListDashboardsResponse.Builder removeDashboards(int index)
   
   The list of requested dashboards.
 repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  setDashboards(int index, Dashboard value)
  
    public ListDashboardsResponse.Builder setDashboards(int index, Dashboard value)
   
   The list of requested dashboards.
 repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
setDashboards(int index, Dashboard.Builder builderForValue)
  
    public ListDashboardsResponse.Builder setDashboards(int index, Dashboard.Builder builderForValue)
   
   The list of requested dashboards.
 repeated .google.monitoring.dashboard.v1.Dashboard dashboards = 1;
setField(Descriptors.FieldDescriptor field, Object value)
  
    public ListDashboardsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  setNextPageToken(String value)
  
    public ListDashboardsResponse.Builder setNextPageToken(String value)
   
   If there are more results than have been returned, then this field is set
 to a non-empty value.  To see the additional results,
 use that value as page_token in the next call to this method.
 string next_page_token = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The nextPageToken to set. | 
    
  
  
  
  setNextPageTokenBytes(ByteString value)
  
    public ListDashboardsResponse.Builder setNextPageTokenBytes(ByteString value)
   
   If there are more results than have been returned, then this field is set
 to a non-empty value.  To see the additional results,
 use that value as page_token in the next call to this method.
 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 ListDashboardsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final ListDashboardsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides