Interface PatchDeployments.MonthlyScheduleOrBuilder

    • Method Detail

      • hasWeekDayOfMonth

        boolean hasWeekDayOfMonth()
         Required. Week day in a month.
         
        .google.cloud.osconfig.v1beta.WeekDayOfMonth week_day_of_month = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the weekDayOfMonth field is set.
      • getWeekDayOfMonth

        PatchDeployments.WeekDayOfMonth getWeekDayOfMonth()
         Required. Week day in a month.
         
        .google.cloud.osconfig.v1beta.WeekDayOfMonth week_day_of_month = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The weekDayOfMonth.
      • getWeekDayOfMonthOrBuilder

        PatchDeployments.WeekDayOfMonthOrBuilder getWeekDayOfMonthOrBuilder()
         Required. Week day in a month.
         
        .google.cloud.osconfig.v1beta.WeekDayOfMonth week_day_of_month = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasMonthDay

        boolean hasMonthDay()
         Required. One day of the month. 1-31 indicates the 1st to the 31st day. -1
         indicates the last day of the month.
         Months without the target day will be skipped. For example, a schedule to
         run "every month on the 31st" will not run in February, April, June, etc.
         
        int32 month_day = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the monthDay field is set.
      • getMonthDay

        int getMonthDay()
         Required. One day of the month. 1-31 indicates the 1st to the 31st day. -1
         indicates the last day of the month.
         Months without the target day will be skipped. For example, a schedule to
         run "every month on the 31st" will not run in February, April, June, etc.
         
        int32 month_day = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The monthDay.