PurgeContextsRequest class final

Request message for MetadataService.PurgeContexts.

Inheritance
  • Object
  • ProtoMessage
  • PurgeContextsRequest

Constructors

PurgeContextsRequest({required String parent, required String filter, bool force = false})
PurgeContextsRequest.fromJson(Object? j)
factory

Properties

filter String
Required. A required filter matching the Contexts to be purged. E.g., update_time <= 2020-11-19T11:30:00-04:00.
final
force bool
Optional. Flag to indicate to actually perform the purge. If force is set to false, the method will return a sample of Context names that would be deleted.
final
hashCode int
The hash code for this object.
no setterinherited
parent String
Required. The metadata store to purge Contexts from. Format: projects/{project}/locations/{location}/metadataStores/{metadatastore}
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

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