Package com.google.container.v1beta1
Interface TimeWindowOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TimeWindow
,TimeWindow.Builder
public interface TimeWindowOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.Timestamp
getEndTime()
The time that the window ends.com.google.protobuf.TimestampOrBuilder
getEndTimeOrBuilder()
The time that the window ends.MaintenanceExclusionOptions
getMaintenanceExclusionOptions()
MaintenanceExclusionOptions provides maintenance exclusion related options.MaintenanceExclusionOptionsOrBuilder
getMaintenanceExclusionOptionsOrBuilder()
MaintenanceExclusionOptions provides maintenance exclusion related options.TimeWindow.OptionsCase
getOptionsCase()
com.google.protobuf.Timestamp
getStartTime()
The time that the window first starts.com.google.protobuf.TimestampOrBuilder
getStartTimeOrBuilder()
The time that the window first starts.boolean
hasEndTime()
The time that the window ends.boolean
hasMaintenanceExclusionOptions()
MaintenanceExclusionOptions provides maintenance exclusion related options.boolean
hasStartTime()
The time that the window first starts.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasMaintenanceExclusionOptions
boolean hasMaintenanceExclusionOptions()
MaintenanceExclusionOptions provides maintenance exclusion related options.
.google.container.v1beta1.MaintenanceExclusionOptions maintenance_exclusion_options = 3;
- Returns:
- Whether the maintenanceExclusionOptions field is set.
-
getMaintenanceExclusionOptions
MaintenanceExclusionOptions getMaintenanceExclusionOptions()
MaintenanceExclusionOptions provides maintenance exclusion related options.
.google.container.v1beta1.MaintenanceExclusionOptions maintenance_exclusion_options = 3;
- Returns:
- The maintenanceExclusionOptions.
-
getMaintenanceExclusionOptionsOrBuilder
MaintenanceExclusionOptionsOrBuilder getMaintenanceExclusionOptionsOrBuilder()
MaintenanceExclusionOptions provides maintenance exclusion related options.
.google.container.v1beta1.MaintenanceExclusionOptions maintenance_exclusion_options = 3;
-
hasStartTime
boolean hasStartTime()
The time that the window first starts.
.google.protobuf.Timestamp start_time = 1;
- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime()
The time that the window first starts.
.google.protobuf.Timestamp start_time = 1;
- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
The time that the window first starts.
.google.protobuf.Timestamp start_time = 1;
-
hasEndTime
boolean hasEndTime()
The time that the window ends. The end time should take place after the start time.
.google.protobuf.Timestamp end_time = 2;
- Returns:
- Whether the endTime field is set.
-
getEndTime
com.google.protobuf.Timestamp getEndTime()
The time that the window ends. The end time should take place after the start time.
.google.protobuf.Timestamp end_time = 2;
- Returns:
- The endTime.
-
getEndTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
The time that the window ends. The end time should take place after the start time.
.google.protobuf.Timestamp end_time = 2;
-
getOptionsCase
TimeWindow.OptionsCase getOptionsCase()
-
-