public final class Job extends com.google.protobuf.GeneratedMessageV3 implements JobOrBuilder
Configuration for a job. The maximum allowed size for a job is 100KB.Protobuf type
google.cloud.scheduler.v1.Job| Modifier and Type | Class and Description |
|---|---|
static class |
Job.Builder
Configuration for a job.
|
static class |
Job.State
State of the job.
|
static class |
Job.TargetCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
APP_ENGINE_HTTP_TARGET_FIELD_NUMBER |
static int |
ATTEMPT_DEADLINE_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
HTTP_TARGET_FIELD_NUMBER |
static int |
LAST_ATTEMPT_TIME_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
PUBSUB_TARGET_FIELD_NUMBER |
static int |
RETRY_CONFIG_FIELD_NUMBER |
static int |
SCHEDULE_FIELD_NUMBER |
static int |
SCHEDULE_TIME_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
static int |
TIME_ZONE_FIELD_NUMBER |
static int |
USER_UPDATE_TIME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
AppEngineHttpTarget |
getAppEngineHttpTarget()
App Engine HTTP target.
|
AppEngineHttpTargetOrBuilder |
getAppEngineHttpTargetOrBuilder()
App Engine HTTP target.
|
com.google.protobuf.Duration |
getAttemptDeadline()
The deadline for job attempts.
|
com.google.protobuf.DurationOrBuilder |
getAttemptDeadlineOrBuilder()
The deadline for job attempts.
|
static Job |
getDefaultInstance() |
Job |
getDefaultInstanceForType() |
String |
getDescription()
Optionally caller-specified in [CreateJob][google.cloud.scheduler.v1.CloudScheduler.CreateJob] or
[UpdateJob][google.cloud.scheduler.v1.CloudScheduler.UpdateJob].
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Optionally caller-specified in [CreateJob][google.cloud.scheduler.v1.CloudScheduler.CreateJob] or
[UpdateJob][google.cloud.scheduler.v1.CloudScheduler.UpdateJob].
|
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
HttpTarget |
getHttpTarget()
HTTP target.
|
HttpTargetOrBuilder |
getHttpTargetOrBuilder()
HTTP target.
|
com.google.protobuf.Timestamp |
getLastAttemptTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getLastAttemptTimeOrBuilder()
Output only.
|
String |
getName()
Optionally caller-specified in [CreateJob][google.cloud.scheduler.v1.CloudScheduler.CreateJob], after
which it becomes output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Optionally caller-specified in [CreateJob][google.cloud.scheduler.v1.CloudScheduler.CreateJob], after
which it becomes output only.
|
com.google.protobuf.Parser<Job> |
getParserForType() |
PubsubTarget |
getPubsubTarget()
Pub/Sub target.
|
PubsubTargetOrBuilder |
getPubsubTargetOrBuilder()
Pub/Sub target.
|
RetryConfig |
getRetryConfig()
Settings that determine the retry behavior.
|
RetryConfigOrBuilder |
getRetryConfigOrBuilder()
Settings that determine the retry behavior.
|
String |
getSchedule()
Required, except when used with [UpdateJob][google.cloud.scheduler.v1.CloudScheduler.UpdateJob].
|
com.google.protobuf.ByteString |
getScheduleBytes()
Required, except when used with [UpdateJob][google.cloud.scheduler.v1.CloudScheduler.UpdateJob].
|
com.google.protobuf.Timestamp |
getScheduleTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getScheduleTimeOrBuilder()
Output only.
|
int |
getSerializedSize() |
Job.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
com.google.rpc.Status |
getStatus()
Output only.
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
Output only.
|
Job.TargetCase |
getTargetCase() |
String |
getTimeZone()
Specifies the time zone to be used in interpreting
[schedule][google.cloud.scheduler.v1.Job.schedule].
|
com.google.protobuf.ByteString |
getTimeZoneBytes()
Specifies the time zone to be used in interpreting
[schedule][google.cloud.scheduler.v1.Job.schedule].
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
com.google.protobuf.Timestamp |
getUserUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUserUpdateTimeOrBuilder()
Output only.
|
boolean |
hasAppEngineHttpTarget()
App Engine HTTP target.
|
boolean |
hasAttemptDeadline()
The deadline for job attempts.
|
int |
hashCode() |
boolean |
hasHttpTarget()
HTTP target.
|
boolean |
hasLastAttemptTime()
Output only.
|
boolean |
hasPubsubTarget()
Pub/Sub target.
|
boolean |
hasRetryConfig()
Settings that determine the retry behavior.
|
boolean |
hasScheduleTime()
Output only.
|
boolean |
hasStatus()
Output only.
|
boolean |
hasUserUpdateTime()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Job.Builder |
newBuilder() |
static Job.Builder |
newBuilder(Job prototype) |
Job.Builder |
newBuilderForType() |
protected Job.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Job |
parseDelimitedFrom(InputStream input) |
static Job |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Job |
parseFrom(byte[] data) |
static Job |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Job |
parseFrom(ByteBuffer data) |
static Job |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Job |
parseFrom(com.google.protobuf.ByteString data) |
static Job |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Job |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Job |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Job |
parseFrom(InputStream input) |
static Job |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Job> |
parser() |
Job.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int PUBSUB_TARGET_FIELD_NUMBER
public static final int APP_ENGINE_HTTP_TARGET_FIELD_NUMBER
public static final int HTTP_TARGET_FIELD_NUMBER
public static final int SCHEDULE_FIELD_NUMBER
public static final int TIME_ZONE_FIELD_NUMBER
public static final int USER_UPDATE_TIME_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int SCHEDULE_TIME_FIELD_NUMBER
public static final int LAST_ATTEMPT_TIME_FIELD_NUMBER
public static final int RETRY_CONFIG_FIELD_NUMBER
public static final int ATTEMPT_DEADLINE_FIELD_NUMBER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public Job.TargetCase getTargetCase()
getTargetCase in interface JobOrBuilderpublic String getName()
Optionally caller-specified in [CreateJob][google.cloud.scheduler.v1.CloudScheduler.CreateJob], after
which it becomes output only.
The job name. For example:
`projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`.
* `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
hyphens (-), colons (:), or periods (.).
For more information, see
[Identifying
projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
* `LOCATION_ID` is the canonical ID for the job's location.
The list of available locations can be obtained by calling
[ListLocations][google.cloud.location.Locations.ListLocations].
For more information, see https://cloud.google.com/about/locations/.
* `JOB_ID` can contain only letters ([A-Za-z]), numbers ([0-9]),
hyphens (-), or underscores (_). The maximum length is 500 characters.
string name = 1;getName in interface JobOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Optionally caller-specified in [CreateJob][google.cloud.scheduler.v1.CloudScheduler.CreateJob], after
which it becomes output only.
The job name. For example:
`projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`.
* `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]),
hyphens (-), colons (:), or periods (.).
For more information, see
[Identifying
projects](https://cloud.google.com/resource-manager/docs/creating-managing-projects#identifying_projects)
* `LOCATION_ID` is the canonical ID for the job's location.
The list of available locations can be obtained by calling
[ListLocations][google.cloud.location.Locations.ListLocations].
For more information, see https://cloud.google.com/about/locations/.
* `JOB_ID` can contain only letters ([A-Za-z]), numbers ([0-9]),
hyphens (-), or underscores (_). The maximum length is 500 characters.
string name = 1;getNameBytes in interface JobOrBuilderpublic String getDescription()
Optionally caller-specified in [CreateJob][google.cloud.scheduler.v1.CloudScheduler.CreateJob] or [UpdateJob][google.cloud.scheduler.v1.CloudScheduler.UpdateJob]. A human-readable description for the job. This string must not contain more than 500 characters.
string description = 2;getDescription in interface JobOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
Optionally caller-specified in [CreateJob][google.cloud.scheduler.v1.CloudScheduler.CreateJob] or [UpdateJob][google.cloud.scheduler.v1.CloudScheduler.UpdateJob]. A human-readable description for the job. This string must not contain more than 500 characters.
string description = 2;getDescriptionBytes in interface JobOrBuilderpublic boolean hasPubsubTarget()
Pub/Sub target.
.google.cloud.scheduler.v1.PubsubTarget pubsub_target = 4;hasPubsubTarget in interface JobOrBuilderpublic PubsubTarget getPubsubTarget()
Pub/Sub target.
.google.cloud.scheduler.v1.PubsubTarget pubsub_target = 4;getPubsubTarget in interface JobOrBuilderpublic PubsubTargetOrBuilder getPubsubTargetOrBuilder()
Pub/Sub target.
.google.cloud.scheduler.v1.PubsubTarget pubsub_target = 4;getPubsubTargetOrBuilder in interface JobOrBuilderpublic boolean hasAppEngineHttpTarget()
App Engine HTTP target.
.google.cloud.scheduler.v1.AppEngineHttpTarget app_engine_http_target = 5;hasAppEngineHttpTarget in interface JobOrBuilderpublic AppEngineHttpTarget getAppEngineHttpTarget()
App Engine HTTP target.
.google.cloud.scheduler.v1.AppEngineHttpTarget app_engine_http_target = 5;getAppEngineHttpTarget in interface JobOrBuilderpublic AppEngineHttpTargetOrBuilder getAppEngineHttpTargetOrBuilder()
App Engine HTTP target.
.google.cloud.scheduler.v1.AppEngineHttpTarget app_engine_http_target = 5;getAppEngineHttpTargetOrBuilder in interface JobOrBuilderpublic boolean hasHttpTarget()
HTTP target.
.google.cloud.scheduler.v1.HttpTarget http_target = 6;hasHttpTarget in interface JobOrBuilderpublic HttpTarget getHttpTarget()
HTTP target.
.google.cloud.scheduler.v1.HttpTarget http_target = 6;getHttpTarget in interface JobOrBuilderpublic HttpTargetOrBuilder getHttpTargetOrBuilder()
HTTP target.
.google.cloud.scheduler.v1.HttpTarget http_target = 6;getHttpTargetOrBuilder in interface JobOrBuilderpublic String getSchedule()
Required, except when used with [UpdateJob][google.cloud.scheduler.v1.CloudScheduler.UpdateJob]. Describes the schedule on which the job will be executed. The schedule can be either of the following types: * [Crontab](http://en.wikipedia.org/wiki/Cron#Overview) * English-like [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) As a general rule, execution `n + 1` of a job will not begin until execution `n` has finished. Cloud Scheduler will never allow two simultaneously outstanding executions. For example, this implies that if the `n+1`th execution is scheduled to run at 16:00 but the `n`th execution takes until 16:15, the `n+1`th execution will not start until `16:15`. A scheduled start time will be delayed if the previous execution has not ended when its scheduled time occurs. If [retry_count][google.cloud.scheduler.v1.RetryConfig.retry_count] > 0 and a job attempt fails, the job will be tried a total of [retry_count][google.cloud.scheduler.v1.RetryConfig.retry_count] times, with exponential backoff, until the next scheduled start time.
string schedule = 20;getSchedule in interface JobOrBuilderpublic com.google.protobuf.ByteString getScheduleBytes()
Required, except when used with [UpdateJob][google.cloud.scheduler.v1.CloudScheduler.UpdateJob]. Describes the schedule on which the job will be executed. The schedule can be either of the following types: * [Crontab](http://en.wikipedia.org/wiki/Cron#Overview) * English-like [schedule](https://cloud.google.com/scheduler/docs/configuring/cron-job-schedules) As a general rule, execution `n + 1` of a job will not begin until execution `n` has finished. Cloud Scheduler will never allow two simultaneously outstanding executions. For example, this implies that if the `n+1`th execution is scheduled to run at 16:00 but the `n`th execution takes until 16:15, the `n+1`th execution will not start until `16:15`. A scheduled start time will be delayed if the previous execution has not ended when its scheduled time occurs. If [retry_count][google.cloud.scheduler.v1.RetryConfig.retry_count] > 0 and a job attempt fails, the job will be tried a total of [retry_count][google.cloud.scheduler.v1.RetryConfig.retry_count] times, with exponential backoff, until the next scheduled start time.
string schedule = 20;getScheduleBytes in interface JobOrBuilderpublic String getTimeZone()
Specifies the time zone to be used in interpreting [schedule][google.cloud.scheduler.v1.Job.schedule]. The value of this field must be a time zone name from the [tz database](http://en.wikipedia.org/wiki/Tz_database). Note that some time zones include a provision for daylight savings time. The rules for daylight saving time are determined by the chosen tz. For UTC use the string "utc". If a time zone is not specified, the default will be in UTC (also known as GMT).
string time_zone = 21;getTimeZone in interface JobOrBuilderpublic com.google.protobuf.ByteString getTimeZoneBytes()
Specifies the time zone to be used in interpreting [schedule][google.cloud.scheduler.v1.Job.schedule]. The value of this field must be a time zone name from the [tz database](http://en.wikipedia.org/wiki/Tz_database). Note that some time zones include a provision for daylight savings time. The rules for daylight saving time are determined by the chosen tz. For UTC use the string "utc". If a time zone is not specified, the default will be in UTC (also known as GMT).
string time_zone = 21;getTimeZoneBytes in interface JobOrBuilderpublic boolean hasUserUpdateTime()
Output only. The creation time of the job.
.google.protobuf.Timestamp user_update_time = 9;hasUserUpdateTime in interface JobOrBuilderpublic com.google.protobuf.Timestamp getUserUpdateTime()
Output only. The creation time of the job.
.google.protobuf.Timestamp user_update_time = 9;getUserUpdateTime in interface JobOrBuilderpublic com.google.protobuf.TimestampOrBuilder getUserUpdateTimeOrBuilder()
Output only. The creation time of the job.
.google.protobuf.Timestamp user_update_time = 9;getUserUpdateTimeOrBuilder in interface JobOrBuilderpublic int getStateValue()
Output only. State of the job.
.google.cloud.scheduler.v1.Job.State state = 10;getStateValue in interface JobOrBuilderpublic Job.State getState()
Output only. State of the job.
.google.cloud.scheduler.v1.Job.State state = 10;getState in interface JobOrBuilderpublic boolean hasStatus()
Output only. The response from the target for the last attempted execution.
.google.rpc.Status status = 11;hasStatus in interface JobOrBuilderpublic com.google.rpc.Status getStatus()
Output only. The response from the target for the last attempted execution.
.google.rpc.Status status = 11;getStatus in interface JobOrBuilderpublic com.google.rpc.StatusOrBuilder getStatusOrBuilder()
Output only. The response from the target for the last attempted execution.
.google.rpc.Status status = 11;getStatusOrBuilder in interface JobOrBuilderpublic boolean hasScheduleTime()
Output only. The next time the job is scheduled. Note that this may be a retry of a previously failed attempt or the next execution time according to the schedule.
.google.protobuf.Timestamp schedule_time = 17;hasScheduleTime in interface JobOrBuilderpublic com.google.protobuf.Timestamp getScheduleTime()
Output only. The next time the job is scheduled. Note that this may be a retry of a previously failed attempt or the next execution time according to the schedule.
.google.protobuf.Timestamp schedule_time = 17;getScheduleTime in interface JobOrBuilderpublic com.google.protobuf.TimestampOrBuilder getScheduleTimeOrBuilder()
Output only. The next time the job is scheduled. Note that this may be a retry of a previously failed attempt or the next execution time according to the schedule.
.google.protobuf.Timestamp schedule_time = 17;getScheduleTimeOrBuilder in interface JobOrBuilderpublic boolean hasLastAttemptTime()
Output only. The time the last job attempt started.
.google.protobuf.Timestamp last_attempt_time = 18;hasLastAttemptTime in interface JobOrBuilderpublic com.google.protobuf.Timestamp getLastAttemptTime()
Output only. The time the last job attempt started.
.google.protobuf.Timestamp last_attempt_time = 18;getLastAttemptTime in interface JobOrBuilderpublic com.google.protobuf.TimestampOrBuilder getLastAttemptTimeOrBuilder()
Output only. The time the last job attempt started.
.google.protobuf.Timestamp last_attempt_time = 18;getLastAttemptTimeOrBuilder in interface JobOrBuilderpublic boolean hasRetryConfig()
Settings that determine the retry behavior.
.google.cloud.scheduler.v1.RetryConfig retry_config = 19;hasRetryConfig in interface JobOrBuilderpublic RetryConfig getRetryConfig()
Settings that determine the retry behavior.
.google.cloud.scheduler.v1.RetryConfig retry_config = 19;getRetryConfig in interface JobOrBuilderpublic RetryConfigOrBuilder getRetryConfigOrBuilder()
Settings that determine the retry behavior.
.google.cloud.scheduler.v1.RetryConfig retry_config = 19;getRetryConfigOrBuilder in interface JobOrBuilderpublic boolean hasAttemptDeadline()
The deadline for job attempts. If the request handler does not respond by this deadline then the request is cancelled and the attempt is marked as a `DEADLINE_EXCEEDED` failure. The failed attempt can be viewed in execution logs. Cloud Scheduler will retry the job according to the [RetryConfig][google.cloud.scheduler.v1.RetryConfig]. The allowed duration for this deadline is: * For [HTTP targets][google.cloud.scheduler.v1.Job.http_target], between 15 seconds and 30 minutes. * For [App Engine HTTP targets][google.cloud.scheduler.v1.Job.app_engine_http_target], between 15 seconds and 24 hours.
.google.protobuf.Duration attempt_deadline = 22;hasAttemptDeadline in interface JobOrBuilderpublic com.google.protobuf.Duration getAttemptDeadline()
The deadline for job attempts. If the request handler does not respond by this deadline then the request is cancelled and the attempt is marked as a `DEADLINE_EXCEEDED` failure. The failed attempt can be viewed in execution logs. Cloud Scheduler will retry the job according to the [RetryConfig][google.cloud.scheduler.v1.RetryConfig]. The allowed duration for this deadline is: * For [HTTP targets][google.cloud.scheduler.v1.Job.http_target], between 15 seconds and 30 minutes. * For [App Engine HTTP targets][google.cloud.scheduler.v1.Job.app_engine_http_target], between 15 seconds and 24 hours.
.google.protobuf.Duration attempt_deadline = 22;getAttemptDeadline in interface JobOrBuilderpublic com.google.protobuf.DurationOrBuilder getAttemptDeadlineOrBuilder()
The deadline for job attempts. If the request handler does not respond by this deadline then the request is cancelled and the attempt is marked as a `DEADLINE_EXCEEDED` failure. The failed attempt can be viewed in execution logs. Cloud Scheduler will retry the job according to the [RetryConfig][google.cloud.scheduler.v1.RetryConfig]. The allowed duration for this deadline is: * For [HTTP targets][google.cloud.scheduler.v1.Job.http_target], between 15 seconds and 30 minutes. * For [App Engine HTTP targets][google.cloud.scheduler.v1.Job.app_engine_http_target], between 15 seconds and 24 hours.
.google.protobuf.Duration attempt_deadline = 22;getAttemptDeadlineOrBuilder in interface JobOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Job parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Job parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Job parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Job parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Job parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Job parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Job parseFrom(InputStream input) throws IOException
IOExceptionpublic static Job parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Job parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Job parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Job parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Job parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Job.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Job.Builder newBuilder()
public static Job.Builder newBuilder(Job prototype)
public Job.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Job.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Job getDefaultInstance()
public static com.google.protobuf.Parser<Job> parser()
public com.google.protobuf.Parser<Job> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Job getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019 Google LLC. All rights reserved.