ENUM
FieldEnum
link GraphQL Schema definition
- enum FieldEnum {
- # When true, returns unexpired snapshots or snapshots that
- # have unexpired archived snapshots.
- # When false, returns expired snapshots and snapshots that
- # do not have any unexpired archived snapshots.
- # When true, returns unGCed snapshots (may/may not have expiry hint time
- # set) or snapshots that have unexpired archived snapshots.
- # When false, returns GCed snapshots that do not have any unexpired
- # archived snapshots.
- # Note that this filter is only for source snapshots, so it is
- # incompatible with IS_REPLICA = true. No snapshots would be returned in
- # that case.
- # When true, returns snapshots that have unexpired archived snapshots.
- # When false, returns snapshots that do not have any unexpired archived
- # snapshots.
- # Returns snapshots with a sequence number greater than the
- # specified sequence number.
- # When configured, it returns snapshots with IDs present in the list.
- # SPECIFIC_SNAPSHOT_NOT_REQUIRED when added as a filter returns Snapshots
- # without the specific snapshots details. When not provided, Specific
- # Snapshot details are returned. Add the filter for efficiency if specific
- # snapshot details are not required.
- }