Class AutoMlTablesInputs.Transformation
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation
-
- All Implemented Interfaces:
AutoMlTablesInputs.TransformationOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
- Enclosing class:
- AutoMlTablesInputs
public static final class AutoMlTablesInputs.Transformation extends com.google.protobuf.GeneratedMessageV3 implements AutoMlTablesInputs.TransformationOrBuilder
Protobuf typegoogle.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
AUTO_FIELD_NUMBER
static int
CATEGORICAL_FIELD_NUMBER
static int
NUMERIC_FIELD_NUMBER
static int
REPEATED_CATEGORICAL_FIELD_NUMBER
static int
REPEATED_NUMERIC_FIELD_NUMBER
static int
REPEATED_TEXT_FIELD_NUMBER
static int
TEXT_FIELD_NUMBER
static int
TIMESTAMP_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
AutoMlTablesInputs.Transformation.AutoTransformation
getAuto()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.AutoTransformation auto = 1;
AutoMlTablesInputs.Transformation.AutoTransformationOrBuilder
getAutoOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.AutoTransformation auto = 1;
AutoMlTablesInputs.Transformation.CategoricalTransformation
getCategorical()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalTransformation categorical = 3;
AutoMlTablesInputs.Transformation.CategoricalTransformationOrBuilder
getCategoricalOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalTransformation categorical = 3;
static AutoMlTablesInputs.Transformation
getDefaultInstance()
AutoMlTablesInputs.Transformation
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
AutoMlTablesInputs.Transformation.NumericTransformation
getNumeric()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericTransformation numeric = 2;
AutoMlTablesInputs.Transformation.NumericTransformationOrBuilder
getNumericOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericTransformation numeric = 2;
com.google.protobuf.Parser<AutoMlTablesInputs.Transformation>
getParserForType()
AutoMlTablesInputs.Transformation.CategoricalArrayTransformation
getRepeatedCategorical()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalArrayTransformation repeated_categorical = 7;
AutoMlTablesInputs.Transformation.CategoricalArrayTransformationOrBuilder
getRepeatedCategoricalOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalArrayTransformation repeated_categorical = 7;
AutoMlTablesInputs.Transformation.NumericArrayTransformation
getRepeatedNumeric()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericArrayTransformation repeated_numeric = 6;
AutoMlTablesInputs.Transformation.NumericArrayTransformationOrBuilder
getRepeatedNumericOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericArrayTransformation repeated_numeric = 6;
AutoMlTablesInputs.Transformation.TextArrayTransformation
getRepeatedText()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextArrayTransformation repeated_text = 8;
AutoMlTablesInputs.Transformation.TextArrayTransformationOrBuilder
getRepeatedTextOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextArrayTransformation repeated_text = 8;
int
getSerializedSize()
AutoMlTablesInputs.Transformation.TextTransformation
getText()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextTransformation text = 5;
AutoMlTablesInputs.Transformation.TextTransformationOrBuilder
getTextOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextTransformation text = 5;
AutoMlTablesInputs.Transformation.TimestampTransformation
getTimestamp()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TimestampTransformation timestamp = 4;
AutoMlTablesInputs.Transformation.TimestampTransformationOrBuilder
getTimestampOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TimestampTransformation timestamp = 4;
AutoMlTablesInputs.Transformation.TransformationDetailCase
getTransformationDetailCase()
boolean
hasAuto()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.AutoTransformation auto = 1;
boolean
hasCategorical()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalTransformation categorical = 3;
int
hashCode()
boolean
hasNumeric()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericTransformation numeric = 2;
boolean
hasRepeatedCategorical()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalArrayTransformation repeated_categorical = 7;
boolean
hasRepeatedNumeric()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericArrayTransformation repeated_numeric = 6;
boolean
hasRepeatedText()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextArrayTransformation repeated_text = 8;
boolean
hasText()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextTransformation text = 5;
boolean
hasTimestamp()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TimestampTransformation timestamp = 4;
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static AutoMlTablesInputs.Transformation.Builder
newBuilder()
static AutoMlTablesInputs.Transformation.Builder
newBuilder(AutoMlTablesInputs.Transformation prototype)
AutoMlTablesInputs.Transformation.Builder
newBuilderForType()
protected AutoMlTablesInputs.Transformation.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static AutoMlTablesInputs.Transformation
parseDelimitedFrom(InputStream input)
static AutoMlTablesInputs.Transformation
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AutoMlTablesInputs.Transformation
parseFrom(byte[] data)
static AutoMlTablesInputs.Transformation
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AutoMlTablesInputs.Transformation
parseFrom(com.google.protobuf.ByteString data)
static AutoMlTablesInputs.Transformation
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AutoMlTablesInputs.Transformation
parseFrom(com.google.protobuf.CodedInputStream input)
static AutoMlTablesInputs.Transformation
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AutoMlTablesInputs.Transformation
parseFrom(InputStream input)
static AutoMlTablesInputs.Transformation
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AutoMlTablesInputs.Transformation
parseFrom(ByteBuffer data)
static AutoMlTablesInputs.Transformation
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<AutoMlTablesInputs.Transformation>
parser()
AutoMlTablesInputs.Transformation.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, 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
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
AUTO_FIELD_NUMBER
public static final int AUTO_FIELD_NUMBER
- See Also:
- Constant Field Values
-
NUMERIC_FIELD_NUMBER
public static final int NUMERIC_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CATEGORICAL_FIELD_NUMBER
public static final int CATEGORICAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TIMESTAMP_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TEXT_FIELD_NUMBER
public static final int TEXT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REPEATED_NUMERIC_FIELD_NUMBER
public static final int REPEATED_NUMERIC_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REPEATED_CATEGORICAL_FIELD_NUMBER
public static final int REPEATED_CATEGORICAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REPEATED_TEXT_FIELD_NUMBER
public static final int REPEATED_TEXT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getTransformationDetailCase
public AutoMlTablesInputs.Transformation.TransformationDetailCase getTransformationDetailCase()
- Specified by:
getTransformationDetailCase
in interfaceAutoMlTablesInputs.TransformationOrBuilder
-
hasAuto
public boolean hasAuto()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.AutoTransformation auto = 1;
- Specified by:
hasAuto
in interfaceAutoMlTablesInputs.TransformationOrBuilder
- Returns:
- Whether the auto field is set.
-
getAuto
public AutoMlTablesInputs.Transformation.AutoTransformation getAuto()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.AutoTransformation auto = 1;
- Specified by:
getAuto
in interfaceAutoMlTablesInputs.TransformationOrBuilder
- Returns:
- The auto.
-
getAutoOrBuilder
public AutoMlTablesInputs.Transformation.AutoTransformationOrBuilder getAutoOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.AutoTransformation auto = 1;
- Specified by:
getAutoOrBuilder
in interfaceAutoMlTablesInputs.TransformationOrBuilder
-
hasNumeric
public boolean hasNumeric()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericTransformation numeric = 2;
- Specified by:
hasNumeric
in interfaceAutoMlTablesInputs.TransformationOrBuilder
- Returns:
- Whether the numeric field is set.
-
getNumeric
public AutoMlTablesInputs.Transformation.NumericTransformation getNumeric()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericTransformation numeric = 2;
- Specified by:
getNumeric
in interfaceAutoMlTablesInputs.TransformationOrBuilder
- Returns:
- The numeric.
-
getNumericOrBuilder
public AutoMlTablesInputs.Transformation.NumericTransformationOrBuilder getNumericOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericTransformation numeric = 2;
- Specified by:
getNumericOrBuilder
in interfaceAutoMlTablesInputs.TransformationOrBuilder
-
hasCategorical
public boolean hasCategorical()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalTransformation categorical = 3;
- Specified by:
hasCategorical
in interfaceAutoMlTablesInputs.TransformationOrBuilder
- Returns:
- Whether the categorical field is set.
-
getCategorical
public AutoMlTablesInputs.Transformation.CategoricalTransformation getCategorical()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalTransformation categorical = 3;
- Specified by:
getCategorical
in interfaceAutoMlTablesInputs.TransformationOrBuilder
- Returns:
- The categorical.
-
getCategoricalOrBuilder
public AutoMlTablesInputs.Transformation.CategoricalTransformationOrBuilder getCategoricalOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalTransformation categorical = 3;
- Specified by:
getCategoricalOrBuilder
in interfaceAutoMlTablesInputs.TransformationOrBuilder
-
hasTimestamp
public boolean hasTimestamp()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TimestampTransformation timestamp = 4;
- Specified by:
hasTimestamp
in interfaceAutoMlTablesInputs.TransformationOrBuilder
- Returns:
- Whether the timestamp field is set.
-
getTimestamp
public AutoMlTablesInputs.Transformation.TimestampTransformation getTimestamp()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TimestampTransformation timestamp = 4;
- Specified by:
getTimestamp
in interfaceAutoMlTablesInputs.TransformationOrBuilder
- Returns:
- The timestamp.
-
getTimestampOrBuilder
public AutoMlTablesInputs.Transformation.TimestampTransformationOrBuilder getTimestampOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TimestampTransformation timestamp = 4;
- Specified by:
getTimestampOrBuilder
in interfaceAutoMlTablesInputs.TransformationOrBuilder
-
hasText
public boolean hasText()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextTransformation text = 5;
- Specified by:
hasText
in interfaceAutoMlTablesInputs.TransformationOrBuilder
- Returns:
- Whether the text field is set.
-
getText
public AutoMlTablesInputs.Transformation.TextTransformation getText()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextTransformation text = 5;
- Specified by:
getText
in interfaceAutoMlTablesInputs.TransformationOrBuilder
- Returns:
- The text.
-
getTextOrBuilder
public AutoMlTablesInputs.Transformation.TextTransformationOrBuilder getTextOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextTransformation text = 5;
- Specified by:
getTextOrBuilder
in interfaceAutoMlTablesInputs.TransformationOrBuilder
-
hasRepeatedNumeric
public boolean hasRepeatedNumeric()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericArrayTransformation repeated_numeric = 6;
- Specified by:
hasRepeatedNumeric
in interfaceAutoMlTablesInputs.TransformationOrBuilder
- Returns:
- Whether the repeatedNumeric field is set.
-
getRepeatedNumeric
public AutoMlTablesInputs.Transformation.NumericArrayTransformation getRepeatedNumeric()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericArrayTransformation repeated_numeric = 6;
- Specified by:
getRepeatedNumeric
in interfaceAutoMlTablesInputs.TransformationOrBuilder
- Returns:
- The repeatedNumeric.
-
getRepeatedNumericOrBuilder
public AutoMlTablesInputs.Transformation.NumericArrayTransformationOrBuilder getRepeatedNumericOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericArrayTransformation repeated_numeric = 6;
- Specified by:
getRepeatedNumericOrBuilder
in interfaceAutoMlTablesInputs.TransformationOrBuilder
-
hasRepeatedCategorical
public boolean hasRepeatedCategorical()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalArrayTransformation repeated_categorical = 7;
- Specified by:
hasRepeatedCategorical
in interfaceAutoMlTablesInputs.TransformationOrBuilder
- Returns:
- Whether the repeatedCategorical field is set.
-
getRepeatedCategorical
public AutoMlTablesInputs.Transformation.CategoricalArrayTransformation getRepeatedCategorical()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalArrayTransformation repeated_categorical = 7;
- Specified by:
getRepeatedCategorical
in interfaceAutoMlTablesInputs.TransformationOrBuilder
- Returns:
- The repeatedCategorical.
-
getRepeatedCategoricalOrBuilder
public AutoMlTablesInputs.Transformation.CategoricalArrayTransformationOrBuilder getRepeatedCategoricalOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalArrayTransformation repeated_categorical = 7;
- Specified by:
getRepeatedCategoricalOrBuilder
in interfaceAutoMlTablesInputs.TransformationOrBuilder
-
hasRepeatedText
public boolean hasRepeatedText()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextArrayTransformation repeated_text = 8;
- Specified by:
hasRepeatedText
in interfaceAutoMlTablesInputs.TransformationOrBuilder
- Returns:
- Whether the repeatedText field is set.
-
getRepeatedText
public AutoMlTablesInputs.Transformation.TextArrayTransformation getRepeatedText()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextArrayTransformation repeated_text = 8;
- Specified by:
getRepeatedText
in interfaceAutoMlTablesInputs.TransformationOrBuilder
- Returns:
- The repeatedText.
-
getRepeatedTextOrBuilder
public AutoMlTablesInputs.Transformation.TextArrayTransformationOrBuilder getRepeatedTextOrBuilder()
.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextArrayTransformation repeated_text = 8;
- Specified by:
getRepeatedTextOrBuilder
in interfaceAutoMlTablesInputs.TransformationOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static AutoMlTablesInputs.Transformation parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AutoMlTablesInputs.Transformation parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AutoMlTablesInputs.Transformation parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AutoMlTablesInputs.Transformation parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AutoMlTablesInputs.Transformation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AutoMlTablesInputs.Transformation parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static AutoMlTablesInputs.Transformation parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static AutoMlTablesInputs.Transformation parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static AutoMlTablesInputs.Transformation parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static AutoMlTablesInputs.Transformation parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static AutoMlTablesInputs.Transformation parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static AutoMlTablesInputs.Transformation parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public AutoMlTablesInputs.Transformation.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static AutoMlTablesInputs.Transformation.Builder newBuilder()
-
newBuilder
public static AutoMlTablesInputs.Transformation.Builder newBuilder(AutoMlTablesInputs.Transformation prototype)
-
toBuilder
public AutoMlTablesInputs.Transformation.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected AutoMlTablesInputs.Transformation.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static AutoMlTablesInputs.Transformation getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<AutoMlTablesInputs.Transformation> parser()
-
getParserForType
public com.google.protobuf.Parser<AutoMlTablesInputs.Transformation> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public AutoMlTablesInputs.Transformation getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-