Class PatchDeployments.WeeklySchedule.Builder (2.85.0)

public static final class PatchDeployments.WeeklySchedule.Builder extends GeneratedMessage.Builder<PatchDeployments.WeeklySchedule.Builder> implements PatchDeployments.WeeklyScheduleOrBuilder

Represents a weekly schedule.

Protobuf type google.cloud.osconfig.v1.WeeklySchedule

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public PatchDeployments.WeeklySchedule build()
Returns
Type Description
PatchDeployments.WeeklySchedule

buildPartial()

public PatchDeployments.WeeklySchedule buildPartial()
Returns
Type Description
PatchDeployments.WeeklySchedule

clear()

public PatchDeployments.WeeklySchedule.Builder clear()
Returns
Type Description
PatchDeployments.WeeklySchedule.Builder
Overrides

clearDayOfWeek()

public PatchDeployments.WeeklySchedule.Builder clearDayOfWeek()

Required. Day of the week.

.google.type.DayOfWeek day_of_week = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
PatchDeployments.WeeklySchedule.Builder

This builder for chaining.

getDayOfWeek()

public DayOfWeek getDayOfWeek()

Required. Day of the week.

.google.type.DayOfWeek day_of_week = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
com.google.type.DayOfWeek

The dayOfWeek.

getDayOfWeekValue()

public int getDayOfWeekValue()

Required. Day of the week.

.google.type.DayOfWeek day_of_week = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for dayOfWeek.

getDefaultInstanceForType()

public PatchDeployments.WeeklySchedule getDefaultInstanceForType()
Returns
Type Description
PatchDeployments.WeeklySchedule

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(PatchDeployments.WeeklySchedule other)

public PatchDeployments.WeeklySchedule.Builder mergeFrom(PatchDeployments.WeeklySchedule other)
Parameter
Name Description
other PatchDeployments.WeeklySchedule
Returns
Type Description
PatchDeployments.WeeklySchedule.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public PatchDeployments.WeeklySchedule.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
PatchDeployments.WeeklySchedule.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public PatchDeployments.WeeklySchedule.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
PatchDeployments.WeeklySchedule.Builder
Overrides

setDayOfWeek(DayOfWeek value)

public PatchDeployments.WeeklySchedule.Builder setDayOfWeek(DayOfWeek value)

Required. Day of the week.

.google.type.DayOfWeek day_of_week = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value com.google.type.DayOfWeek

The dayOfWeek to set.

Returns
Type Description
PatchDeployments.WeeklySchedule.Builder

This builder for chaining.

setDayOfWeekValue(int value)

public PatchDeployments.WeeklySchedule.Builder setDayOfWeekValue(int value)

Required. Day of the week.

.google.type.DayOfWeek day_of_week = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value int

The enum numeric value on the wire for dayOfWeek to set.

Returns
Type Description
PatchDeployments.WeeklySchedule.Builder

This builder for chaining.