public final class JobDescribeResponse extends com.google.protobuf.GeneratedMessageV3 implements JobDescribeResponseOrBuilder
appscode.ci.v1beta1.JobDescribeResponse| Modifier and Type | Class and Description |
|---|---|
static class |
JobDescribeResponse.Builder
Protobuf type
appscode.ci.v1beta1.JobDescribeResponse |
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 |
BUILD_COUNT_FIELD_NUMBER |
static int |
BUILD_IDS_FIELD_NUMBER |
static int |
BUILDABLE_FIELD_NUMBER |
static int |
DESCRIPTION_FIELD_NUMBER |
static int |
DISPLAY_NAME_FIELD_NUMBER |
static int |
FIRST_BUILD_ID_FIELD_NUMBER |
static int |
HEALTH_REPORTS_FIELD_NUMBER |
static int |
JOB_COLOR_FIELD_NUMBER |
static int |
JOB_TYPE_FIELD_NUMBER |
static int |
LAST_BUILD_ID_FIELD_NUMBER |
static int |
LAST_COMPLETED_BUILD_ID_FIELD_NUMBER |
static int |
LAST_FAILED_BUILD_ID_FIELD_NUMBER |
static int |
LAST_SUCCESSFUL_BUILD_ID_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
NEXT_BUILD_NUMBER_FIELD_NUMBER |
static int |
PARENTS_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
boolean |
getBuildable()
optional bool buildable = 8; |
long |
getBuildCount()
optional int64 build_count = 9; |
long |
getBuildIds(int index)
repeated int64 build_ids = 10; |
int |
getBuildIdsCount()
repeated int64 build_ids = 10; |
java.util.List<java.lang.Long> |
getBuildIdsList()
repeated int64 build_ids = 10; |
static JobDescribeResponse |
getDefaultInstance() |
JobDescribeResponse |
getDefaultInstanceForType() |
java.lang.String |
getDescription()
optional string description = 4; |
com.google.protobuf.ByteString |
getDescriptionBytes()
optional string description = 4; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getDisplayName()
optional string display_name = 5; |
com.google.protobuf.ByteString |
getDisplayNameBytes()
optional string display_name = 5; |
long |
getFirstBuildId()
optional int64 first_build_id = 11; |
JobHealth |
getHealthReports(int index)
repeated .appscode.ci.v1beta1.JobHealth health_reports = 17; |
int |
getHealthReportsCount()
repeated .appscode.ci.v1beta1.JobHealth health_reports = 17; |
java.util.List<JobHealth> |
getHealthReportsList()
repeated .appscode.ci.v1beta1.JobHealth health_reports = 17; |
JobHealthOrBuilder |
getHealthReportsOrBuilder(int index)
repeated .appscode.ci.v1beta1.JobHealth health_reports = 17; |
java.util.List<? extends JobHealthOrBuilder> |
getHealthReportsOrBuilderList()
repeated .appscode.ci.v1beta1.JobHealth health_reports = 17; |
java.lang.String |
getJobColor()
optional string job_color = 7; |
com.google.protobuf.ByteString |
getJobColorBytes()
optional string job_color = 7; |
java.lang.String |
getJobType()
optional string job_type = 6; |
com.google.protobuf.ByteString |
getJobTypeBytes()
optional string job_type = 6; |
long |
getLastBuildId()
optional int64 last_build_id = 12; |
long |
getLastCompletedBuildId()
optional int64 last_completed_build_id = 13; |
long |
getLastFailedBuildId()
optional int64 last_failed_build_id = 14; |
long |
getLastSuccessfulBuildId()
optional int64 last_successful_build_id = 15; |
java.lang.String |
getName()
optional string name = 2; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 2; |
long |
getNextBuildNumber()
optional int64 next_build_number = 16; |
java.lang.String |
getParents()
optional string parents = 3; |
com.google.protobuf.ByteString |
getParentsBytes()
optional string parents = 3; |
com.google.protobuf.Parser<JobDescribeResponse> |
getParserForType() |
int |
getSerializedSize() |
Status |
getStatus()
optional .appscode.dtypes.Status status = 1; |
StatusOrBuilder |
getStatusOrBuilder()
optional .appscode.dtypes.Status status = 1; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasStatus()
optional .appscode.dtypes.Status status = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static JobDescribeResponse.Builder |
newBuilder() |
static JobDescribeResponse.Builder |
newBuilder(JobDescribeResponse prototype) |
JobDescribeResponse.Builder |
newBuilderForType() |
protected JobDescribeResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static JobDescribeResponse |
parseDelimitedFrom(java.io.InputStream input) |
static JobDescribeResponse |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JobDescribeResponse |
parseFrom(byte[] data) |
static JobDescribeResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JobDescribeResponse |
parseFrom(com.google.protobuf.ByteString data) |
static JobDescribeResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JobDescribeResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static JobDescribeResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static JobDescribeResponse |
parseFrom(java.io.InputStream input) |
static JobDescribeResponse |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<JobDescribeResponse> |
parser() |
JobDescribeResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int STATUS_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int PARENTS_FIELD_NUMBER
public static final int DESCRIPTION_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
public static final int JOB_TYPE_FIELD_NUMBER
public static final int JOB_COLOR_FIELD_NUMBER
public static final int BUILDABLE_FIELD_NUMBER
public static final int BUILD_COUNT_FIELD_NUMBER
public static final int BUILD_IDS_FIELD_NUMBER
public static final int FIRST_BUILD_ID_FIELD_NUMBER
public static final int LAST_BUILD_ID_FIELD_NUMBER
public static final int LAST_COMPLETED_BUILD_ID_FIELD_NUMBER
public static final int LAST_FAILED_BUILD_ID_FIELD_NUMBER
public static final int LAST_SUCCESSFUL_BUILD_ID_FIELD_NUMBER
public static final int NEXT_BUILD_NUMBER_FIELD_NUMBER
public static final int HEALTH_REPORTS_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 boolean hasStatus()
optional .appscode.dtypes.Status status = 1;hasStatus in interface JobDescribeResponseOrBuilderpublic Status getStatus()
optional .appscode.dtypes.Status status = 1;getStatus in interface JobDescribeResponseOrBuilderpublic StatusOrBuilder getStatusOrBuilder()
optional .appscode.dtypes.Status status = 1;getStatusOrBuilder in interface JobDescribeResponseOrBuilderpublic java.lang.String getName()
optional string name = 2;getName in interface JobDescribeResponseOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
optional string name = 2;getNameBytes in interface JobDescribeResponseOrBuilderpublic java.lang.String getParents()
optional string parents = 3;getParents in interface JobDescribeResponseOrBuilderpublic com.google.protobuf.ByteString getParentsBytes()
optional string parents = 3;getParentsBytes in interface JobDescribeResponseOrBuilderpublic java.lang.String getDescription()
optional string description = 4;getDescription in interface JobDescribeResponseOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
optional string description = 4;getDescriptionBytes in interface JobDescribeResponseOrBuilderpublic java.lang.String getDisplayName()
optional string display_name = 5;getDisplayName in interface JobDescribeResponseOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
optional string display_name = 5;getDisplayNameBytes in interface JobDescribeResponseOrBuilderpublic java.lang.String getJobType()
optional string job_type = 6;getJobType in interface JobDescribeResponseOrBuilderpublic com.google.protobuf.ByteString getJobTypeBytes()
optional string job_type = 6;getJobTypeBytes in interface JobDescribeResponseOrBuilderpublic java.lang.String getJobColor()
optional string job_color = 7;getJobColor in interface JobDescribeResponseOrBuilderpublic com.google.protobuf.ByteString getJobColorBytes()
optional string job_color = 7;getJobColorBytes in interface JobDescribeResponseOrBuilderpublic boolean getBuildable()
optional bool buildable = 8;getBuildable in interface JobDescribeResponseOrBuilderpublic long getBuildCount()
optional int64 build_count = 9;getBuildCount in interface JobDescribeResponseOrBuilderpublic java.util.List<java.lang.Long> getBuildIdsList()
repeated int64 build_ids = 10;getBuildIdsList in interface JobDescribeResponseOrBuilderpublic int getBuildIdsCount()
repeated int64 build_ids = 10;getBuildIdsCount in interface JobDescribeResponseOrBuilderpublic long getBuildIds(int index)
repeated int64 build_ids = 10;getBuildIds in interface JobDescribeResponseOrBuilderpublic long getFirstBuildId()
optional int64 first_build_id = 11;getFirstBuildId in interface JobDescribeResponseOrBuilderpublic long getLastBuildId()
optional int64 last_build_id = 12;getLastBuildId in interface JobDescribeResponseOrBuilderpublic long getLastCompletedBuildId()
optional int64 last_completed_build_id = 13;getLastCompletedBuildId in interface JobDescribeResponseOrBuilderpublic long getLastFailedBuildId()
optional int64 last_failed_build_id = 14;getLastFailedBuildId in interface JobDescribeResponseOrBuilderpublic long getLastSuccessfulBuildId()
optional int64 last_successful_build_id = 15;getLastSuccessfulBuildId in interface JobDescribeResponseOrBuilderpublic long getNextBuildNumber()
optional int64 next_build_number = 16;getNextBuildNumber in interface JobDescribeResponseOrBuilderpublic java.util.List<JobHealth> getHealthReportsList()
repeated .appscode.ci.v1beta1.JobHealth health_reports = 17;getHealthReportsList in interface JobDescribeResponseOrBuilderpublic java.util.List<? extends JobHealthOrBuilder> getHealthReportsOrBuilderList()
repeated .appscode.ci.v1beta1.JobHealth health_reports = 17;getHealthReportsOrBuilderList in interface JobDescribeResponseOrBuilderpublic int getHealthReportsCount()
repeated .appscode.ci.v1beta1.JobHealth health_reports = 17;getHealthReportsCount in interface JobDescribeResponseOrBuilderpublic JobHealth getHealthReports(int index)
repeated .appscode.ci.v1beta1.JobHealth health_reports = 17;getHealthReports in interface JobDescribeResponseOrBuilderpublic JobHealthOrBuilder getHealthReportsOrBuilder(int index)
repeated .appscode.ci.v1beta1.JobHealth health_reports = 17;getHealthReportsOrBuilder in interface JobDescribeResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3java.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(java.lang.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 JobDescribeResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JobDescribeResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JobDescribeResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JobDescribeResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static JobDescribeResponse parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static JobDescribeResponse parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static JobDescribeResponse parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static JobDescribeResponse parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static JobDescribeResponse parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static JobDescribeResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic JobDescribeResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static JobDescribeResponse.Builder newBuilder()
public static JobDescribeResponse.Builder newBuilder(JobDescribeResponse prototype)
public JobDescribeResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected JobDescribeResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static JobDescribeResponse getDefaultInstance()
public static com.google.protobuf.Parser<JobDescribeResponse> parser()
public com.google.protobuf.Parser<JobDescribeResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public JobDescribeResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder