Interface ResourcePolicyInstanceSchedulePolicyScheduleOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getSchedule()
      Specifies the frequency for the operation, using the unix-cron format.
      com.google.protobuf.ByteString getScheduleBytes()
      Specifies the frequency for the operation, using the unix-cron format.
      boolean hasSchedule()
      Specifies the frequency for the operation, using the unix-cron format.
      • 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

      • hasSchedule

        boolean hasSchedule()
         Specifies the frequency for the operation, using the unix-cron format.
         
        optional string schedule = 375820951;
        Returns:
        Whether the schedule field is set.
      • getSchedule

        String getSchedule()
         Specifies the frequency for the operation, using the unix-cron format.
         
        optional string schedule = 375820951;
        Returns:
        The schedule.
      • getScheduleBytes

        com.google.protobuf.ByteString getScheduleBytes()
         Specifies the frequency for the operation, using the unix-cron format.
         
        optional string schedule = 375820951;
        Returns:
        The bytes for schedule.