- 2.54.0 (latest)
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.4
- 2.3.0
- 2.2.0
- 2.1.9
public static final class MaintenanceWindow.Builder extends GeneratedMessageV3.Builder<MaintenanceWindow.Builder> implements MaintenanceWindowOrBuilder
Maintenance window. This specifies when Dataproc Metastore may perform system maintenance operation to the service.
Protobuf type google.cloud.metastore.v1beta.MaintenanceWindow
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > MaintenanceWindow.BuilderImplements
MaintenanceWindowOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public MaintenanceWindow.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
MaintenanceWindow.Builder |
build()
public MaintenanceWindow build()
Type | Description |
MaintenanceWindow |
buildPartial()
public MaintenanceWindow buildPartial()
Type | Description |
MaintenanceWindow |
clear()
public MaintenanceWindow.Builder clear()
Type | Description |
MaintenanceWindow.Builder |
clearDayOfWeek()
public MaintenanceWindow.Builder clearDayOfWeek()
The day of week, when the window starts.
.google.type.DayOfWeek day_of_week = 2;
Type | Description |
MaintenanceWindow.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public MaintenanceWindow.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
MaintenanceWindow.Builder |
clearHourOfDay()
public MaintenanceWindow.Builder clearHourOfDay()
The hour of day (0-23) when the window starts.
.google.protobuf.Int32Value hour_of_day = 1;
Type | Description |
MaintenanceWindow.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public MaintenanceWindow.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
MaintenanceWindow.Builder |
clone()
public MaintenanceWindow.Builder clone()
Type | Description |
MaintenanceWindow.Builder |
getDayOfWeek()
public DayOfWeek getDayOfWeek()
The day of week, when the window starts.
.google.type.DayOfWeek day_of_week = 2;
Type | Description |
com.google.type.DayOfWeek | The dayOfWeek. |
getDayOfWeekValue()
public int getDayOfWeekValue()
The day of week, when the window starts.
.google.type.DayOfWeek day_of_week = 2;
Type | Description |
int | The enum numeric value on the wire for dayOfWeek. |
getDefaultInstanceForType()
public MaintenanceWindow getDefaultInstanceForType()
Type | Description |
MaintenanceWindow |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getHourOfDay()
public Int32Value getHourOfDay()
The hour of day (0-23) when the window starts.
.google.protobuf.Int32Value hour_of_day = 1;
Type | Description |
Int32Value | The hourOfDay. |
getHourOfDayBuilder()
public Int32Value.Builder getHourOfDayBuilder()
The hour of day (0-23) when the window starts.
.google.protobuf.Int32Value hour_of_day = 1;
Type | Description |
Builder |
getHourOfDayOrBuilder()
public Int32ValueOrBuilder getHourOfDayOrBuilder()
The hour of day (0-23) when the window starts.
.google.protobuf.Int32Value hour_of_day = 1;
Type | Description |
Int32ValueOrBuilder |
hasHourOfDay()
public boolean hasHourOfDay()
The hour of day (0-23) when the window starts.
.google.protobuf.Int32Value hour_of_day = 1;
Type | Description |
boolean | Whether the hourOfDay field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(MaintenanceWindow other)
public MaintenanceWindow.Builder mergeFrom(MaintenanceWindow other)
Name | Description |
other | MaintenanceWindow |
Type | Description |
MaintenanceWindow.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public MaintenanceWindow.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
MaintenanceWindow.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public MaintenanceWindow.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
MaintenanceWindow.Builder |
mergeHourOfDay(Int32Value value)
public MaintenanceWindow.Builder mergeHourOfDay(Int32Value value)
The hour of day (0-23) when the window starts.
.google.protobuf.Int32Value hour_of_day = 1;
Name | Description |
value | Int32Value |
Type | Description |
MaintenanceWindow.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final MaintenanceWindow.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
MaintenanceWindow.Builder |
setDayOfWeek(DayOfWeek value)
public MaintenanceWindow.Builder setDayOfWeek(DayOfWeek value)
The day of week, when the window starts.
.google.type.DayOfWeek day_of_week = 2;
Name | Description |
value | com.google.type.DayOfWeek The dayOfWeek to set. |
Type | Description |
MaintenanceWindow.Builder | This builder for chaining. |
setDayOfWeekValue(int value)
public MaintenanceWindow.Builder setDayOfWeekValue(int value)
The day of week, when the window starts.
.google.type.DayOfWeek day_of_week = 2;
Name | Description |
value | int The enum numeric value on the wire for dayOfWeek to set. |
Type | Description |
MaintenanceWindow.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public MaintenanceWindow.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
MaintenanceWindow.Builder |
setHourOfDay(Int32Value value)
public MaintenanceWindow.Builder setHourOfDay(Int32Value value)
The hour of day (0-23) when the window starts.
.google.protobuf.Int32Value hour_of_day = 1;
Name | Description |
value | Int32Value |
Type | Description |
MaintenanceWindow.Builder |
setHourOfDay(Int32Value.Builder builderForValue)
public MaintenanceWindow.Builder setHourOfDay(Int32Value.Builder builderForValue)
The hour of day (0-23) when the window starts.
.google.protobuf.Int32Value hour_of_day = 1;
Name | Description |
builderForValue | Builder |
Type | Description |
MaintenanceWindow.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public MaintenanceWindow.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
MaintenanceWindow.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final MaintenanceWindow.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
MaintenanceWindow.Builder |