UpdateSinkRequest class final
The parameters to UpdateSink.
- Inheritance
-
- Object
- ProtoMessage
- UpdateSinkRequest
Constructors
- UpdateSinkRequest({required String sinkName, required LogSink? sink, bool uniqueWriterIdentity = false, FieldMask? updateMask})
- UpdateSinkRequest.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
- sink → LogSink?
-
Required. The updated sink, whose name is the same identifier that appears
as part of
sink_name.final - sinkName → String
-
Required. The full resource name of the sink to update, including the
parent resource and the sink identifier:
final
- uniqueWriterIdentity → bool
-
Optional. See
sinks.createfor a description of this field. When updating a sink, the effect of this field on the value ofwriter_identityin the updated sink depends on both the old and new values of this field:final - updateMask → FieldMask?
-
Optional. Field mask that specifies the fields in
sinkthat need an update. A sink field will be overwritten if, and only if, it is in the update mask.nameand output only fields cannot be updated.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