public static interface Unit.MaintenanceSettingsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPinnedUntilTime()
public abstract Timestamp getPinnedUntilTime()
Optional. If present, it fixes the release on the unit until the given time; i.e. changes to the release field will be rejected. Rollouts should and will also respect this by not requesting an upgrade in the first place.
.google.protobuf.Timestamp pinned_until_time = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
Timestamp |
The pinnedUntilTime. |
getPinnedUntilTimeOrBuilder()
public abstract TimestampOrBuilder getPinnedUntilTimeOrBuilder()
Optional. If present, it fixes the release on the unit until the given time; i.e. changes to the release field will be rejected. Rollouts should and will also respect this by not requesting an upgrade in the first place.
.google.protobuf.Timestamp pinned_until_time = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
TimestampOrBuilder |
hasPinnedUntilTime()
public abstract boolean hasPinnedUntilTime()
Optional. If present, it fixes the release on the unit until the given time; i.e. changes to the release field will be rejected. Rollouts should and will also respect this by not requesting an upgrade in the first place.
.google.protobuf.Timestamp pinned_until_time = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the pinnedUntilTime field is set. |