Uses of Class
com.google.container.v1.TimeWindow
-
Packages that use TimeWindow Package Description com.google.container.v1 -
-
Uses of TimeWindow in com.google.container.v1
Methods in com.google.container.v1 that return TimeWindow Modifier and Type Method Description TimeWindow
TimeWindow.Builder. build()
TimeWindow
TimeWindow.Builder. buildPartial()
static TimeWindow
TimeWindow. getDefaultInstance()
TimeWindow
TimeWindow.Builder. getDefaultInstanceForType()
TimeWindow
TimeWindow. getDefaultInstanceForType()
TimeWindow
MaintenanceWindow.Builder. getMaintenanceExclusionsOrDefault(String key, TimeWindow defaultValue)
Exceptions to maintenance window.TimeWindow
MaintenanceWindow. getMaintenanceExclusionsOrDefault(String key, TimeWindow defaultValue)
Exceptions to maintenance window.TimeWindow
MaintenanceWindowOrBuilder. getMaintenanceExclusionsOrDefault(String key, TimeWindow defaultValue)
Exceptions to maintenance window.TimeWindow
MaintenanceWindow.Builder. getMaintenanceExclusionsOrThrow(String key)
Exceptions to maintenance window.TimeWindow
MaintenanceWindow. getMaintenanceExclusionsOrThrow(String key)
Exceptions to maintenance window.TimeWindow
MaintenanceWindowOrBuilder. getMaintenanceExclusionsOrThrow(String key)
Exceptions to maintenance window.TimeWindow
RecurringTimeWindow.Builder. getWindow()
The window of the first recurrence.TimeWindow
RecurringTimeWindow. getWindow()
The window of the first recurrence.TimeWindow
RecurringTimeWindowOrBuilder. getWindow()
The window of the first recurrence.static TimeWindow
TimeWindow. parseDelimitedFrom(InputStream input)
static TimeWindow
TimeWindow. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeWindow
TimeWindow. parseFrom(byte[] data)
static TimeWindow
TimeWindow. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeWindow
TimeWindow. parseFrom(com.google.protobuf.ByteString data)
static TimeWindow
TimeWindow. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeWindow
TimeWindow. parseFrom(com.google.protobuf.CodedInputStream input)
static TimeWindow
TimeWindow. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeWindow
TimeWindow. parseFrom(InputStream input)
static TimeWindow
TimeWindow. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TimeWindow
TimeWindow. parseFrom(ByteBuffer data)
static TimeWindow
TimeWindow. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.container.v1 that return types with arguments of type TimeWindow Modifier and Type Method Description Map<String,TimeWindow>
MaintenanceWindow.Builder. getMaintenanceExclusions()
Deprecated.Map<String,TimeWindow>
MaintenanceWindow. getMaintenanceExclusions()
Deprecated.Map<String,TimeWindow>
MaintenanceWindowOrBuilder. getMaintenanceExclusions()
Deprecated.Map<String,TimeWindow>
MaintenanceWindow.Builder. getMaintenanceExclusionsMap()
Exceptions to maintenance window.Map<String,TimeWindow>
MaintenanceWindow. getMaintenanceExclusionsMap()
Exceptions to maintenance window.Map<String,TimeWindow>
MaintenanceWindowOrBuilder. getMaintenanceExclusionsMap()
Exceptions to maintenance window.Map<String,TimeWindow>
MaintenanceWindow.Builder. getMutableMaintenanceExclusions()
Deprecated.com.google.protobuf.Parser<TimeWindow>
TimeWindow. getParserForType()
static com.google.protobuf.Parser<TimeWindow>
TimeWindow. parser()
Methods in com.google.container.v1 with parameters of type TimeWindow Modifier and Type Method Description TimeWindow
MaintenanceWindow.Builder. getMaintenanceExclusionsOrDefault(String key, TimeWindow defaultValue)
Exceptions to maintenance window.TimeWindow
MaintenanceWindow. getMaintenanceExclusionsOrDefault(String key, TimeWindow defaultValue)
Exceptions to maintenance window.TimeWindow
MaintenanceWindowOrBuilder. getMaintenanceExclusionsOrDefault(String key, TimeWindow defaultValue)
Exceptions to maintenance window.TimeWindow.Builder
TimeWindow.Builder. mergeFrom(TimeWindow other)
RecurringTimeWindow.Builder
RecurringTimeWindow.Builder. mergeWindow(TimeWindow value)
The window of the first recurrence.static TimeWindow.Builder
TimeWindow. newBuilder(TimeWindow prototype)
MaintenanceWindow.Builder
MaintenanceWindow.Builder. putMaintenanceExclusions(String key, TimeWindow value)
Exceptions to maintenance window.RecurringTimeWindow.Builder
RecurringTimeWindow.Builder. setWindow(TimeWindow value)
The window of the first recurrence.Method parameters in com.google.container.v1 with type arguments of type TimeWindow Modifier and Type Method Description MaintenanceWindow.Builder
MaintenanceWindow.Builder. putAllMaintenanceExclusions(Map<String,TimeWindow> values)
Exceptions to maintenance window.
-