public static final class TimeWindow.Builder extends GeneratedMessageV3.Builder<TimeWindow.Builder> implements TimeWindowOrBuilder
   
   Represents an arbitrary window of time.
 Protobuf type google.container.v1beta1.TimeWindow
Static Methods
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  Returns
  
  Methods
  
  
  addRepeatedField(Descriptors.FieldDescriptor field, Object value)
  
    public TimeWindow.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  build()
  
    public TimeWindow build()
   
  Returns
  
  
  buildPartial()
  
    public TimeWindow buildPartial()
   
  Returns
  
  
  clear()
  
    public TimeWindow.Builder clear()
   
  Returns
  
  Overrides
  
  
  clearEndTime()
  
    public TimeWindow.Builder clearEndTime()
   
   The time that the window ends. The end time should take place after the
 start time.
 .google.protobuf.Timestamp end_time = 2;
clearField(Descriptors.FieldDescriptor field)
  
    public TimeWindow.Builder clearField(Descriptors.FieldDescriptor field)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clearMaintenanceExclusionOptions()
  
    public TimeWindow.Builder clearMaintenanceExclusionOptions()
   
   MaintenanceExclusionOptions provides maintenance exclusion related
 options.
 
 .google.container.v1beta1.MaintenanceExclusionOptions maintenance_exclusion_options = 3;
 
clearOneof(Descriptors.OneofDescriptor oneof)
  
    public TimeWindow.Builder clearOneof(Descriptors.OneofDescriptor oneof)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  clearOptions()
  
    public TimeWindow.Builder clearOptions()
   
  Returns
  
  
  clearStartTime()
  
    public TimeWindow.Builder clearStartTime()
   
   The time that the window first starts.
 .google.protobuf.Timestamp start_time = 1;
clone()
  
    public TimeWindow.Builder clone()
   
  Returns
  
  Overrides
  
  
  getDefaultInstanceForType()
  
    public TimeWindow getDefaultInstanceForType()
   
  Returns
  
  
  getDescriptorForType()
  
    public Descriptors.Descriptor getDescriptorForType()
   
  Returns
  
  Overrides
  
  
  getEndTime()
  
    public Timestamp getEndTime()
   
   The time that the window ends. The end time should take place after the
 start time.
 .google.protobuf.Timestamp end_time = 2;
getEndTimeBuilder()
  
    public Timestamp.Builder getEndTimeBuilder()
   
   The time that the window ends. The end time should take place after the
 start time.
 .google.protobuf.Timestamp end_time = 2;
getEndTimeOrBuilder()
  
    public TimestampOrBuilder getEndTimeOrBuilder()
   
   The time that the window ends. The end time should take place after the
 start time.
 .google.protobuf.Timestamp end_time = 2;
getMaintenanceExclusionOptions()
  
    public MaintenanceExclusionOptions getMaintenanceExclusionOptions()
   
   MaintenanceExclusionOptions provides maintenance exclusion related
 options.
 
 .google.container.v1beta1.MaintenanceExclusionOptions maintenance_exclusion_options = 3;
 
getMaintenanceExclusionOptionsBuilder()
  
    public MaintenanceExclusionOptions.Builder getMaintenanceExclusionOptionsBuilder()
   
   MaintenanceExclusionOptions provides maintenance exclusion related
 options.
 
 .google.container.v1beta1.MaintenanceExclusionOptions maintenance_exclusion_options = 3;
 
getMaintenanceExclusionOptionsOrBuilder()
  
    public MaintenanceExclusionOptionsOrBuilder getMaintenanceExclusionOptionsOrBuilder()
   
   MaintenanceExclusionOptions provides maintenance exclusion related
 options.
 
 .google.container.v1beta1.MaintenanceExclusionOptions maintenance_exclusion_options = 3;
 
getOptionsCase()
  
    public TimeWindow.OptionsCase getOptionsCase()
   
  Returns
  
  
  getStartTime()
  
    public Timestamp getStartTime()
   
   The time that the window first starts.
 .google.protobuf.Timestamp start_time = 1;
getStartTimeBuilder()
  
    public Timestamp.Builder getStartTimeBuilder()
   
   The time that the window first starts.
 .google.protobuf.Timestamp start_time = 1;
getStartTimeOrBuilder()
  
    public TimestampOrBuilder getStartTimeOrBuilder()
   
   The time that the window first starts.
 .google.protobuf.Timestamp start_time = 1;
hasEndTime()
  
    public 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 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 boolean hasStartTime()
   
   The time that the window first starts.
 .google.protobuf.Timestamp start_time = 1;
    
      
        | Type | Description | 
      
        | boolean | Whether the startTime field is set. | 
    
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  Returns
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  Returns
  
  Overrides
  
  
  mergeEndTime(Timestamp value)
  
    public TimeWindow.Builder mergeEndTime(Timestamp value)
   
   The time that the window ends. The end time should take place after the
 start time.
 .google.protobuf.Timestamp end_time = 2;
mergeFrom(TimeWindow other)
  
    public TimeWindow.Builder mergeFrom(TimeWindow other)
   
  Parameter
  
  Returns
  
  
  
  
    public TimeWindow.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  Parameters
  
  Returns
  
  Overrides
  
  Exceptions
  
  
  mergeFrom(Message other)
  
    public TimeWindow.Builder mergeFrom(Message other)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  mergeMaintenanceExclusionOptions(MaintenanceExclusionOptions value)
  
    public TimeWindow.Builder mergeMaintenanceExclusionOptions(MaintenanceExclusionOptions value)
   
   MaintenanceExclusionOptions provides maintenance exclusion related
 options.
 
 .google.container.v1beta1.MaintenanceExclusionOptions maintenance_exclusion_options = 3;
 
mergeStartTime(Timestamp value)
  
    public TimeWindow.Builder mergeStartTime(Timestamp value)
   
   The time that the window first starts.
 .google.protobuf.Timestamp start_time = 1;
mergeUnknownFields(UnknownFieldSet unknownFields)
  
    public final TimeWindow.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  Overrides
  
  
  setEndTime(Timestamp value)
  
    public TimeWindow.Builder setEndTime(Timestamp value)
   
   The time that the window ends. The end time should take place after the
 start time.
 .google.protobuf.Timestamp end_time = 2;
setEndTime(Timestamp.Builder builderForValue)
  
    public TimeWindow.Builder setEndTime(Timestamp.Builder builderForValue)
   
   The time that the window ends. The end time should take place after the
 start time.
 .google.protobuf.Timestamp end_time = 2;
    
      
        | Name | Description | 
      
        | builderForValue | Builder
 | 
    
  
  Returns
  
  
  setField(Descriptors.FieldDescriptor field, Object value)
  
    public TimeWindow.Builder setField(Descriptors.FieldDescriptor field, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setMaintenanceExclusionOptions(MaintenanceExclusionOptions value)
  
    public TimeWindow.Builder setMaintenanceExclusionOptions(MaintenanceExclusionOptions value)
   
   MaintenanceExclusionOptions provides maintenance exclusion related
 options.
 
 .google.container.v1beta1.MaintenanceExclusionOptions maintenance_exclusion_options = 3;
 
setMaintenanceExclusionOptions(MaintenanceExclusionOptions.Builder builderForValue)
  
    public TimeWindow.Builder setMaintenanceExclusionOptions(MaintenanceExclusionOptions.Builder builderForValue)
   
   MaintenanceExclusionOptions provides maintenance exclusion related
 options.
 
 .google.container.v1beta1.MaintenanceExclusionOptions maintenance_exclusion_options = 3;
 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
  
    public TimeWindow.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
   
  Parameters
  
  Returns
  
  Overrides
  
  
  setStartTime(Timestamp value)
  
    public TimeWindow.Builder setStartTime(Timestamp value)
   
   The time that the window first starts.
 .google.protobuf.Timestamp start_time = 1;
setStartTime(Timestamp.Builder builderForValue)
  
    public TimeWindow.Builder setStartTime(Timestamp.Builder builderForValue)
   
   The time that the window first starts.
 .google.protobuf.Timestamp start_time = 1;
    
      
        | Name | Description | 
      
        | builderForValue | Builder
 | 
    
  
  Returns
  
  
  setUnknownFields(UnknownFieldSet unknownFields)
  
    public final TimeWindow.Builder setUnknownFields(UnknownFieldSet unknownFields)
   
  Parameter
  
  Returns
  
  Overrides