public static final class Validate.FieldRules extends com.google.protobuf.GeneratedMessageV3 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
| Modifier and Type | Class and Description |
|---|---|
static class |
Validate.FieldRules.Builder
FieldRules encapsulates the rules for each type of field.
|
static class |
Validate.FieldRules.TypeCase |
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 |
ANY_FIELD_NUMBER |
static int |
BOOL_FIELD_NUMBER |
static int |
BYTES_FIELD_NUMBER |
static int |
DOUBLE_FIELD_NUMBER |
static int |
DURATION_FIELD_NUMBER |
static int |
ENUM_FIELD_NUMBER |
static int |
FIXED32_FIELD_NUMBER |
static int |
FIXED64_FIELD_NUMBER |
static int |
FLOAT_FIELD_NUMBER |
static int |
INT32_FIELD_NUMBER |
static int |
INT64_FIELD_NUMBER |
static int |
MAP_FIELD_NUMBER |
static int |
MESSAGE_FIELD_NUMBER |
static com.google.protobuf.Parser<Validate.FieldRules> |
PARSER
Deprecated.
|
static int |
REPEATED_FIELD_NUMBER |
static int |
SFIXED32_FIELD_NUMBER |
static int |
SFIXED64_FIELD_NUMBER |
static int |
SINT32_FIELD_NUMBER |
static int |
SINT64_FIELD_NUMBER |
static int |
STRING_FIELD_NUMBER |
static int |
TIMESTAMP_FIELD_NUMBER |
static int |
UINT32_FIELD_NUMBER |
static int |
UINT64_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Validate.AnyRules |
getAny()
Well-Known Field Types
|
Validate.AnyRulesOrBuilder |
getAnyOrBuilder()
Well-Known Field Types
|
Validate.BoolRules |
getBool()
optional .validate.BoolRules bool = 13; |
Validate.BoolRulesOrBuilder |
getBoolOrBuilder()
optional .validate.BoolRules bool = 13; |
Validate.BytesRules |
getBytes()
optional .validate.BytesRules bytes = 15; |
Validate.BytesRulesOrBuilder |
getBytesOrBuilder()
optional .validate.BytesRules bytes = 15; |
static Validate.FieldRules |
getDefaultInstance() |
Validate.FieldRules |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Validate.DoubleRules |
getDouble()
optional .validate.DoubleRules double = 2; |
Validate.DoubleRulesOrBuilder |
getDoubleOrBuilder()
optional .validate.DoubleRules double = 2; |
Validate.DurationRules |
getDuration()
optional .validate.DurationRules duration = 21; |
Validate.DurationRulesOrBuilder |
getDurationOrBuilder()
optional .validate.DurationRules duration = 21; |
Validate.EnumRules |
getEnum()
Complex Field Types
|
Validate.EnumRulesOrBuilder |
getEnumOrBuilder()
Complex Field Types
|
Validate.Fixed32Rules |
getFixed32()
optional .validate.Fixed32Rules fixed32 = 9; |
Validate.Fixed32RulesOrBuilder |
getFixed32OrBuilder()
optional .validate.Fixed32Rules fixed32 = 9; |
Validate.Fixed64Rules |
getFixed64()
optional .validate.Fixed64Rules fixed64 = 10; |
Validate.Fixed64RulesOrBuilder |
getFixed64OrBuilder()
optional .validate.Fixed64Rules fixed64 = 10; |
Validate.FloatRules |
getFloat()
Scalar Field Types
|
Validate.FloatRulesOrBuilder |
getFloatOrBuilder()
Scalar Field Types
|
Validate.Int32Rules |
getInt32()
optional .validate.Int32Rules int32 = 3; |
Validate.Int32RulesOrBuilder |
getInt32OrBuilder()
optional .validate.Int32Rules int32 = 3; |
Validate.Int64Rules |
getInt64()
optional .validate.Int64Rules int64 = 4; |
Validate.Int64RulesOrBuilder |
getInt64OrBuilder()
optional .validate.Int64Rules int64 = 4; |
Validate.MapRules |
getMap()
optional .validate.MapRules map = 19; |
Validate.MapRulesOrBuilder |
getMapOrBuilder()
optional .validate.MapRules map = 19; |
Validate.MessageRules |
getMessage()
optional .validate.MessageRules message = 17; |
Validate.MessageRulesOrBuilder |
getMessageOrBuilder()
optional .validate.MessageRules message = 17; |
com.google.protobuf.Parser<Validate.FieldRules> |
getParserForType() |
Validate.RepeatedRules |
getRepeated()
optional .validate.RepeatedRules repeated = 18; |
Validate.RepeatedRulesOrBuilder |
getRepeatedOrBuilder()
optional .validate.RepeatedRules repeated = 18; |
int |
getSerializedSize() |
Validate.SFixed32Rules |
getSfixed32()
optional .validate.SFixed32Rules sfixed32 = 11; |
Validate.SFixed32RulesOrBuilder |
getSfixed32OrBuilder()
optional .validate.SFixed32Rules sfixed32 = 11; |
Validate.SFixed64Rules |
getSfixed64()
optional .validate.SFixed64Rules sfixed64 = 12; |
Validate.SFixed64RulesOrBuilder |
getSfixed64OrBuilder()
optional .validate.SFixed64Rules sfixed64 = 12; |
Validate.SInt32Rules |
getSint32()
optional .validate.SInt32Rules sint32 = 7; |
Validate.SInt32RulesOrBuilder |
getSint32OrBuilder()
optional .validate.SInt32Rules sint32 = 7; |
Validate.SInt64Rules |
getSint64()
optional .validate.SInt64Rules sint64 = 8; |
Validate.SInt64RulesOrBuilder |
getSint64OrBuilder()
optional .validate.SInt64Rules sint64 = 8; |
Validate.StringRules |
getString()
optional .validate.StringRules string = 14; |
Validate.StringRulesOrBuilder |
getStringOrBuilder()
optional .validate.StringRules string = 14; |
Validate.TimestampRules |
getTimestamp()
optional .validate.TimestampRules timestamp = 22; |
Validate.TimestampRulesOrBuilder |
getTimestampOrBuilder()
optional .validate.TimestampRules timestamp = 22; |
Validate.FieldRules.TypeCase |
getTypeCase() |
Validate.UInt32Rules |
getUint32()
optional .validate.UInt32Rules uint32 = 5; |
Validate.UInt32RulesOrBuilder |
getUint32OrBuilder()
optional .validate.UInt32Rules uint32 = 5; |
Validate.UInt64Rules |
getUint64()
optional .validate.UInt64Rules uint64 = 6; |
Validate.UInt64RulesOrBuilder |
getUint64OrBuilder()
optional .validate.UInt64Rules uint64 = 6; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAny()
Well-Known Field Types
|
boolean |
hasBool()
optional .validate.BoolRules bool = 13; |
boolean |
hasBytes()
optional .validate.BytesRules bytes = 15; |
boolean |
hasDouble()
optional .validate.DoubleRules double = 2; |
boolean |
hasDuration()
optional .validate.DurationRules duration = 21; |
boolean |
hasEnum()
Complex Field Types
|
boolean |
hasFixed32()
optional .validate.Fixed32Rules fixed32 = 9; |
boolean |
hasFixed64()
optional .validate.Fixed64Rules fixed64 = 10; |
boolean |
hasFloat()
Scalar Field Types
|
int |
hashCode() |
boolean |
hasInt32()
optional .validate.Int32Rules int32 = 3; |
boolean |
hasInt64()
optional .validate.Int64Rules int64 = 4; |
boolean |
hasMap()
optional .validate.MapRules map = 19; |
boolean |
hasMessage()
optional .validate.MessageRules message = 17; |
boolean |
hasRepeated()
optional .validate.RepeatedRules repeated = 18; |
boolean |
hasSfixed32()
optional .validate.SFixed32Rules sfixed32 = 11; |
boolean |
hasSfixed64()
optional .validate.SFixed64Rules sfixed64 = 12; |
boolean |
hasSint32()
optional .validate.SInt32Rules sint32 = 7; |
boolean |
hasSint64()
optional .validate.SInt64Rules sint64 = 8; |
boolean |
hasString()
optional .validate.StringRules string = 14; |
boolean |
hasTimestamp()
optional .validate.TimestampRules timestamp = 22; |
boolean |
hasUint32()
optional .validate.UInt32Rules uint32 = 5; |
boolean |
hasUint64()
optional .validate.UInt64Rules uint64 = 6; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Validate.FieldRules.Builder |
newBuilder() |
static Validate.FieldRules.Builder |
newBuilder(Validate.FieldRules prototype) |
Validate.FieldRules.Builder |
newBuilderForType() |
protected Validate.FieldRules.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.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(ByteBuffer data) |
static Validate.FieldRules |
parseFrom(ByteBuffer 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 com.google.protobuf.Parser<Validate.FieldRules> |
parser() |
Validate.FieldRules.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int FLOAT_FIELD_NUMBER
public static final int DOUBLE_FIELD_NUMBER
public static final int INT32_FIELD_NUMBER
public static final int INT64_FIELD_NUMBER
public static final int UINT32_FIELD_NUMBER
public static final int UINT64_FIELD_NUMBER
public static final int SINT32_FIELD_NUMBER
public static final int SINT64_FIELD_NUMBER
public static final int FIXED32_FIELD_NUMBER
public static final int FIXED64_FIELD_NUMBER
public static final int SFIXED32_FIELD_NUMBER
public static final int SFIXED64_FIELD_NUMBER
public static final int BOOL_FIELD_NUMBER
public static final int STRING_FIELD_NUMBER
public static final int BYTES_FIELD_NUMBER
public static final int ENUM_FIELD_NUMBER
public static final int MESSAGE_FIELD_NUMBER
public static final int REPEATED_FIELD_NUMBER
public static final int MAP_FIELD_NUMBER
public static final int ANY_FIELD_NUMBER
public static final int DURATION_FIELD_NUMBER
public static final int TIMESTAMP_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<Validate.FieldRules> PARSER
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 Validate.FieldRules.TypeCase getTypeCase()
getTypeCase in interface Validate.FieldRulesOrBuilderpublic boolean hasFloat()
Scalar Field Types
optional .validate.FloatRules float = 1;hasFloat in interface Validate.FieldRulesOrBuilderpublic Validate.FloatRules getFloat()
Scalar Field Types
optional .validate.FloatRules float = 1;getFloat in interface Validate.FieldRulesOrBuilderpublic Validate.FloatRulesOrBuilder getFloatOrBuilder()
Scalar Field Types
optional .validate.FloatRules float = 1;getFloatOrBuilder in interface Validate.FieldRulesOrBuilderpublic boolean hasDouble()
optional .validate.DoubleRules double = 2;hasDouble in interface Validate.FieldRulesOrBuilderpublic Validate.DoubleRules getDouble()
optional .validate.DoubleRules double = 2;getDouble in interface Validate.FieldRulesOrBuilderpublic Validate.DoubleRulesOrBuilder getDoubleOrBuilder()
optional .validate.DoubleRules double = 2;getDoubleOrBuilder in interface Validate.FieldRulesOrBuilderpublic boolean hasInt32()
optional .validate.Int32Rules int32 = 3;hasInt32 in interface Validate.FieldRulesOrBuilderpublic Validate.Int32Rules getInt32()
optional .validate.Int32Rules int32 = 3;getInt32 in interface Validate.FieldRulesOrBuilderpublic Validate.Int32RulesOrBuilder getInt32OrBuilder()
optional .validate.Int32Rules int32 = 3;getInt32OrBuilder in interface Validate.FieldRulesOrBuilderpublic boolean hasInt64()
optional .validate.Int64Rules int64 = 4;hasInt64 in interface Validate.FieldRulesOrBuilderpublic Validate.Int64Rules getInt64()
optional .validate.Int64Rules int64 = 4;getInt64 in interface Validate.FieldRulesOrBuilderpublic Validate.Int64RulesOrBuilder getInt64OrBuilder()
optional .validate.Int64Rules int64 = 4;getInt64OrBuilder in interface Validate.FieldRulesOrBuilderpublic boolean hasUint32()
optional .validate.UInt32Rules uint32 = 5;hasUint32 in interface Validate.FieldRulesOrBuilderpublic Validate.UInt32Rules getUint32()
optional .validate.UInt32Rules uint32 = 5;getUint32 in interface Validate.FieldRulesOrBuilderpublic Validate.UInt32RulesOrBuilder getUint32OrBuilder()
optional .validate.UInt32Rules uint32 = 5;getUint32OrBuilder in interface Validate.FieldRulesOrBuilderpublic boolean hasUint64()
optional .validate.UInt64Rules uint64 = 6;hasUint64 in interface Validate.FieldRulesOrBuilderpublic Validate.UInt64Rules getUint64()
optional .validate.UInt64Rules uint64 = 6;getUint64 in interface Validate.FieldRulesOrBuilderpublic Validate.UInt64RulesOrBuilder getUint64OrBuilder()
optional .validate.UInt64Rules uint64 = 6;getUint64OrBuilder in interface Validate.FieldRulesOrBuilderpublic boolean hasSint32()
optional .validate.SInt32Rules sint32 = 7;hasSint32 in interface Validate.FieldRulesOrBuilderpublic Validate.SInt32Rules getSint32()
optional .validate.SInt32Rules sint32 = 7;getSint32 in interface Validate.FieldRulesOrBuilderpublic Validate.SInt32RulesOrBuilder getSint32OrBuilder()
optional .validate.SInt32Rules sint32 = 7;getSint32OrBuilder in interface Validate.FieldRulesOrBuilderpublic boolean hasSint64()
optional .validate.SInt64Rules sint64 = 8;hasSint64 in interface Validate.FieldRulesOrBuilderpublic Validate.SInt64Rules getSint64()
optional .validate.SInt64Rules sint64 = 8;getSint64 in interface Validate.FieldRulesOrBuilderpublic Validate.SInt64RulesOrBuilder getSint64OrBuilder()
optional .validate.SInt64Rules sint64 = 8;getSint64OrBuilder in interface Validate.FieldRulesOrBuilderpublic boolean hasFixed32()
optional .validate.Fixed32Rules fixed32 = 9;hasFixed32 in interface Validate.FieldRulesOrBuilderpublic Validate.Fixed32Rules getFixed32()
optional .validate.Fixed32Rules fixed32 = 9;getFixed32 in interface Validate.FieldRulesOrBuilderpublic Validate.Fixed32RulesOrBuilder getFixed32OrBuilder()
optional .validate.Fixed32Rules fixed32 = 9;getFixed32OrBuilder in interface Validate.FieldRulesOrBuilderpublic boolean hasFixed64()
optional .validate.Fixed64Rules fixed64 = 10;hasFixed64 in interface Validate.FieldRulesOrBuilderpublic Validate.Fixed64Rules getFixed64()
optional .validate.Fixed64Rules fixed64 = 10;getFixed64 in interface Validate.FieldRulesOrBuilderpublic Validate.Fixed64RulesOrBuilder getFixed64OrBuilder()
optional .validate.Fixed64Rules fixed64 = 10;getFixed64OrBuilder in interface Validate.FieldRulesOrBuilderpublic boolean hasSfixed32()
optional .validate.SFixed32Rules sfixed32 = 11;hasSfixed32 in interface Validate.FieldRulesOrBuilderpublic Validate.SFixed32Rules getSfixed32()
optional .validate.SFixed32Rules sfixed32 = 11;getSfixed32 in interface Validate.FieldRulesOrBuilderpublic Validate.SFixed32RulesOrBuilder getSfixed32OrBuilder()
optional .validate.SFixed32Rules sfixed32 = 11;getSfixed32OrBuilder in interface Validate.FieldRulesOrBuilderpublic boolean hasSfixed64()
optional .validate.SFixed64Rules sfixed64 = 12;hasSfixed64 in interface Validate.FieldRulesOrBuilderpublic Validate.SFixed64Rules getSfixed64()
optional .validate.SFixed64Rules sfixed64 = 12;getSfixed64 in interface Validate.FieldRulesOrBuilderpublic Validate.SFixed64RulesOrBuilder getSfixed64OrBuilder()
optional .validate.SFixed64Rules sfixed64 = 12;getSfixed64OrBuilder in interface Validate.FieldRulesOrBuilderpublic boolean hasBool()
optional .validate.BoolRules bool = 13;hasBool in interface Validate.FieldRulesOrBuilderpublic Validate.BoolRules getBool()
optional .validate.BoolRules bool = 13;getBool in interface Validate.FieldRulesOrBuilderpublic Validate.BoolRulesOrBuilder getBoolOrBuilder()
optional .validate.BoolRules bool = 13;getBoolOrBuilder in interface Validate.FieldRulesOrBuilderpublic boolean hasString()
optional .validate.StringRules string = 14;hasString in interface Validate.FieldRulesOrBuilderpublic Validate.StringRules getString()
optional .validate.StringRules string = 14;getString in interface Validate.FieldRulesOrBuilderpublic Validate.StringRulesOrBuilder getStringOrBuilder()
optional .validate.StringRules string = 14;getStringOrBuilder in interface Validate.FieldRulesOrBuilderpublic boolean hasBytes()
optional .validate.BytesRules bytes = 15;hasBytes in interface Validate.FieldRulesOrBuilderpublic Validate.BytesRules getBytes()
optional .validate.BytesRules bytes = 15;getBytes in interface Validate.FieldRulesOrBuilderpublic Validate.BytesRulesOrBuilder getBytesOrBuilder()
optional .validate.BytesRules bytes = 15;getBytesOrBuilder in interface Validate.FieldRulesOrBuilderpublic boolean hasEnum()
Complex Field Types
optional .validate.EnumRules enum = 16;hasEnum in interface Validate.FieldRulesOrBuilderpublic Validate.EnumRules getEnum()
Complex Field Types
optional .validate.EnumRules enum = 16;getEnum in interface Validate.FieldRulesOrBuilderpublic Validate.EnumRulesOrBuilder getEnumOrBuilder()
Complex Field Types
optional .validate.EnumRules enum = 16;getEnumOrBuilder in interface Validate.FieldRulesOrBuilderpublic boolean hasMessage()
optional .validate.MessageRules message = 17;hasMessage in interface Validate.FieldRulesOrBuilderpublic Validate.MessageRules getMessage()
optional .validate.MessageRules message = 17;getMessage in interface Validate.FieldRulesOrBuilderpublic Validate.MessageRulesOrBuilder getMessageOrBuilder()
optional .validate.MessageRules message = 17;getMessageOrBuilder in interface Validate.FieldRulesOrBuilderpublic boolean hasRepeated()
optional .validate.RepeatedRules repeated = 18;hasRepeated in interface Validate.FieldRulesOrBuilderpublic Validate.RepeatedRules getRepeated()
optional .validate.RepeatedRules repeated = 18;getRepeated in interface Validate.FieldRulesOrBuilderpublic Validate.RepeatedRulesOrBuilder getRepeatedOrBuilder()
optional .validate.RepeatedRules repeated = 18;getRepeatedOrBuilder in interface Validate.FieldRulesOrBuilderpublic boolean hasMap()
optional .validate.MapRules map = 19;hasMap in interface Validate.FieldRulesOrBuilderpublic Validate.MapRules getMap()
optional .validate.MapRules map = 19;getMap in interface Validate.FieldRulesOrBuilderpublic Validate.MapRulesOrBuilder getMapOrBuilder()
optional .validate.MapRules map = 19;getMapOrBuilder in interface Validate.FieldRulesOrBuilderpublic boolean hasAny()
Well-Known Field Types
optional .validate.AnyRules any = 20;hasAny in interface Validate.FieldRulesOrBuilderpublic Validate.AnyRules getAny()
Well-Known Field Types
optional .validate.AnyRules any = 20;getAny in interface Validate.FieldRulesOrBuilderpublic Validate.AnyRulesOrBuilder getAnyOrBuilder()
Well-Known Field Types
optional .validate.AnyRules any = 20;getAnyOrBuilder in interface Validate.FieldRulesOrBuilderpublic boolean hasDuration()
optional .validate.DurationRules duration = 21;hasDuration in interface Validate.FieldRulesOrBuilderpublic Validate.DurationRules getDuration()
optional .validate.DurationRules duration = 21;getDuration in interface Validate.FieldRulesOrBuilderpublic Validate.DurationRulesOrBuilder getDurationOrBuilder()
optional .validate.DurationRules duration = 21;getDurationOrBuilder in interface Validate.FieldRulesOrBuilderpublic boolean hasTimestamp()
optional .validate.TimestampRules timestamp = 22;hasTimestamp in interface Validate.FieldRulesOrBuilderpublic Validate.TimestampRules getTimestamp()
optional .validate.TimestampRules timestamp = 22;getTimestamp in interface Validate.FieldRulesOrBuilderpublic Validate.TimestampRulesOrBuilder getTimestampOrBuilder()
optional .validate.TimestampRules timestamp = 22;getTimestampOrBuilder in interface Validate.FieldRulesOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(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 Validate.FieldRules parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Validate.FieldRules parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Validate.FieldRules parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Validate.FieldRules parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Validate.FieldRules parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Validate.FieldRules parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Validate.FieldRules parseFrom(InputStream input) throws IOException
IOExceptionpublic static Validate.FieldRules parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Validate.FieldRules parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Validate.FieldRules parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Validate.FieldRules parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Validate.FieldRules parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Validate.FieldRules.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Validate.FieldRules.Builder newBuilder()
public static Validate.FieldRules.Builder newBuilder(Validate.FieldRules prototype)
public Validate.FieldRules.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Validate.FieldRules.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Validate.FieldRules getDefaultInstance()
public static com.google.protobuf.Parser<Validate.FieldRules> parser()
public com.google.protobuf.Parser<Validate.FieldRules> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Validate.FieldRules getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2019 WSO2. All rights reserved.