public static final class ServingAPIProto.Job.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ServingAPIProto.Job.Builder> implements ServingAPIProto.JobOrBuilder
feast.serving.JobgetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ServingAPIProto.Job.Builder>public ServingAPIProto.Job.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ServingAPIProto.Job.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ServingAPIProto.Job.Builder>public ServingAPIProto.Job getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ServingAPIProto.Job build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ServingAPIProto.Job buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ServingAPIProto.Job.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ServingAPIProto.Job.Builder>public ServingAPIProto.Job.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ServingAPIProto.Job.Builder>public ServingAPIProto.Job.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ServingAPIProto.Job.Builder>public ServingAPIProto.Job.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ServingAPIProto.Job.Builder>public ServingAPIProto.Job.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ServingAPIProto.Job.Builder>public ServingAPIProto.Job.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ServingAPIProto.Job.Builder>public ServingAPIProto.Job.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ServingAPIProto.Job.Builder>public ServingAPIProto.Job.Builder mergeFrom(ServingAPIProto.Job other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ServingAPIProto.Job.Builder>public ServingAPIProto.Job.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ServingAPIProto.Job.Builder>IOExceptionpublic String getId()
string id = 1;getId in interface ServingAPIProto.JobOrBuilderpublic com.google.protobuf.ByteString getIdBytes()
string id = 1;getIdBytes in interface ServingAPIProto.JobOrBuilderpublic ServingAPIProto.Job.Builder setId(String value)
string id = 1;value - The id to set.public ServingAPIProto.Job.Builder clearId()
string id = 1;public ServingAPIProto.Job.Builder setIdBytes(com.google.protobuf.ByteString value)
string id = 1;value - The bytes for id to set.public int getTypeValue()
Output only. The type of the job.
.feast.serving.JobType type = 2;getTypeValue in interface ServingAPIProto.JobOrBuilderpublic ServingAPIProto.Job.Builder setTypeValue(int value)
Output only. The type of the job.
.feast.serving.JobType type = 2;value - The enum numeric value on the wire for type to set.public ServingAPIProto.JobType getType()
Output only. The type of the job.
.feast.serving.JobType type = 2;getType in interface ServingAPIProto.JobOrBuilderpublic ServingAPIProto.Job.Builder setType(ServingAPIProto.JobType value)
Output only. The type of the job.
.feast.serving.JobType type = 2;value - The type to set.public ServingAPIProto.Job.Builder clearType()
Output only. The type of the job.
.feast.serving.JobType type = 2;public int getStatusValue()
Output only. Current state of the job.
.feast.serving.JobStatus status = 3;getStatusValue in interface ServingAPIProto.JobOrBuilderpublic ServingAPIProto.Job.Builder setStatusValue(int value)
Output only. Current state of the job.
.feast.serving.JobStatus status = 3;value - The enum numeric value on the wire for status to set.public ServingAPIProto.JobStatus getStatus()
Output only. Current state of the job.
.feast.serving.JobStatus status = 3;getStatus in interface ServingAPIProto.JobOrBuilderpublic ServingAPIProto.Job.Builder setStatus(ServingAPIProto.JobStatus value)
Output only. Current state of the job.
.feast.serving.JobStatus status = 3;value - The status to set.public ServingAPIProto.Job.Builder clearStatus()
Output only. Current state of the job.
.feast.serving.JobStatus status = 3;public String getError()
Output only. If not empty, the job has failed with this error message.
string error = 4;getError in interface ServingAPIProto.JobOrBuilderpublic com.google.protobuf.ByteString getErrorBytes()
Output only. If not empty, the job has failed with this error message.
string error = 4;getErrorBytes in interface ServingAPIProto.JobOrBuilderpublic ServingAPIProto.Job.Builder setError(String value)
Output only. If not empty, the job has failed with this error message.
string error = 4;value - The error to set.public ServingAPIProto.Job.Builder clearError()
Output only. If not empty, the job has failed with this error message.
string error = 4;public ServingAPIProto.Job.Builder setErrorBytes(com.google.protobuf.ByteString value)
Output only. If not empty, the job has failed with this error message.
string error = 4;value - The bytes for error to set.public com.google.protobuf.ProtocolStringList getFileUrisList()
Output only. The list of URIs for the files to be downloaded or uploaded (depends on the job type) for this particular job.
repeated string file_uris = 5;getFileUrisList in interface ServingAPIProto.JobOrBuilderpublic int getFileUrisCount()
Output only. The list of URIs for the files to be downloaded or uploaded (depends on the job type) for this particular job.
repeated string file_uris = 5;getFileUrisCount in interface ServingAPIProto.JobOrBuilderpublic String getFileUris(int index)
Output only. The list of URIs for the files to be downloaded or uploaded (depends on the job type) for this particular job.
repeated string file_uris = 5;getFileUris in interface ServingAPIProto.JobOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getFileUrisBytes(int index)
Output only. The list of URIs for the files to be downloaded or uploaded (depends on the job type) for this particular job.
repeated string file_uris = 5;getFileUrisBytes in interface ServingAPIProto.JobOrBuilderindex - The index of the value to return.public ServingAPIProto.Job.Builder setFileUris(int index, String value)
Output only. The list of URIs for the files to be downloaded or uploaded (depends on the job type) for this particular job.
repeated string file_uris = 5;index - The index to set the value at.value - The fileUris to set.public ServingAPIProto.Job.Builder addFileUris(String value)
Output only. The list of URIs for the files to be downloaded or uploaded (depends on the job type) for this particular job.
repeated string file_uris = 5;value - The fileUris to add.public ServingAPIProto.Job.Builder addAllFileUris(Iterable<String> values)
Output only. The list of URIs for the files to be downloaded or uploaded (depends on the job type) for this particular job.
repeated string file_uris = 5;values - The fileUris to add.public ServingAPIProto.Job.Builder clearFileUris()
Output only. The list of URIs for the files to be downloaded or uploaded (depends on the job type) for this particular job.
repeated string file_uris = 5;public ServingAPIProto.Job.Builder addFileUrisBytes(com.google.protobuf.ByteString value)
Output only. The list of URIs for the files to be downloaded or uploaded (depends on the job type) for this particular job.
repeated string file_uris = 5;value - The bytes of the fileUris to add.public int getDataFormatValue()
Output only. The data format for all the files. For CSV format, the files contain both feature values and a column header.
.feast.serving.DataFormat data_format = 6;getDataFormatValue in interface ServingAPIProto.JobOrBuilderpublic ServingAPIProto.Job.Builder setDataFormatValue(int value)
Output only. The data format for all the files. For CSV format, the files contain both feature values and a column header.
.feast.serving.DataFormat data_format = 6;value - The enum numeric value on the wire for dataFormat to set.public ServingAPIProto.DataFormat getDataFormat()
Output only. The data format for all the files. For CSV format, the files contain both feature values and a column header.
.feast.serving.DataFormat data_format = 6;getDataFormat in interface ServingAPIProto.JobOrBuilderpublic ServingAPIProto.Job.Builder setDataFormat(ServingAPIProto.DataFormat value)
Output only. The data format for all the files. For CSV format, the files contain both feature values and a column header.
.feast.serving.DataFormat data_format = 6;value - The dataFormat to set.public ServingAPIProto.Job.Builder clearDataFormat()
Output only. The data format for all the files. For CSV format, the files contain both feature values and a column header.
.feast.serving.DataFormat data_format = 6;public final ServingAPIProto.Job.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ServingAPIProto.Job.Builder>public final ServingAPIProto.Job.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ServingAPIProto.Job.Builder>Copyright © 2020 Gojek. All rights reserved.