Class UpdateScheduledEvaluationRunRequest.Builder (0.3.0)

public static final class UpdateScheduledEvaluationRunRequest.Builder extends GeneratedMessage.Builder<UpdateScheduledEvaluationRunRequest.Builder> implements UpdateScheduledEvaluationRunRequestOrBuilder

Request message for EvaluationService.UpdateScheduledEvaluationRun.

Protobuf type google.cloud.ces.v1beta.UpdateScheduledEvaluationRunRequest

Static Methods

getDescriptor()

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

Methods

build()

public UpdateScheduledEvaluationRunRequest build()
Returns
Type Description
UpdateScheduledEvaluationRunRequest

buildPartial()

public UpdateScheduledEvaluationRunRequest buildPartial()
Returns
Type Description
UpdateScheduledEvaluationRunRequest

clear()

public UpdateScheduledEvaluationRunRequest.Builder clear()
Returns
Type Description
UpdateScheduledEvaluationRunRequest.Builder
Overrides

clearScheduledEvaluationRun()

public UpdateScheduledEvaluationRunRequest.Builder clearScheduledEvaluationRun()

Required. The scheduled evaluation run to update.

.google.cloud.ces.v1beta.ScheduledEvaluationRun scheduled_evaluation_run = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
UpdateScheduledEvaluationRunRequest.Builder

clearUpdateMask()

public UpdateScheduledEvaluationRunRequest.Builder clearUpdateMask()

Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
UpdateScheduledEvaluationRunRequest.Builder

getDefaultInstanceForType()

public UpdateScheduledEvaluationRunRequest getDefaultInstanceForType()
Returns
Type Description
UpdateScheduledEvaluationRunRequest

getDescriptorForType()

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

getScheduledEvaluationRun()

public ScheduledEvaluationRun getScheduledEvaluationRun()

Required. The scheduled evaluation run to update.

.google.cloud.ces.v1beta.ScheduledEvaluationRun scheduled_evaluation_run = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ScheduledEvaluationRun

The scheduledEvaluationRun.

getScheduledEvaluationRunBuilder()

public ScheduledEvaluationRun.Builder getScheduledEvaluationRunBuilder()

Required. The scheduled evaluation run to update.

.google.cloud.ces.v1beta.ScheduledEvaluationRun scheduled_evaluation_run = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ScheduledEvaluationRun.Builder

getScheduledEvaluationRunOrBuilder()

public ScheduledEvaluationRunOrBuilder getScheduledEvaluationRunOrBuilder()

Required. The scheduled evaluation run to update.

.google.cloud.ces.v1beta.ScheduledEvaluationRun scheduled_evaluation_run = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ScheduledEvaluationRunOrBuilder

getUpdateMask()

public FieldMask getUpdateMask()

Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskBuilder()

public FieldMask.Builder getUpdateMaskBuilder()

Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Builder

getUpdateMaskOrBuilder()

public FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMaskOrBuilder

hasScheduledEvaluationRun()

public boolean hasScheduledEvaluationRun()

Required. The scheduled evaluation run to update.

.google.cloud.ces.v1beta.ScheduledEvaluationRun scheduled_evaluation_run = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the scheduledEvaluationRun field is set.

hasUpdateMask()

public boolean hasUpdateMask()

Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the updateMask field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(UpdateScheduledEvaluationRunRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeScheduledEvaluationRun(ScheduledEvaluationRun value)

public UpdateScheduledEvaluationRunRequest.Builder mergeScheduledEvaluationRun(ScheduledEvaluationRun value)

Required. The scheduled evaluation run to update.

.google.cloud.ces.v1beta.ScheduledEvaluationRun scheduled_evaluation_run = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ScheduledEvaluationRun
Returns
Type Description
UpdateScheduledEvaluationRunRequest.Builder

mergeUpdateMask(FieldMask value)

public UpdateScheduledEvaluationRunRequest.Builder mergeUpdateMask(FieldMask value)

Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateScheduledEvaluationRunRequest.Builder

setScheduledEvaluationRun(ScheduledEvaluationRun value)

public UpdateScheduledEvaluationRunRequest.Builder setScheduledEvaluationRun(ScheduledEvaluationRun value)

Required. The scheduled evaluation run to update.

.google.cloud.ces.v1beta.ScheduledEvaluationRun scheduled_evaluation_run = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ScheduledEvaluationRun
Returns
Type Description
UpdateScheduledEvaluationRunRequest.Builder

setScheduledEvaluationRun(ScheduledEvaluationRun.Builder builderForValue)

public UpdateScheduledEvaluationRunRequest.Builder setScheduledEvaluationRun(ScheduledEvaluationRun.Builder builderForValue)

Required. The scheduled evaluation run to update.

.google.cloud.ces.v1beta.ScheduledEvaluationRun scheduled_evaluation_run = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue ScheduledEvaluationRun.Builder
Returns
Type Description
UpdateScheduledEvaluationRunRequest.Builder

setUpdateMask(FieldMask value)

public UpdateScheduledEvaluationRunRequest.Builder setUpdateMask(FieldMask value)

Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value FieldMask
Returns
Type Description
UpdateScheduledEvaluationRunRequest.Builder

setUpdateMask(FieldMask.Builder builderForValue)

public UpdateScheduledEvaluationRunRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)

Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
UpdateScheduledEvaluationRunRequest.Builder