Class QueueingPolicy (1.7.2)

QueueingPolicy(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Defines the policy of the QueuedRequest.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
valid_until_duration google.protobuf.duration_pb2.Duration
A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed. This field is a member of oneof_ start_timing_constraints.
valid_until_time google.protobuf.timestamp_pb2.Timestamp
An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed. This field is a member of oneof_ start_timing_constraints.
valid_after_duration google.protobuf.duration_pb2.Duration
A relative time after which resources may be created. This field is a member of oneof_ start_timing_constraints.
valid_after_time google.protobuf.timestamp_pb2.Timestamp
An absolute time at which resources may be created. This field is a member of oneof_ start_timing_constraints.
valid_interval google.type.interval_pb2.Interval
An absolute time interval within which resources may be created. This field is a member of oneof_ start_timing_constraints.