Class Schedule.RunResponse (3.42.0)

public static final class Schedule.RunResponse extends GeneratedMessageV3 implements Schedule.RunResponseOrBuilder

Status of a scheduled run.

Protobuf type google.cloud.aiplatform.v1.Schedule.RunResponse

Static Fields

RUN_RESPONSE_FIELD_NUMBER

public static final int RUN_RESPONSE_FIELD_NUMBER
Field Value
TypeDescription
int

SCHEDULED_RUN_TIME_FIELD_NUMBER

public static final int SCHEDULED_RUN_TIME_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static Schedule.RunResponse getDefaultInstance()
Returns
TypeDescription
Schedule.RunResponse

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static Schedule.RunResponse.Builder newBuilder()
Returns
TypeDescription
Schedule.RunResponse.Builder

newBuilder(Schedule.RunResponse prototype)

public static Schedule.RunResponse.Builder newBuilder(Schedule.RunResponse prototype)
Parameter
NameDescription
prototypeSchedule.RunResponse
Returns
TypeDescription
Schedule.RunResponse.Builder

parseDelimitedFrom(InputStream input)

public static Schedule.RunResponse parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Schedule.RunResponse
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Schedule.RunResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Schedule.RunResponse
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static Schedule.RunResponse parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
Schedule.RunResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Schedule.RunResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Schedule.RunResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Schedule.RunResponse parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
Schedule.RunResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Schedule.RunResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Schedule.RunResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Schedule.RunResponse parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
Schedule.RunResponse
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Schedule.RunResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Schedule.RunResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static Schedule.RunResponse parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
Schedule.RunResponse
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Schedule.RunResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Schedule.RunResponse
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static Schedule.RunResponse parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
Schedule.RunResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Schedule.RunResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Schedule.RunResponse
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<Schedule.RunResponse> parser()
Returns
TypeDescription
Parser<RunResponse>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public Schedule.RunResponse getDefaultInstanceForType()
Returns
TypeDescription
Schedule.RunResponse

getParserForType()

public Parser<Schedule.RunResponse> getParserForType()
Returns
TypeDescription
Parser<RunResponse>
Overrides

getRunResponse()

public String getRunResponse()

The response of the scheduled run.

string run_response = 2;

Returns
TypeDescription
String

The runResponse.

getRunResponseBytes()

public ByteString getRunResponseBytes()

The response of the scheduled run.

string run_response = 2;

Returns
TypeDescription
ByteString

The bytes for runResponse.

getScheduledRunTime()

public Timestamp getScheduledRunTime()

The scheduled run time based on the user-specified schedule.

.google.protobuf.Timestamp scheduled_run_time = 1;

Returns
TypeDescription
Timestamp

The scheduledRunTime.

getScheduledRunTimeOrBuilder()

public TimestampOrBuilder getScheduledRunTimeOrBuilder()

The scheduled run time based on the user-specified schedule.

.google.protobuf.Timestamp scheduled_run_time = 1;

Returns
TypeDescription
TimestampOrBuilder

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasScheduledRunTime()

public boolean hasScheduledRunTime()

The scheduled run time based on the user-specified schedule.

.google.protobuf.Timestamp scheduled_run_time = 1;

Returns
TypeDescription
boolean

Whether the scheduledRunTime field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public Schedule.RunResponse.Builder newBuilderForType()
Returns
TypeDescription
Schedule.RunResponse.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Schedule.RunResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
Schedule.RunResponse.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public Schedule.RunResponse.Builder toBuilder()
Returns
TypeDescription
Schedule.RunResponse.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException