public final class TransformJobInfo extends com.google.protobuf.GeneratedMessageV3 implements TransformJobInfoOrBuilder
alluxio.grpc.table.TransformJobInfo
Modifier and Type | Class and Description |
---|---|
static class |
TransformJobInfo.Builder
Protobuf type
alluxio.grpc.table.TransformJobInfo |
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, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
DB_NAME_FIELD_NUMBER |
static int |
DEFINITION_FIELD_NUMBER |
static int |
JOB_ERROR_FIELD_NUMBER |
static int |
JOB_ID_FIELD_NUMBER |
static int |
JOB_STATUS_FIELD_NUMBER |
static com.google.protobuf.Parser<TransformJobInfo> |
PARSER
Deprecated.
|
static int |
TABLE_NAME_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getDbName()
optional string db_name = 1; |
com.google.protobuf.ByteString |
getDbNameBytes()
optional string db_name = 1; |
static TransformJobInfo |
getDefaultInstance() |
TransformJobInfo |
getDefaultInstanceForType() |
String |
getDefinition()
optional string definition = 3; |
com.google.protobuf.ByteString |
getDefinitionBytes()
optional string definition = 3; |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getJobError()
optional string job_error = 6; |
com.google.protobuf.ByteString |
getJobErrorBytes()
optional string job_error = 6; |
long |
getJobId()
optional int64 job_id = 4; |
Status |
getJobStatus()
optional .alluxio.grpc.job.Status job_status = 5; |
com.google.protobuf.Parser<TransformJobInfo> |
getParserForType() |
int |
getSerializedSize() |
String |
getTableName()
optional string table_name = 2; |
com.google.protobuf.ByteString |
getTableNameBytes()
optional string table_name = 2; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDbName()
optional string db_name = 1; |
boolean |
hasDefinition()
optional string definition = 3; |
int |
hashCode() |
boolean |
hasJobError()
optional string job_error = 6; |
boolean |
hasJobId()
optional int64 job_id = 4; |
boolean |
hasJobStatus()
optional .alluxio.grpc.job.Status job_status = 5; |
boolean |
hasTableName()
optional string table_name = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TransformJobInfo.Builder |
newBuilder() |
static TransformJobInfo.Builder |
newBuilder(TransformJobInfo prototype) |
TransformJobInfo.Builder |
newBuilderForType() |
protected TransformJobInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static TransformJobInfo |
parseDelimitedFrom(InputStream input) |
static TransformJobInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransformJobInfo |
parseFrom(byte[] data) |
static TransformJobInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransformJobInfo |
parseFrom(ByteBuffer data) |
static TransformJobInfo |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransformJobInfo |
parseFrom(com.google.protobuf.ByteString data) |
static TransformJobInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransformJobInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static TransformJobInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransformJobInfo |
parseFrom(InputStream input) |
static TransformJobInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<TransformJobInfo> |
parser() |
TransformJobInfo.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, mergeFromAndMakeImmutableInternal, 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, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int DB_NAME_FIELD_NUMBER
public static final int TABLE_NAME_FIELD_NUMBER
public static final int DEFINITION_FIELD_NUMBER
public static final int JOB_ID_FIELD_NUMBER
public static final int JOB_STATUS_FIELD_NUMBER
public static final int JOB_ERROR_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<TransformJobInfo> PARSER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public boolean hasDbName()
optional string db_name = 1;
hasDbName
in interface TransformJobInfoOrBuilder
public String getDbName()
optional string db_name = 1;
getDbName
in interface TransformJobInfoOrBuilder
public com.google.protobuf.ByteString getDbNameBytes()
optional string db_name = 1;
getDbNameBytes
in interface TransformJobInfoOrBuilder
public boolean hasTableName()
optional string table_name = 2;
hasTableName
in interface TransformJobInfoOrBuilder
public String getTableName()
optional string table_name = 2;
getTableName
in interface TransformJobInfoOrBuilder
public com.google.protobuf.ByteString getTableNameBytes()
optional string table_name = 2;
getTableNameBytes
in interface TransformJobInfoOrBuilder
public boolean hasDefinition()
optional string definition = 3;
hasDefinition
in interface TransformJobInfoOrBuilder
public String getDefinition()
optional string definition = 3;
getDefinition
in interface TransformJobInfoOrBuilder
public com.google.protobuf.ByteString getDefinitionBytes()
optional string definition = 3;
getDefinitionBytes
in interface TransformJobInfoOrBuilder
public boolean hasJobId()
optional int64 job_id = 4;
hasJobId
in interface TransformJobInfoOrBuilder
public long getJobId()
optional int64 job_id = 4;
getJobId
in interface TransformJobInfoOrBuilder
public boolean hasJobStatus()
optional .alluxio.grpc.job.Status job_status = 5;
hasJobStatus
in interface TransformJobInfoOrBuilder
public Status getJobStatus()
optional .alluxio.grpc.job.Status job_status = 5;
getJobStatus
in interface TransformJobInfoOrBuilder
public boolean hasJobError()
optional string job_error = 6;
hasJobError
in interface TransformJobInfoOrBuilder
public String getJobError()
optional string job_error = 6;
getJobError
in interface TransformJobInfoOrBuilder
public com.google.protobuf.ByteString getJobErrorBytes()
optional string job_error = 6;
getJobErrorBytes
in interface TransformJobInfoOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static TransformJobInfo parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TransformJobInfo parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TransformJobInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TransformJobInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TransformJobInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TransformJobInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static TransformJobInfo parseFrom(InputStream input) throws IOException
IOException
public static TransformJobInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static TransformJobInfo parseDelimitedFrom(InputStream input) throws IOException
IOException
public static TransformJobInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static TransformJobInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static TransformJobInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public TransformJobInfo.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static TransformJobInfo.Builder newBuilder()
public static TransformJobInfo.Builder newBuilder(TransformJobInfo prototype)
public TransformJobInfo.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected TransformJobInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static TransformJobInfo getDefaultInstance()
public static com.google.protobuf.Parser<TransformJobInfo> parser()
public com.google.protobuf.Parser<TransformJobInfo> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public TransformJobInfo getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
Copyright © 2023. All Rights Reserved.