public interface TimeWindowOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEndTime()
public abstract Timestamp getEndTime()The time that the window ends. The end time should take place after the start time.
.google.protobuf.Timestamp end_time = 2;
| Type | Description |
| Timestamp | The endTime. |
getEndTimeOrBuilder()
public abstract TimestampOrBuilder getEndTimeOrBuilder()The time that the window ends. The end time should take place after the start time.
.google.protobuf.Timestamp end_time = 2;
| Type | Description |
| TimestampOrBuilder |
getMaintenanceExclusionOptions()
public abstract MaintenanceExclusionOptions getMaintenanceExclusionOptions()MaintenanceExclusionOptions provides maintenance exclusion related options.
.google.container.v1beta1.MaintenanceExclusionOptions maintenance_exclusion_options = 3;
| Type | Description |
| MaintenanceExclusionOptions | The maintenanceExclusionOptions. |
getMaintenanceExclusionOptionsOrBuilder()
public abstract MaintenanceExclusionOptionsOrBuilder getMaintenanceExclusionOptionsOrBuilder()MaintenanceExclusionOptions provides maintenance exclusion related options.
.google.container.v1beta1.MaintenanceExclusionOptions maintenance_exclusion_options = 3;
| Type | Description |
| MaintenanceExclusionOptionsOrBuilder |
getOptionsCase()
public abstract TimeWindow.OptionsCase getOptionsCase()| Type | Description |
| TimeWindow.OptionsCase |
getStartTime()
public abstract Timestamp getStartTime()The time that the window first starts.
.google.protobuf.Timestamp start_time = 1;
| Type | Description |
| Timestamp | The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()The time that the window first starts.
.google.protobuf.Timestamp start_time = 1;
| Type | Description |
| TimestampOrBuilder |
hasEndTime()
public abstract boolean hasEndTime()The time that the window ends. The end time should take place after the start time.
.google.protobuf.Timestamp end_time = 2;
| Type | Description |
| boolean | Whether the endTime field is set. |
hasMaintenanceExclusionOptions()
public abstract boolean hasMaintenanceExclusionOptions()MaintenanceExclusionOptions provides maintenance exclusion related options.
.google.container.v1beta1.MaintenanceExclusionOptions maintenance_exclusion_options = 3;
| Type | Description |
| boolean | Whether the maintenanceExclusionOptions field is set. |
hasStartTime()
public abstract boolean hasStartTime()The time that the window first starts.
.google.protobuf.Timestamp start_time = 1;
| Type | Description |
| boolean | Whether the startTime field is set. |