Class PatchDeployments.OneTimeSchedule.Builder (2.85.0)

public static final class PatchDeployments.OneTimeSchedule.Builder extends GeneratedMessage.Builder<PatchDeployments.OneTimeSchedule.Builder> implements PatchDeployments.OneTimeScheduleOrBuilder

Sets the time for a one time patch deployment. Timestamp is in RFC3339 text format.

Protobuf type google.cloud.osconfig.v1.OneTimeSchedule

Static Methods

getDescriptor()

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

Methods

build()

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

buildPartial()

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

clear()

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

clearExecuteTime()

public PatchDeployments.OneTimeSchedule.Builder clearExecuteTime()

Required. The desired patch job execution time.

.google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
PatchDeployments.OneTimeSchedule.Builder

getDefaultInstanceForType()

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

getDescriptorForType()

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

getExecuteTime()

public Timestamp getExecuteTime()

Required. The desired patch job execution time.

.google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Timestamp

The executeTime.

getExecuteTimeBuilder()

public Timestamp.Builder getExecuteTimeBuilder()

Required. The desired patch job execution time.

.google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Builder

getExecuteTimeOrBuilder()

public TimestampOrBuilder getExecuteTimeOrBuilder()

Required. The desired patch job execution time.

.google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
TimestampOrBuilder

hasExecuteTime()

public boolean hasExecuteTime()

Required. The desired patch job execution time.

.google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the executeTime field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeExecuteTime(Timestamp value)

public PatchDeployments.OneTimeSchedule.Builder mergeExecuteTime(Timestamp value)

Required. The desired patch job execution time.

.google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Timestamp
Returns
Type Description
PatchDeployments.OneTimeSchedule.Builder

mergeFrom(PatchDeployments.OneTimeSchedule other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setExecuteTime(Timestamp value)

public PatchDeployments.OneTimeSchedule.Builder setExecuteTime(Timestamp value)

Required. The desired patch job execution time.

.google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Timestamp
Returns
Type Description
PatchDeployments.OneTimeSchedule.Builder

setExecuteTime(Timestamp.Builder builderForValue)

public PatchDeployments.OneTimeSchedule.Builder setExecuteTime(Timestamp.Builder builderForValue)

Required. The desired patch job execution time.

.google.protobuf.Timestamp execute_time = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
PatchDeployments.OneTimeSchedule.Builder