UpdateExclusionRequest class final
The parameters to UpdateExclusion.
- Inheritance
-
- Object
- ProtoMessage
- UpdateExclusionRequest
Constructors
- UpdateExclusionRequest({required String name, required LogExclusion? exclusion, required FieldMask? updateMask})
- UpdateExclusionRequest.fromJson(Object? j)
-
factory
Properties
- exclusion → LogExclusion?
-
Required. New values for the existing exclusion. Only the fields specified
in
update_maskare 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.Durationorgoogle.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
LogExclusionincluded in this request. Fields not mentioned inupdate_maskare 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