TimeOptionOrBuilder

public interface TimeOptionOrBuilder implements MessageOrBuilder

Functions

Link copied to clipboard
public abstract String getErrorMsg()
A user-defined validation error format message.
May include tokens `{value}`—for the actual value of the field, and `{other}`—for
the expected value. The tokens will be replaced at runtime when the error is constructed.
string error_msg = 3;
Link copied to clipboard
public abstract ByteString getErrorMsgBytes()
A user-defined validation error format message.
May include tokens `{value}`—for the actual value of the field, and `{other}`—for
the expected value. The tokens will be replaced at runtime when the error is constructed.
string error_msg = 3;
Link copied to clipboard
public abstract Time getIn()
Defines a restriction for the timestamp.
.Time in = 1;
Link copied to clipboard
public abstract int getInValue()
Defines a restriction for the timestamp.
.Time in = 1;
Link copied to clipboard
public abstract String getMsgFormat()
A user-defined validation error format message.
Deprecated. Use `error_msg` instead.
string msg_format = 2 [deprecated = true];
Link copied to clipboard
public abstract ByteString getMsgFormatBytes()
A user-defined validation error format message.
Deprecated. Use `error_msg` instead.
string msg_format = 2 [deprecated = true];

Inherited functions

Link copied to clipboard
Link copied to clipboard
public abstract Map<Descriptors.FieldDescriptor, Object> getAllFields()
Link copied to clipboard
public abstract Message getDefaultInstanceForType()
public abstract MessageLite getDefaultInstanceForType()
Link copied to clipboard
public abstract Descriptors.Descriptor getDescriptorForType()
Link copied to clipboard
public abstract Object getField(Descriptors.FieldDescriptor p)
Link copied to clipboard
Link copied to clipboard
public abstract Descriptors.FieldDescriptor getOneofFieldDescriptor(Descriptors.OneofDescriptor p)
Link copied to clipboard
public abstract Object getRepeatedField(Descriptors.FieldDescriptor p, int p1)
Link copied to clipboard
public abstract int getRepeatedFieldCount(Descriptors.FieldDescriptor p)
Link copied to clipboard
public abstract UnknownFieldSet getUnknownFields()
Link copied to clipboard
public abstract boolean hasField(Descriptors.FieldDescriptor p)
Link copied to clipboard
public abstract boolean hasOneof(Descriptors.OneofDescriptor p)
Link copied to clipboard
public abstract boolean isInitialized()

Inheritors

Link copied to clipboard
Link copied to clipboard