Interface PatchDeployments.WeeklyScheduleOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.type.DayOfWeek getDayOfWeek()
      Required.
      int getDayOfWeekValue()
      Required.
      • 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

      • getDayOfWeekValue

        int getDayOfWeekValue()
         Required. Day of the week.
         
        .google.type.DayOfWeek day_of_week = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The enum numeric value on the wire for dayOfWeek.
      • getDayOfWeek

        com.google.type.DayOfWeek getDayOfWeek()
         Required. Day of the week.
         
        .google.type.DayOfWeek day_of_week = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The dayOfWeek.