Package io.envoyproxy.pgv.validate
Class Validate.FieldRules
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
io.envoyproxy.pgv.validate.Validate.FieldRules
- All Implemented Interfaces:
com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Validate.FieldRulesOrBuilder
,Serializable
- Enclosing class:
- Validate
public static final class Validate.FieldRules
extends com.google.protobuf.GeneratedMessage
implements Validate.FieldRulesOrBuilder
FieldRules encapsulates the rules for each type of field. Depending on the field, the correct set should be used to ensure proper validations.Protobuf type
validate.FieldRules
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
FieldRules encapsulates the rules for each type of field.static enum
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>,
BuilderT extends com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingT extends com.google.protobuf.Message, T extends Object>, com.google.protobuf.GeneratedMessage.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessage
com.google.protobuf.AbstractMessage.BuilderParent
Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
Fields inherited from class com.google.protobuf.GeneratedMessage
alwaysUseFieldBuilders, unknownFields
Fields inherited from class com.google.protobuf.AbstractMessage
memoizedSize
Fields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getAny()
Well-Known Field TypesWell-Known Field TypesgetBool()
.validate.BoolRules bool = 13;
.validate.BoolRules bool = 13;
getBytes()
.validate.BytesRules bytes = 15;
.validate.BytesRules bytes = 15;
static Validate.FieldRules
static final com.google.protobuf.Descriptors.Descriptor
.validate.DoubleRules double = 2;
.validate.DoubleRules double = 2;
.validate.DurationRules duration = 21;
.validate.DurationRules duration = 21;
getEnum()
Complex Field TypesComplex Field Types.validate.Fixed32Rules fixed32 = 9;
.validate.Fixed32Rules fixed32 = 9;
.validate.Fixed64Rules fixed64 = 10;
.validate.Fixed64Rules fixed64 = 10;
getFloat()
Scalar Field TypesScalar Field TypesgetInt32()
.validate.Int32Rules int32 = 3;
.validate.Int32Rules int32 = 3;
getInt64()
.validate.Int64Rules int64 = 4;
.validate.Int64Rules int64 = 4;
getMap()
.validate.MapRules map = 19;
.validate.MapRules map = 19;
optional .validate.MessageRules message = 17;
optional .validate.MessageRules message = 17;
com.google.protobuf.Parser<Validate.FieldRules>
.validate.RepeatedRules repeated = 18;
.validate.RepeatedRules repeated = 18;
int
.validate.SFixed32Rules sfixed32 = 11;
.validate.SFixed32Rules sfixed32 = 11;
.validate.SFixed64Rules sfixed64 = 12;
.validate.SFixed64Rules sfixed64 = 12;
.validate.SInt32Rules sint32 = 7;
.validate.SInt32Rules sint32 = 7;
.validate.SInt64Rules sint64 = 8;
.validate.SInt64Rules sint64 = 8;
.validate.StringRules string = 14;
.validate.StringRules string = 14;
.validate.TimestampRules timestamp = 22;
.validate.TimestampRules timestamp = 22;
.validate.UInt32Rules uint32 = 5;
.validate.UInt32Rules uint32 = 5;
.validate.UInt64Rules uint64 = 6;
.validate.UInt64Rules uint64 = 6;
boolean
hasAny()
Well-Known Field Typesboolean
hasBool()
.validate.BoolRules bool = 13;
boolean
hasBytes()
.validate.BytesRules bytes = 15;
boolean
.validate.DoubleRules double = 2;
boolean
.validate.DurationRules duration = 21;
boolean
hasEnum()
Complex Field Typesboolean
.validate.Fixed32Rules fixed32 = 9;
boolean
.validate.Fixed64Rules fixed64 = 10;
boolean
hasFloat()
Scalar Field Typesint
hashCode()
boolean
hasInt32()
.validate.Int32Rules int32 = 3;
boolean
hasInt64()
.validate.Int64Rules int64 = 4;
boolean
hasMap()
.validate.MapRules map = 19;
boolean
optional .validate.MessageRules message = 17;
boolean
.validate.RepeatedRules repeated = 18;
boolean
.validate.SFixed32Rules sfixed32 = 11;
boolean
.validate.SFixed64Rules sfixed64 = 12;
boolean
.validate.SInt32Rules sint32 = 7;
boolean
.validate.SInt64Rules sint64 = 8;
boolean
.validate.StringRules string = 14;
boolean
.validate.TimestampRules timestamp = 22;
boolean
.validate.UInt32Rules uint32 = 5;
boolean
.validate.UInt64Rules uint64 = 6;
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
final boolean
static Validate.FieldRules.Builder
static Validate.FieldRules.Builder
newBuilder
(Validate.FieldRules prototype) protected Validate.FieldRules.Builder
newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) static Validate.FieldRules
parseDelimitedFrom
(InputStream input) static Validate.FieldRules
parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Validate.FieldRules
parseFrom
(byte[] data) static Validate.FieldRules
parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Validate.FieldRules
parseFrom
(com.google.protobuf.ByteString data) static Validate.FieldRules
parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Validate.FieldRules
parseFrom
(com.google.protobuf.CodedInputStream input) static Validate.FieldRules
parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Validate.FieldRules
parseFrom
(InputStream input) static Validate.FieldRules
parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Validate.FieldRules
parseFrom
(ByteBuffer data) static Validate.FieldRules
parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<Validate.FieldRules>
parser()
void
writeTo
(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessage
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, newFileScopedGeneratedExtension, newInstance, newMessageScopedGeneratedExtension, 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, hashFields, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeTo
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
MESSAGE_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER- See Also:
-
FLOAT_FIELD_NUMBER
public static final int FLOAT_FIELD_NUMBER- See Also:
-
DOUBLE_FIELD_NUMBER
public static final int DOUBLE_FIELD_NUMBER- See Also:
-
INT32_FIELD_NUMBER
public static final int INT32_FIELD_NUMBER- See Also:
-
INT64_FIELD_NUMBER
public static final int INT64_FIELD_NUMBER- See Also:
-
UINT32_FIELD_NUMBER
public static final int UINT32_FIELD_NUMBER- See Also:
-
UINT64_FIELD_NUMBER
public static final int UINT64_FIELD_NUMBER- See Also:
-
SINT32_FIELD_NUMBER
public static final int SINT32_FIELD_NUMBER- See Also:
-
SINT64_FIELD_NUMBER
public static final int SINT64_FIELD_NUMBER- See Also:
-
FIXED32_FIELD_NUMBER
public static final int FIXED32_FIELD_NUMBER- See Also:
-
FIXED64_FIELD_NUMBER
public static final int FIXED64_FIELD_NUMBER- See Also:
-
SFIXED32_FIELD_NUMBER
public static final int SFIXED32_FIELD_NUMBER- See Also:
-
SFIXED64_FIELD_NUMBER
public static final int SFIXED64_FIELD_NUMBER- See Also:
-
BOOL_FIELD_NUMBER
public static final int BOOL_FIELD_NUMBER- See Also:
-
STRING_FIELD_NUMBER
public static final int STRING_FIELD_NUMBER- See Also:
-
BYTES_FIELD_NUMBER
public static final int BYTES_FIELD_NUMBER- See Also:
-
ENUM_FIELD_NUMBER
public static final int ENUM_FIELD_NUMBER- See Also:
-
REPEATED_FIELD_NUMBER
public static final int REPEATED_FIELD_NUMBER- See Also:
-
MAP_FIELD_NUMBER
public static final int MAP_FIELD_NUMBER- See Also:
-
ANY_FIELD_NUMBER
public static final int ANY_FIELD_NUMBER- See Also:
-
DURATION_FIELD_NUMBER
public static final int DURATION_FIELD_NUMBER- See Also:
-
TIMESTAMP_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER- See Also:
-
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessage
-
getTypeCase
- Specified by:
getTypeCase
in interfaceValidate.FieldRulesOrBuilder
-
hasMessage
public boolean hasMessage()optional .validate.MessageRules message = 17;
- Specified by:
hasMessage
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- Whether the message field is set.
-
getMessage
optional .validate.MessageRules message = 17;
- Specified by:
getMessage
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- The message.
-
getMessageOrBuilder
optional .validate.MessageRules message = 17;
- Specified by:
getMessageOrBuilder
in interfaceValidate.FieldRulesOrBuilder
-
hasFloat
public boolean hasFloat()Scalar Field Types
.validate.FloatRules float = 1;
- Specified by:
hasFloat
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- Whether the float field is set.
-
getFloat
Scalar Field Types
.validate.FloatRules float = 1;
- Specified by:
getFloat
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- The float.
-
getFloatOrBuilder
Scalar Field Types
.validate.FloatRules float = 1;
- Specified by:
getFloatOrBuilder
in interfaceValidate.FieldRulesOrBuilder
-
hasDouble
public boolean hasDouble().validate.DoubleRules double = 2;
- Specified by:
hasDouble
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- Whether the double field is set.
-
getDouble
.validate.DoubleRules double = 2;
- Specified by:
getDouble
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- The double.
-
getDoubleOrBuilder
.validate.DoubleRules double = 2;
- Specified by:
getDoubleOrBuilder
in interfaceValidate.FieldRulesOrBuilder
-
hasInt32
public boolean hasInt32().validate.Int32Rules int32 = 3;
- Specified by:
hasInt32
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- Whether the int32 field is set.
-
getInt32
.validate.Int32Rules int32 = 3;
- Specified by:
getInt32
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- The int32.
-
getInt32OrBuilder
.validate.Int32Rules int32 = 3;
- Specified by:
getInt32OrBuilder
in interfaceValidate.FieldRulesOrBuilder
-
hasInt64
public boolean hasInt64().validate.Int64Rules int64 = 4;
- Specified by:
hasInt64
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- Whether the int64 field is set.
-
getInt64
.validate.Int64Rules int64 = 4;
- Specified by:
getInt64
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- The int64.
-
getInt64OrBuilder
.validate.Int64Rules int64 = 4;
- Specified by:
getInt64OrBuilder
in interfaceValidate.FieldRulesOrBuilder
-
hasUint32
public boolean hasUint32().validate.UInt32Rules uint32 = 5;
- Specified by:
hasUint32
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- Whether the uint32 field is set.
-
getUint32
.validate.UInt32Rules uint32 = 5;
- Specified by:
getUint32
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- The uint32.
-
getUint32OrBuilder
.validate.UInt32Rules uint32 = 5;
- Specified by:
getUint32OrBuilder
in interfaceValidate.FieldRulesOrBuilder
-
hasUint64
public boolean hasUint64().validate.UInt64Rules uint64 = 6;
- Specified by:
hasUint64
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- Whether the uint64 field is set.
-
getUint64
.validate.UInt64Rules uint64 = 6;
- Specified by:
getUint64
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- The uint64.
-
getUint64OrBuilder
.validate.UInt64Rules uint64 = 6;
- Specified by:
getUint64OrBuilder
in interfaceValidate.FieldRulesOrBuilder
-
hasSint32
public boolean hasSint32().validate.SInt32Rules sint32 = 7;
- Specified by:
hasSint32
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- Whether the sint32 field is set.
-
getSint32
.validate.SInt32Rules sint32 = 7;
- Specified by:
getSint32
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- The sint32.
-
getSint32OrBuilder
.validate.SInt32Rules sint32 = 7;
- Specified by:
getSint32OrBuilder
in interfaceValidate.FieldRulesOrBuilder
-
hasSint64
public boolean hasSint64().validate.SInt64Rules sint64 = 8;
- Specified by:
hasSint64
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- Whether the sint64 field is set.
-
getSint64
.validate.SInt64Rules sint64 = 8;
- Specified by:
getSint64
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- The sint64.
-
getSint64OrBuilder
.validate.SInt64Rules sint64 = 8;
- Specified by:
getSint64OrBuilder
in interfaceValidate.FieldRulesOrBuilder
-
hasFixed32
public boolean hasFixed32().validate.Fixed32Rules fixed32 = 9;
- Specified by:
hasFixed32
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- Whether the fixed32 field is set.
-
getFixed32
.validate.Fixed32Rules fixed32 = 9;
- Specified by:
getFixed32
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- The fixed32.
-
getFixed32OrBuilder
.validate.Fixed32Rules fixed32 = 9;
- Specified by:
getFixed32OrBuilder
in interfaceValidate.FieldRulesOrBuilder
-
hasFixed64
public boolean hasFixed64().validate.Fixed64Rules fixed64 = 10;
- Specified by:
hasFixed64
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- Whether the fixed64 field is set.
-
getFixed64
.validate.Fixed64Rules fixed64 = 10;
- Specified by:
getFixed64
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- The fixed64.
-
getFixed64OrBuilder
.validate.Fixed64Rules fixed64 = 10;
- Specified by:
getFixed64OrBuilder
in interfaceValidate.FieldRulesOrBuilder
-
hasSfixed32
public boolean hasSfixed32().validate.SFixed32Rules sfixed32 = 11;
- Specified by:
hasSfixed32
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- Whether the sfixed32 field is set.
-
getSfixed32
.validate.SFixed32Rules sfixed32 = 11;
- Specified by:
getSfixed32
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- The sfixed32.
-
getSfixed32OrBuilder
.validate.SFixed32Rules sfixed32 = 11;
- Specified by:
getSfixed32OrBuilder
in interfaceValidate.FieldRulesOrBuilder
-
hasSfixed64
public boolean hasSfixed64().validate.SFixed64Rules sfixed64 = 12;
- Specified by:
hasSfixed64
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- Whether the sfixed64 field is set.
-
getSfixed64
.validate.SFixed64Rules sfixed64 = 12;
- Specified by:
getSfixed64
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- The sfixed64.
-
getSfixed64OrBuilder
.validate.SFixed64Rules sfixed64 = 12;
- Specified by:
getSfixed64OrBuilder
in interfaceValidate.FieldRulesOrBuilder
-
hasBool
public boolean hasBool().validate.BoolRules bool = 13;
- Specified by:
hasBool
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- Whether the bool field is set.
-
getBool
.validate.BoolRules bool = 13;
- Specified by:
getBool
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- The bool.
-
getBoolOrBuilder
.validate.BoolRules bool = 13;
- Specified by:
getBoolOrBuilder
in interfaceValidate.FieldRulesOrBuilder
-
hasString
public boolean hasString().validate.StringRules string = 14;
- Specified by:
hasString
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- Whether the string field is set.
-
getString
.validate.StringRules string = 14;
- Specified by:
getString
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- The string.
-
getStringOrBuilder
.validate.StringRules string = 14;
- Specified by:
getStringOrBuilder
in interfaceValidate.FieldRulesOrBuilder
-
hasBytes
public boolean hasBytes().validate.BytesRules bytes = 15;
- Specified by:
hasBytes
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- Whether the bytes field is set.
-
getBytes
.validate.BytesRules bytes = 15;
- Specified by:
getBytes
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- The bytes.
-
getBytesOrBuilder
.validate.BytesRules bytes = 15;
- Specified by:
getBytesOrBuilder
in interfaceValidate.FieldRulesOrBuilder
-
hasEnum
public boolean hasEnum()Complex Field Types
.validate.EnumRules enum = 16;
- Specified by:
hasEnum
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- Whether the enum field is set.
-
getEnum
Complex Field Types
.validate.EnumRules enum = 16;
- Specified by:
getEnum
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- The enum.
-
getEnumOrBuilder
Complex Field Types
.validate.EnumRules enum = 16;
- Specified by:
getEnumOrBuilder
in interfaceValidate.FieldRulesOrBuilder
-
hasRepeated
public boolean hasRepeated().validate.RepeatedRules repeated = 18;
- Specified by:
hasRepeated
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- Whether the repeated field is set.
-
getRepeated
.validate.RepeatedRules repeated = 18;
- Specified by:
getRepeated
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- The repeated.
-
getRepeatedOrBuilder
.validate.RepeatedRules repeated = 18;
- Specified by:
getRepeatedOrBuilder
in interfaceValidate.FieldRulesOrBuilder
-
hasMap
public boolean hasMap().validate.MapRules map = 19;
- Specified by:
hasMap
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- Whether the map field is set.
-
getMap
.validate.MapRules map = 19;
- Specified by:
getMap
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- The map.
-
getMapOrBuilder
.validate.MapRules map = 19;
- Specified by:
getMapOrBuilder
in interfaceValidate.FieldRulesOrBuilder
-
hasAny
public boolean hasAny()Well-Known Field Types
.validate.AnyRules any = 20;
- Specified by:
hasAny
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- Whether the any field is set.
-
getAny
Well-Known Field Types
.validate.AnyRules any = 20;
- Specified by:
getAny
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- The any.
-
getAnyOrBuilder
Well-Known Field Types
.validate.AnyRules any = 20;
- Specified by:
getAnyOrBuilder
in interfaceValidate.FieldRulesOrBuilder
-
hasDuration
public boolean hasDuration().validate.DurationRules duration = 21;
- Specified by:
hasDuration
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- Whether the duration field is set.
-
getDuration
.validate.DurationRules duration = 21;
- Specified by:
getDuration
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- The duration.
-
getDurationOrBuilder
.validate.DurationRules duration = 21;
- Specified by:
getDurationOrBuilder
in interfaceValidate.FieldRulesOrBuilder
-
hasTimestamp
public boolean hasTimestamp().validate.TimestampRules timestamp = 22;
- Specified by:
hasTimestamp
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- Whether the timestamp field is set.
-
getTimestamp
.validate.TimestampRules timestamp = 22;
- Specified by:
getTimestamp
in interfaceValidate.FieldRulesOrBuilder
- Returns:
- The timestamp.
-
getTimestampOrBuilder
.validate.TimestampRules timestamp = 22;
- Specified by:
getTimestampOrBuilder
in interfaceValidate.FieldRulesOrBuilder
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessage
-
writeTo
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessage
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessage
-
equals
- 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 Validate.FieldRules parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Validate.FieldRules parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Validate.FieldRules parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Validate.FieldRules parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Validate.FieldRules parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Validate.FieldRules parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static Validate.FieldRules parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static Validate.FieldRules parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static Validate.FieldRules parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static Validate.FieldRules parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Validate.FieldRules.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) - Overrides:
newBuilderForType
in classcom.google.protobuf.AbstractMessage
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessage
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-