Interface ResourcePolicyWeeklyCycleDayOfWeekOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDay()
      Defines a schedule that runs on specific days of the week.
      com.google.protobuf.ByteString getDayBytes()
      Defines a schedule that runs on specific days of the week.
      String getDuration()
      [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
      com.google.protobuf.ByteString getDurationBytes()
      [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
      String getStartTime()
      Time within the window to start the operations.
      com.google.protobuf.ByteString getStartTimeBytes()
      Time within the window to start the operations.
      boolean hasDay()
      Defines a schedule that runs on specific days of the week.
      boolean hasDuration()
      [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
      boolean hasStartTime()
      Time within the window to start the operations.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasDay

        boolean hasDay()
         Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.
         Check the Day enum for the list of possible values.
         
        optional string day = 99228;
        Returns:
        Whether the day field is set.
      • getDay

        String getDay()
         Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.
         Check the Day enum for the list of possible values.
         
        optional string day = 99228;
        Returns:
        The day.
      • getDayBytes

        com.google.protobuf.ByteString getDayBytes()
         Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.
         Check the Day enum for the list of possible values.
         
        optional string day = 99228;
        Returns:
        The bytes for day.
      • hasDuration

        boolean hasDuration()
         [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
         
        optional string duration = 155471252;
        Returns:
        Whether the duration field is set.
      • getDuration

        String getDuration()
         [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
         
        optional string duration = 155471252;
        Returns:
        The duration.
      • getDurationBytes

        com.google.protobuf.ByteString getDurationBytes()
         [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
         
        optional string duration = 155471252;
        Returns:
        The bytes for duration.
      • hasStartTime

        boolean hasStartTime()
         Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.
         
        optional string start_time = 37467274;
        Returns:
        Whether the startTime field is set.
      • getStartTime

        String getStartTime()
         Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.
         
        optional string start_time = 37467274;
        Returns:
        The startTime.
      • getStartTimeBytes

        com.google.protobuf.ByteString getStartTimeBytes()
         Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.
         
        optional string start_time = 37467274;
        Returns:
        The bytes for startTime.