public static interface Schedule.RunResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRunResponse()
public abstract String getRunResponse()The response of the scheduled run.
string run_response = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The runResponse. |
getRunResponseBytes()
public abstract ByteString getRunResponseBytes()The response of the scheduled run.
string run_response = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for runResponse. |
getScheduledRunTime()
public abstract Timestamp getScheduledRunTime()The scheduled run time based on the user-specified schedule.
.google.protobuf.Timestamp scheduled_run_time = 1;
| Returns | |
|---|---|
| Type | Description |
Timestamp |
The scheduledRunTime. |
getScheduledRunTimeOrBuilder()
public abstract TimestampOrBuilder getScheduledRunTimeOrBuilder()The scheduled run time based on the user-specified schedule.
.google.protobuf.Timestamp scheduled_run_time = 1;
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
hasScheduledRunTime()
public abstract boolean hasScheduledRunTime()The scheduled run time based on the user-specified schedule.
.google.protobuf.Timestamp scheduled_run_time = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the scheduledRunTime field is set. |