Interface ScheduledEvaluationRunOrBuilder (0.3.0)

public interface ScheduledEvaluationRunOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActive()

public abstract boolean getActive()

Optional. Whether this config is active

bool active = 6 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The active.

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. Timestamp when the scheduled evaluation run was created.

.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. Timestamp when the scheduled evaluation run was created.

.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getCreatedBy()

public abstract String getCreatedBy()

Output only. The user who created the scheduled evaluation run.

string created_by = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The createdBy.

getCreatedByBytes()

public abstract ByteString getCreatedByBytes()

Output only. The user who created the scheduled evaluation run.

string created_by = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for createdBy.

getDescription()

public abstract String getDescription()

Optional. User-defined description of the scheduled evaluation run.

string description = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Optional. User-defined description of the scheduled evaluation run.

string description = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for description.

getDisplayName()

public abstract String getDisplayName()

Required. User-defined display name of the scheduled evaluation run config.

string display_name = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

Required. User-defined display name of the scheduled evaluation run config.

string display_name = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for displayName.

getEtag()

public abstract String getEtag()

Output only. Etag used to ensure the object hasn't changed during a read-modify-write operation. If the etag is empty, the update will overwrite any concurrent changes.

string etag = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The etag.

getEtagBytes()

public abstract ByteString getEtagBytes()

Output only. Etag used to ensure the object hasn't changed during a read-modify-write operation. If the etag is empty, the update will overwrite any concurrent changes.

string etag = 14 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for etag.

getLastCompletedRun()

public abstract String getLastCompletedRun()

Output only. The last successful EvaluationRun of this scheduled execution. Format: projects/{project}/locations/{location}/apps/{app}/evaluationRuns/{evaluationRun}

string last_completed_run = 7 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The lastCompletedRun.

getLastCompletedRunBytes()

public abstract ByteString getLastCompletedRunBytes()

Output only. The last successful EvaluationRun of this scheduled execution. Format: projects/{project}/locations/{location}/apps/{app}/evaluationRuns/{evaluationRun}

string last_completed_run = 7 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for lastCompletedRun.

getLastUpdatedBy()

public abstract String getLastUpdatedBy()

Output only. The user who last updated the evaluation.

string last_updated_by = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The lastUpdatedBy.

getLastUpdatedByBytes()

public abstract ByteString getLastUpdatedByBytes()

Output only. The user who last updated the evaluation.

string last_updated_by = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for lastUpdatedBy.

getName()

public abstract String getName()

Identifier. The unique identifier of the scheduled evaluation run config. Format: projects/{projectId}/locations/{locationId}/apps/{appId}/scheduledEvaluationRuns/{scheduledEvaluationRunId}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Identifier. The unique identifier of the scheduled evaluation run config. Format: projects/{projectId}/locations/{locationId}/apps/{appId}/scheduledEvaluationRuns/{scheduledEvaluationRunId}

string name = 1 [(.google.api.field_behavior) = IDENTIFIER];

Returns
Type Description
ByteString

The bytes for name.

getNextScheduledExecutionTime()

public abstract Timestamp getNextScheduledExecutionTime()

Output only. The next time this is scheduled to execute

.google.protobuf.Timestamp next_scheduled_execution_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The nextScheduledExecutionTime.

getNextScheduledExecutionTimeOrBuilder()

public abstract TimestampOrBuilder getNextScheduledExecutionTimeOrBuilder()

Output only. The next time this is scheduled to execute

.google.protobuf.Timestamp next_scheduled_execution_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getRequest()

public abstract RunEvaluationRequest getRequest()

Required. The RunEvaluationRequest to schedule

.google.cloud.ces.v1beta.RunEvaluationRequest request = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
RunEvaluationRequest

The request.

getRequestOrBuilder()

public abstract RunEvaluationRequestOrBuilder getRequestOrBuilder()

Required. The RunEvaluationRequest to schedule

.google.cloud.ces.v1beta.RunEvaluationRequest request = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
RunEvaluationRequestOrBuilder

getSchedulingConfig()

public abstract ScheduledEvaluationRun.SchedulingConfig getSchedulingConfig()

Required. Configuration for the timing and frequency with which to execute the evaluations.

.google.cloud.ces.v1beta.ScheduledEvaluationRun.SchedulingConfig scheduling_config = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ScheduledEvaluationRun.SchedulingConfig

The schedulingConfig.

getSchedulingConfigOrBuilder()

public abstract ScheduledEvaluationRun.SchedulingConfigOrBuilder getSchedulingConfigOrBuilder()

Required. Configuration for the timing and frequency with which to execute the evaluations.

.google.cloud.ces.v1beta.ScheduledEvaluationRun.SchedulingConfig scheduling_config = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ScheduledEvaluationRun.SchedulingConfigOrBuilder

getTotalExecutions()

public abstract int getTotalExecutions()

Output only. The total number of times this run has been executed

int32 total_executions = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The totalExecutions.

getUpdateTime()

public abstract Timestamp getUpdateTime()

Output only. Timestamp when the evaluation was last updated.

.google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeOrBuilder()

public abstract TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. Timestamp when the evaluation was last updated.

.google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. Timestamp when the scheduled evaluation run was created.

.google.protobuf.Timestamp create_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.

hasNextScheduledExecutionTime()

public abstract boolean hasNextScheduledExecutionTime()

Output only. The next time this is scheduled to execute

.google.protobuf.Timestamp next_scheduled_execution_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the nextScheduledExecutionTime field is set.

hasRequest()

public abstract boolean hasRequest()

Required. The RunEvaluationRequest to schedule

.google.cloud.ces.v1beta.RunEvaluationRequest request = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the request field is set.

hasSchedulingConfig()

public abstract boolean hasSchedulingConfig()

Required. Configuration for the timing and frequency with which to execute the evaluations.

.google.cloud.ces.v1beta.ScheduledEvaluationRun.SchedulingConfig scheduling_config = 5 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the schedulingConfig field is set.

hasUpdateTime()

public abstract boolean hasUpdateTime()

Output only. Timestamp when the evaluation was last updated.

.google.protobuf.Timestamp update_time = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateTime field is set.