public interface FacetValueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatetimeValue()
public abstract DateTime getDatetimeValue()Datetime type value.
 .google.type.DateTime datetime_value = 3;
| Returns | |
|---|---|
| Type | Description | 
com.google.type.DateTime | 
        The datetimeValue.  | 
      
getDatetimeValueOrBuilder()
public abstract DateTimeOrBuilder getDatetimeValueOrBuilder()Datetime type value.
 .google.type.DateTime datetime_value = 3;
| Returns | |
|---|---|
| Type | Description | 
com.google.type.DateTimeOrBuilder | 
        |
getIntegerValue()
public abstract long getIntegerValue()Integer type value.
 int64 integer_value = 2;
| Returns | |
|---|---|
| Type | Description | 
long | 
        The integerValue.  | 
      
getStringValue()
public abstract String getStringValue()String type value.
 string string_value = 1;
| Returns | |
|---|---|
| Type | Description | 
String | 
        The stringValue.  | 
      
getStringValueBytes()
public abstract ByteString getStringValueBytes()String type value.
 string string_value = 1;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for stringValue.  | 
      
getValueCase()
public abstract FacetValue.ValueCase getValueCase()| Returns | |
|---|---|
| Type | Description | 
FacetValue.ValueCase | 
        |
hasDatetimeValue()
public abstract boolean hasDatetimeValue()Datetime type value.
 .google.type.DateTime datetime_value = 3;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the datetimeValue field is set.  | 
      
hasIntegerValue()
public abstract boolean hasIntegerValue()Integer type value.
 int64 integer_value = 2;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the integerValue field is set.  | 
      
hasStringValue()
public abstract boolean hasStringValue()String type value.
 string string_value = 1;
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the stringValue field is set.  |