Interface ResourcePolicyInstanceSchedulePolicyScheduleOrBuilder (1.51.0)

public interface ResourcePolicyInstanceSchedulePolicyScheduleOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getSchedule()

public abstract String getSchedule()

Specifies the frequency for the operation, using the unix-cron format.

optional string schedule = 375820951;

Returns
TypeDescription
String

The schedule.

getScheduleBytes()

public abstract ByteString getScheduleBytes()

Specifies the frequency for the operation, using the unix-cron format.

optional string schedule = 375820951;

Returns
TypeDescription
ByteString

The bytes for schedule.

hasSchedule()

public abstract boolean hasSchedule()

Specifies the frequency for the operation, using the unix-cron format.

optional string schedule = 375820951;

Returns
TypeDescription
boolean

Whether the schedule field is set.