UpdateExclusionRequest class final

The parameters to UpdateExclusion.

Inheritance
  • Object
  • ProtoMessage
  • UpdateExclusionRequest

Constructors

UpdateExclusionRequest({required String name, required LogExclusion? exclusion, required FieldMask? updateMask})
UpdateExclusionRequest.fromJson(Map<String, dynamic> json)
factory

Properties

exclusion LogExclusion?
Required. New values for the existing exclusion. Only the fields specified in update_mask are relevant.
final
hashCode int
The hash code for this object.
no setterinherited
name String
Required. The resource name of the exclusion to update:
final
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
updateMask → FieldMask?
Required. A non-empty list of fields to change in the existing exclusion. New values for the fields are taken from the corresponding fields in the LogExclusion included in this request. Fields not mentioned in update_mask are not changed and are ignored in the request.
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