Class Schedule.MonthlySchedule.Builder (0.17.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 0.17.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  Schedule . MonthlySchedule . Builder   extends   GeneratedMessageV3 . Builder<Schedule . MonthlySchedule . Builder >  implements   Schedule . MonthlyScheduleOrBuilder  
   Days of Month to schedule report run.
 Protobuf type google.ads.admanager.v1.Schedule.MonthlySchedule
    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
   
  addAllMonthlyScheduledDays(Iterable<? extends Integer> values) 
  
    
public   Schedule . MonthlySchedule . Builder   addAllMonthlyScheduledDays ( Iterable <?   extends   Integer >  values )  
   Specifies days of the month to run report. Range is from 1-31.
 Will ignore days that are not valid for the given month.
 repeated int32 monthly_scheduled_days = 1;
    
      
        Parameter  
      
        Name Description  
      
        valuesIterable <? extends java.lang.Integer >The monthlyScheduledDays to add.
 
     
  
  
  addMonthlyScheduledDays(int value) 
  
    
public   Schedule . MonthlySchedule . Builder   addMonthlyScheduledDays ( int   value )  
   Specifies days of the month to run report. Range is from 1-31.
 Will ignore days that are not valid for the given month.
 repeated int32 monthly_scheduled_days = 1;
    
      
        Parameter  
      
        Name Description  
      
        valueint The monthlyScheduledDays to add.
 
     
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   Schedule . MonthlySchedule . Builder   addRepeatedField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  build() 
  
    
public   Schedule . MonthlySchedule   build ()  
  
  buildPartial() 
  
    
public   Schedule . MonthlySchedule   buildPartial ()  
  
  clear() 
  
    
public   Schedule . MonthlySchedule . Builder   clear ()  
  
  Overrides 
  
  clearField(Descriptors.FieldDescriptor field) 
  
    
public   Schedule . MonthlySchedule . Builder   clearField ( Descriptors . FieldDescriptor   field )  
  
  
  Overrides 
  
  clearMonthlyScheduledDays() 
  
    
public   Schedule . MonthlySchedule . Builder   clearMonthlyScheduledDays ()  
   Specifies days of the month to run report. Range is from 1-31.
 Will ignore days that are not valid for the given month.
 repeated int32 monthly_scheduled_days = 1;
clearOneof(Descriptors.OneofDescriptor oneof) 
  
    
public   Schedule . MonthlySchedule . Builder   clearOneof ( Descriptors . OneofDescriptor   oneof )  
  
  
  Overrides 
  
  clone() 
  
    
public   Schedule . MonthlySchedule . Builder   clone ()  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   Schedule . MonthlySchedule   getDefaultInstanceForType ()  
  
  getDescriptorForType() 
  
    
public   Descriptors . Descriptor   getDescriptorForType ()  
  
  Overrides 
  
  getMonthlyScheduledDays(int index) 
  
    
public   int   getMonthlyScheduledDays ( int   index )  
   Specifies days of the month to run report. Range is from 1-31.
 Will ignore days that are not valid for the given month.
 repeated int32 monthly_scheduled_days = 1;
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the element to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        int The monthlyScheduledDays at the given index.
 
     
  
  getMonthlyScheduledDaysCount() 
  
    
public   int   getMonthlyScheduledDaysCount ()  
   Specifies days of the month to run report. Range is from 1-31.
 Will ignore days that are not valid for the given month.
 repeated int32 monthly_scheduled_days = 1;
    
      
        Returns  
      
        Type Description  
      
        int The count of monthlyScheduledDays.
 
     
  
  getMonthlyScheduledDaysList() 
  
    
public   List<Integer>   getMonthlyScheduledDaysList ()  
   Specifies days of the month to run report. Range is from 1-31.
 Will ignore days that are not valid for the given month.
 repeated int32 monthly_scheduled_days = 1;
    
      
        Returns  
      
        Type Description  
      
        List <Integer >A list containing the monthlyScheduledDays.
 
     
  
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
  
  Overrides 
  
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
  
  Overrides 
  
  mergeFrom(Schedule.MonthlySchedule other) 
  
    
public   Schedule . MonthlySchedule . Builder   mergeFrom ( Schedule . MonthlySchedule   other )  
  
  
  
    
public   Schedule . MonthlySchedule . Builder   mergeFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  Overrides 
  
  
  mergeFrom(Message other) 
  
    
public   Schedule . MonthlySchedule . Builder   mergeFrom ( Message   other )  
  
    
      
        Parameter  
      
        Name Description  
      
        otherMessage  
     
  
  
  Overrides 
  
  mergeUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   Schedule . MonthlySchedule . Builder   mergeUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
  setField(Descriptors.FieldDescriptor field, Object value) 
  
    
public   Schedule . MonthlySchedule . Builder   setField ( Descriptors . FieldDescriptor   field ,   Object   value )  
  
  
  Overrides 
  
  setMonthlyScheduledDays(int index, int value) 
  
    
public   Schedule . MonthlySchedule . Builder   setMonthlyScheduledDays ( int   index ,   int   value )  
   Specifies days of the month to run report. Range is from 1-31.
 Will ignore days that are not valid for the given month.
 repeated int32 monthly_scheduled_days = 1;
    
      
        Parameters  
      
        Name Description  
      
        indexint The index to set the value at.
 
      
        valueint The monthlyScheduledDays to set.
 
     
  
  
  setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) 
  
    
public   Schedule . MonthlySchedule . Builder   setRepeatedField ( Descriptors . FieldDescriptor   field ,   int   index ,   Object   value )  
  
  
  Overrides 
  
  setUnknownFields(UnknownFieldSet unknownFields) 
  
    
public   final   Schedule . MonthlySchedule . Builder   setUnknownFields ( UnknownFieldSet   unknownFields )  
  
  
  Overrides 
  
 
     
    
  
  
  
     
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-29 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-29 UTC."],[],[]]