public static final class ScheduledOperationDetails.Builder extends GeneratedMessage.Builder<ScheduledOperationDetails.Builder> implements ScheduledOperationDetailsOrBuilderDetails of scheduled operation. https://docs.oracle.com/en-us/iaas/api/#/en/database/20160918/datatypes/ScheduledOperationDetails
Protobuf type google.cloud.oracledatabase.v1.ScheduledOperationDetails
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ScheduledOperationDetails.BuilderImplements
ScheduledOperationDetailsOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public ScheduledOperationDetails build()| Returns | |
|---|---|
| Type | Description |
ScheduledOperationDetails |
|
buildPartial()
public ScheduledOperationDetails buildPartial()| Returns | |
|---|---|
| Type | Description |
ScheduledOperationDetails |
|
clear()
public ScheduledOperationDetails.Builder clear()| Returns | |
|---|---|
| Type | Description |
ScheduledOperationDetails.Builder |
|
clearDayOfWeek()
public ScheduledOperationDetails.Builder clearDayOfWeek()Output only. Day of week.
.google.type.DayOfWeek day_of_week = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ScheduledOperationDetails.Builder |
This builder for chaining. |
clearStartTime()
public ScheduledOperationDetails.Builder clearStartTime()Output only. Auto start time.
.google.type.TimeOfDay start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ScheduledOperationDetails.Builder |
|
clearStopTime()
public ScheduledOperationDetails.Builder clearStopTime()Output only. Auto stop time.
.google.type.TimeOfDay stop_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ScheduledOperationDetails.Builder |
|
getDayOfWeek()
public DayOfWeek getDayOfWeek()Output only. Day of week.
.google.type.DayOfWeek day_of_week = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
com.google.type.DayOfWeek |
The dayOfWeek. |
getDayOfWeekValue()
public int getDayOfWeekValue()Output only. Day of week.
.google.type.DayOfWeek day_of_week = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for dayOfWeek. |
getDefaultInstanceForType()
public ScheduledOperationDetails getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ScheduledOperationDetails |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getStartTime()
public TimeOfDay getStartTime()Output only. Auto start time.
.google.type.TimeOfDay start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
com.google.type.TimeOfDay |
The startTime. |
getStartTimeBuilder()
public TimeOfDay.Builder getStartTimeBuilder()Output only. Auto start time.
.google.type.TimeOfDay start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
com.google.type.TimeOfDay.Builder |
|
getStartTimeOrBuilder()
public TimeOfDayOrBuilder getStartTimeOrBuilder()Output only. Auto start time.
.google.type.TimeOfDay start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
com.google.type.TimeOfDayOrBuilder |
|
getStopTime()
public TimeOfDay getStopTime()Output only. Auto stop time.
.google.type.TimeOfDay stop_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
com.google.type.TimeOfDay |
The stopTime. |
getStopTimeBuilder()
public TimeOfDay.Builder getStopTimeBuilder()Output only. Auto stop time.
.google.type.TimeOfDay stop_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
com.google.type.TimeOfDay.Builder |
|
getStopTimeOrBuilder()
public TimeOfDayOrBuilder getStopTimeOrBuilder()Output only. Auto stop time.
.google.type.TimeOfDay stop_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
com.google.type.TimeOfDayOrBuilder |
|
hasStartTime()
public boolean hasStartTime()Output only. Auto start time.
.google.type.TimeOfDay start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |
hasStopTime()
public boolean hasStopTime()Output only. Auto stop time.
.google.type.TimeOfDay stop_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the stopTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ScheduledOperationDetails other)
public ScheduledOperationDetails.Builder mergeFrom(ScheduledOperationDetails other)| Parameter | |
|---|---|
| Name | Description |
other |
ScheduledOperationDetails |
| Returns | |
|---|---|
| Type | Description |
ScheduledOperationDetails.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ScheduledOperationDetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ScheduledOperationDetails.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ScheduledOperationDetails.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ScheduledOperationDetails.Builder |
|
mergeStartTime(TimeOfDay value)
public ScheduledOperationDetails.Builder mergeStartTime(TimeOfDay value)Output only. Auto start time.
.google.type.TimeOfDay start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
com.google.type.TimeOfDay |
| Returns | |
|---|---|
| Type | Description |
ScheduledOperationDetails.Builder |
|
mergeStopTime(TimeOfDay value)
public ScheduledOperationDetails.Builder mergeStopTime(TimeOfDay value)Output only. Auto stop time.
.google.type.TimeOfDay stop_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
com.google.type.TimeOfDay |
| Returns | |
|---|---|
| Type | Description |
ScheduledOperationDetails.Builder |
|
setDayOfWeek(DayOfWeek value)
public ScheduledOperationDetails.Builder setDayOfWeek(DayOfWeek value)Output only. Day of week.
.google.type.DayOfWeek day_of_week = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
com.google.type.DayOfWeekThe dayOfWeek to set. |
| Returns | |
|---|---|
| Type | Description |
ScheduledOperationDetails.Builder |
This builder for chaining. |
setDayOfWeekValue(int value)
public ScheduledOperationDetails.Builder setDayOfWeekValue(int value)Output only. Day of week.
.google.type.DayOfWeek day_of_week = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for dayOfWeek to set. |
| Returns | |
|---|---|
| Type | Description |
ScheduledOperationDetails.Builder |
This builder for chaining. |
setStartTime(TimeOfDay value)
public ScheduledOperationDetails.Builder setStartTime(TimeOfDay value)Output only. Auto start time.
.google.type.TimeOfDay start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
com.google.type.TimeOfDay |
| Returns | |
|---|---|
| Type | Description |
ScheduledOperationDetails.Builder |
|
setStartTime(TimeOfDay.Builder builderForValue)
public ScheduledOperationDetails.Builder setStartTime(TimeOfDay.Builder builderForValue)Output only. Auto start time.
.google.type.TimeOfDay start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
com.google.type.TimeOfDay.Builder |
| Returns | |
|---|---|
| Type | Description |
ScheduledOperationDetails.Builder |
|
setStopTime(TimeOfDay value)
public ScheduledOperationDetails.Builder setStopTime(TimeOfDay value)Output only. Auto stop time.
.google.type.TimeOfDay stop_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
com.google.type.TimeOfDay |
| Returns | |
|---|---|
| Type | Description |
ScheduledOperationDetails.Builder |
|
setStopTime(TimeOfDay.Builder builderForValue)
public ScheduledOperationDetails.Builder setStopTime(TimeOfDay.Builder builderForValue)Output only. Auto stop time.
.google.type.TimeOfDay stop_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
com.google.type.TimeOfDay.Builder |
| Returns | |
|---|---|
| Type | Description |
ScheduledOperationDetails.Builder |
|