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(Map<String, dynamic> json)
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.Duration or google.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.create for a description of this field. When updating a sink, the effect of this field on the value of writer_identity in 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 sink that need an update. A sink field will be overwritten if, and only if, it is in the update mask. name and 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