ResumeScheduleRequest class final
Request message for
ScheduleService.ResumeSchedule.
- Inheritance
-
- Object
- ProtoMessage
- ResumeScheduleRequest
Constructors
- ResumeScheduleRequest({required String name, bool catchUp = false})
- ResumeScheduleRequest.fromJson(Object? j)
-
factory
Properties
- catchUp → bool
-
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_upfield. Default to false.final - hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
Required. The name of the Schedule resource to be resumed.
Format:
projects/{project}/locations/{location}/schedules/{schedule}final - qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Object -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- fullyQualifiedName → const String