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 |
|
---|---|
Name | Description |
valid_until_duration |
google.protobuf.duration_pb2.Duration
Optional. 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
Optional. 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
Optional. 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
Optional. An absolute time after which resources may be created. This field is a member of oneof _ start_timing_constraints .
|
valid_interval |
google.type.interval_pb2.Interval
Optional. An absolute time interval within which resources may be created. This field is a member of oneof _ start_timing_constraints .
|