public interface CreateScheduledEvaluationRunRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The app to create the scheduled evaluation run for.
Format:
projects/{project}/locations/{location}/apps/{app}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes() Required. The app to create the scheduled evaluation run for.
Format:
projects/{project}/locations/{location}/apps/{app}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getScheduledEvaluationRun()
public abstract ScheduledEvaluationRun getScheduledEvaluationRun()Required. The scheduled evaluation run to create.
.google.cloud.ces.v1beta.ScheduledEvaluationRun scheduled_evaluation_run = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ScheduledEvaluationRun |
The scheduledEvaluationRun. |
getScheduledEvaluationRunId()
public abstract String getScheduledEvaluationRunId()Optional. The ID to use for the scheduled evaluation run, which will become the final component of the scheduled evaluation run's resource name. If not provided, a unique ID will be automatically assigned.
string scheduled_evaluation_run_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The scheduledEvaluationRunId. |
getScheduledEvaluationRunIdBytes()
public abstract ByteString getScheduledEvaluationRunIdBytes()Optional. The ID to use for the scheduled evaluation run, which will become the final component of the scheduled evaluation run's resource name. If not provided, a unique ID will be automatically assigned.
string scheduled_evaluation_run_id = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for scheduledEvaluationRunId. |
getScheduledEvaluationRunOrBuilder()
public abstract ScheduledEvaluationRunOrBuilder getScheduledEvaluationRunOrBuilder()Required. The scheduled evaluation run to create.
.google.cloud.ces.v1beta.ScheduledEvaluationRun scheduled_evaluation_run = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ScheduledEvaluationRunOrBuilder |
|
hasScheduledEvaluationRun()
public abstract boolean hasScheduledEvaluationRun()Required. The scheduled evaluation run to create.
.google.cloud.ces.v1beta.ScheduledEvaluationRun scheduled_evaluation_run = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the scheduledEvaluationRun field is set. |