public interface MaintenanceExclusionWindowOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getId()
public abstract String getId()
Optional. A unique (per cluster) id for the window.
string id = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()
Optional. A unique (per cluster) id for the window.
string id = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for id. |
getWindow()
public abstract TimeWindow getWindow()
Optional. The time window.
.google.cloud.edgecontainer.v1.TimeWindow window = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
TimeWindow |
The window. |
getWindowOrBuilder()
public abstract TimeWindowOrBuilder getWindowOrBuilder()
Optional. The time window.
.google.cloud.edgecontainer.v1.TimeWindow window = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
TimeWindowOrBuilder |
hasWindow()
public abstract boolean hasWindow()
Optional. The time window.
.google.cloud.edgecontainer.v1.TimeWindow window = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
Whether the window field is set. |