public interface UpdateScheduledEvaluationRunRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getScheduledEvaluationRun()
public abstract 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. |
getScheduledEvaluationRunOrBuilder()
public abstract 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 abstract 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. |
getUpdateMaskOrBuilder()
public abstract 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 abstract 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 abstract 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. |