UpdateScheduleRequest class final
Request message for
ScheduleService.UpdateSchedule.
- Inheritance
-
- Object
- ProtoMessage
- UpdateScheduleRequest
Constructors
- UpdateScheduleRequest({required Schedule? schedule, required FieldMask? updateMask})
- UpdateScheduleRequest.fromJson(Object? j)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
- schedule → Schedule?
-
Required. The Schedule which replaces the resource on the server.
The following restrictions will be applied:
final
- updateMask → FieldMask?
-
Required. The update mask applies to the resource. See
google.protobuf.FieldMask.final
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