Package com.google.cloud.tpu.v2alpha1
Interface QueuedResource.QueueingPolicyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueuedResource.QueueingPolicy
,QueuedResource.QueueingPolicy.Builder
- Enclosing class:
- QueuedResource
public static interface QueuedResource.QueueingPolicyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueuedResource.QueueingPolicy.StartTimingConstraintsCase
getStartTimingConstraintsCase()
com.google.protobuf.Duration
getValidAfterDuration()
A relative time after which resources may be created.com.google.protobuf.DurationOrBuilder
getValidAfterDurationOrBuilder()
A relative time after which resources may be created.com.google.protobuf.Timestamp
getValidAfterTime()
An absolute time at which resources may be created.com.google.protobuf.TimestampOrBuilder
getValidAfterTimeOrBuilder()
An absolute time at which resources may be created.com.google.type.Interval
getValidInterval()
An absolute time interval within which resources may be created.com.google.type.IntervalOrBuilder
getValidIntervalOrBuilder()
An absolute time interval within which resources may be created.com.google.protobuf.Duration
getValidUntilDuration()
A relative time after which resources should not be created.com.google.protobuf.DurationOrBuilder
getValidUntilDurationOrBuilder()
A relative time after which resources should not be created.com.google.protobuf.Timestamp
getValidUntilTime()
An absolute time after which resources should not be created.com.google.protobuf.TimestampOrBuilder
getValidUntilTimeOrBuilder()
An absolute time after which resources should not be created.boolean
hasValidAfterDuration()
A relative time after which resources may be created.boolean
hasValidAfterTime()
An absolute time at which resources may be created.boolean
hasValidInterval()
An absolute time interval within which resources may be created.boolean
hasValidUntilDuration()
A relative time after which resources should not be created.boolean
hasValidUntilTime()
An absolute time after which resources should not be created.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasValidUntilDuration
boolean hasValidUntilDuration()
A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
.google.protobuf.Duration valid_until_duration = 1;
- Returns:
- Whether the validUntilDuration field is set.
-
getValidUntilDuration
com.google.protobuf.Duration getValidUntilDuration()
A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
.google.protobuf.Duration valid_until_duration = 1;
- Returns:
- The validUntilDuration.
-
getValidUntilDurationOrBuilder
com.google.protobuf.DurationOrBuilder getValidUntilDurationOrBuilder()
A relative time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
.google.protobuf.Duration valid_until_duration = 1;
-
hasValidUntilTime
boolean hasValidUntilTime()
An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
.google.protobuf.Timestamp valid_until_time = 2;
- Returns:
- Whether the validUntilTime field is set.
-
getValidUntilTime
com.google.protobuf.Timestamp getValidUntilTime()
An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
.google.protobuf.Timestamp valid_until_time = 2;
- Returns:
- The validUntilTime.
-
getValidUntilTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getValidUntilTimeOrBuilder()
An absolute time after which resources should not be created. If the request cannot be fulfilled by this time the request will be failed.
.google.protobuf.Timestamp valid_until_time = 2;
-
hasValidAfterDuration
boolean hasValidAfterDuration()
A relative time after which resources may be created.
.google.protobuf.Duration valid_after_duration = 3;
- Returns:
- Whether the validAfterDuration field is set.
-
getValidAfterDuration
com.google.protobuf.Duration getValidAfterDuration()
A relative time after which resources may be created.
.google.protobuf.Duration valid_after_duration = 3;
- Returns:
- The validAfterDuration.
-
getValidAfterDurationOrBuilder
com.google.protobuf.DurationOrBuilder getValidAfterDurationOrBuilder()
A relative time after which resources may be created.
.google.protobuf.Duration valid_after_duration = 3;
-
hasValidAfterTime
boolean hasValidAfterTime()
An absolute time at which resources may be created.
.google.protobuf.Timestamp valid_after_time = 4;
- Returns:
- Whether the validAfterTime field is set.
-
getValidAfterTime
com.google.protobuf.Timestamp getValidAfterTime()
An absolute time at which resources may be created.
.google.protobuf.Timestamp valid_after_time = 4;
- Returns:
- The validAfterTime.
-
getValidAfterTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getValidAfterTimeOrBuilder()
An absolute time at which resources may be created.
.google.protobuf.Timestamp valid_after_time = 4;
-
hasValidInterval
boolean hasValidInterval()
An absolute time interval within which resources may be created.
.google.type.Interval valid_interval = 5;
- Returns:
- Whether the validInterval field is set.
-
getValidInterval
com.google.type.Interval getValidInterval()
An absolute time interval within which resources may be created.
.google.type.Interval valid_interval = 5;
- Returns:
- The validInterval.
-
getValidIntervalOrBuilder
com.google.type.IntervalOrBuilder getValidIntervalOrBuilder()
An absolute time interval within which resources may be created.
.google.type.Interval valid_interval = 5;
-
getStartTimingConstraintsCase
QueuedResource.QueueingPolicy.StartTimingConstraintsCase getStartTimingConstraintsCase()
-
-