public static final class ListModelMonitorsResponse.Builder extends GeneratedMessageV3.Builder<ListModelMonitorsResponse.Builder> implements ListModelMonitorsResponseOrBuilder
   
   Response message for
 ModelMonitoringService.ListModelMonitors
 Protobuf type google.cloud.aiplatform.v1beta1.ListModelMonitorsResponse
    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
  
  
  
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  Methods
  
  
  
  
    public ListModelMonitorsResponse.Builder addAllModelMonitors(Iterable<? extends ModelMonitor> values)
   
   List of ModelMonitor in the requested page.
 repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | values | Iterable<? extends com.google.cloud.aiplatform.v1beta1.ModelMonitor>
 | 
    
  
  
  
  
  
    public ListModelMonitorsResponse.Builder addModelMonitors(ModelMonitor value)
   
   List of ModelMonitor in the requested page.
 repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;
    public ListModelMonitorsResponse.Builder addModelMonitors(ModelMonitor.Builder builderForValue)
   
   List of ModelMonitor in the requested page.
 repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;
    public ListModelMonitorsResponse.Builder addModelMonitors(int index, ModelMonitor value)
   
   List of ModelMonitor in the requested page.
 repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;
    public ListModelMonitorsResponse.Builder addModelMonitors(int index, ModelMonitor.Builder builderForValue)
   
   List of ModelMonitor in the requested page.
 repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;
    public ModelMonitor.Builder addModelMonitorsBuilder()
   
   List of ModelMonitor in the requested page.
 repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;
    public ModelMonitor.Builder addModelMonitorsBuilder(int index)
   
   List of ModelMonitor in the requested page.
 repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public ListModelMonitorsResponse.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public ListModelMonitorsResponse build()
   
  
  
  
  
    public ListModelMonitorsResponse buildPartial()
   
  
  
  
  
    public ListModelMonitorsResponse.Builder clear()
   
  
  Overrides
  
  
  
  
    public ListModelMonitorsResponse.Builder clearField(Descriptors.FieldDescriptor field)
   
  
  
  Overrides
  
  
  
  
    public ListModelMonitorsResponse.Builder clearModelMonitors()
   
   List of ModelMonitor in the requested page.
 repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;
clearNextPageToken()
  
    public ListModelMonitorsResponse.Builder clearNextPageToken()
   
   A token to retrieve the next page of results.
 Pass to
 ListModelMonitorsRequest.page_token
 to obtain that page.
 string next_page_token = 2;
    public ListModelMonitorsResponse.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  
  
  Overrides
  
  
  
  
    public ListModelMonitorsResponse.Builder clone()
   
  
  Overrides
  
  
  
  
    public ListModelMonitorsResponse getDefaultInstanceForType()
   
  
  
  
  
    public Descriptors.Descriptor getDescriptorForType()
   
  
  Overrides
  
  
  
  
    public ModelMonitor getModelMonitors(int index)
   
   List of ModelMonitor in the requested page.
 repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public ModelMonitor.Builder getModelMonitorsBuilder(int index)
   
   List of ModelMonitor in the requested page.
 repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<ModelMonitor.Builder> getModelMonitorsBuilderList()
   
   List of ModelMonitor in the requested page.
 repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;
    public int getModelMonitorsCount()
   
   List of ModelMonitor in the requested page.
 repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  
  
    public List<ModelMonitor> getModelMonitorsList()
   
   List of ModelMonitor in the requested page.
 repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;
    public ModelMonitorOrBuilder getModelMonitorsOrBuilder(int index)
   
   List of ModelMonitor in the requested page.
 repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public List<? extends ModelMonitorOrBuilder> getModelMonitorsOrBuilderList()
   
   List of ModelMonitor in the requested page.
 repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | List<? extends com.google.cloud.aiplatform.v1beta1.ModelMonitorOrBuilder> |  | 
    
  
  
  getNextPageToken()
  
    public String getNextPageToken()
   
   A token to retrieve the next page of results.
 Pass to
 ListModelMonitorsRequest.page_token
 to obtain that page.
 string next_page_token = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The nextPageToken. | 
    
  
  
  getNextPageTokenBytes()
  
    public ByteString getNextPageTokenBytes()
   
   A token to retrieve the next page of results.
 Pass to
 ListModelMonitorsRequest.page_token
 to obtain that page.
 string next_page_token = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for nextPageToken. | 
    
  
  
  
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  
  
    public ListModelMonitorsResponse.Builder mergeFrom(ListModelMonitorsResponse other)
   
  
  
  
  
  
    public ListModelMonitorsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  Overrides
  
  
  
  
  
    public ListModelMonitorsResponse.Builder mergeFrom(Message other)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | other | Message
 | 
    
  
  
  Overrides
  
  
  
  
    public final ListModelMonitorsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides
  
  
  
  
    public ListModelMonitorsResponse.Builder removeModelMonitors(int index)
   
   List of ModelMonitor in the requested page.
 repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | index | int
 | 
    
  
  
  
  
  
    public ListModelMonitorsResponse.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  
  
  Overrides
  
  
  
  
    public ListModelMonitorsResponse.Builder setModelMonitors(int index, ModelMonitor value)
   
   List of ModelMonitor in the requested page.
 repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;
    public ListModelMonitorsResponse.Builder setModelMonitors(int index, ModelMonitor.Builder builderForValue)
   
   List of ModelMonitor in the requested page.
 repeated .google.cloud.aiplatform.v1beta1.ModelMonitor model_monitors = 1;
setNextPageToken(String value)
  
    public ListModelMonitorsResponse.Builder setNextPageToken(String value)
   
   A token to retrieve the next page of results.
 Pass to
 ListModelMonitorsRequest.page_token
 to obtain that page.
 string next_page_token = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | String
 The nextPageToken to set. | 
    
  
  
  
  setNextPageTokenBytes(ByteString value)
  
    public ListModelMonitorsResponse.Builder setNextPageTokenBytes(ByteString value)
   
   A token to retrieve the next page of results.
 Pass to
 ListModelMonitorsRequest.page_token
 to obtain that page.
 string next_page_token = 2;
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | value | ByteString
 The bytes for nextPageToken to set. | 
    
  
  
  
  
  
    public ListModelMonitorsResponse.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  
  
  Overrides
  
  
  
  
    public final ListModelMonitorsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  
  
  Overrides