Interface ResumeScheduleRequestOrBuilder (3.21.0)

public interface ResumeScheduleRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCatchUp()

public abstract boolean getCatchUp()

Optional. Whether to backfill missed runs when the schedule is resumed from PAUSED state. If set to true, all missed runs will be scheduled. New runs will be scheduled after the backfill is complete. This will also update Schedule.catch_up field. Default to false.

bool catch_up = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
boolean

The catchUp.

getName()

public abstract String getName()

Required. The name of the Schedule resource to be resumed. Format: projects/{project}/locations/{location}/schedules/{schedule}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Required. The name of the Schedule resource to be resumed. Format: projects/{project}/locations/{location}/schedules/{schedule}

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for name.