public final class FilterOperatorAndValues extends GeneratedMessage implements FilterOperatorAndValuesOrBuilderProtobuf type google.cloud.chronicle.v1.FilterOperatorAndValues
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > FilterOperatorAndValuesImplements
FilterOperatorAndValuesOrBuilderStatic Fields
FIELD_VALUES_FIELD_NUMBER
public static final int FIELD_VALUES_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
FILTER_OPERATOR_FIELD_NUMBER
public static final int FILTER_OPERATOR_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static FilterOperatorAndValues getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
FilterOperatorAndValues |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static FilterOperatorAndValues.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
FilterOperatorAndValues.Builder |
|
newBuilder(FilterOperatorAndValues prototype)
public static FilterOperatorAndValues.Builder newBuilder(FilterOperatorAndValues prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
FilterOperatorAndValues |
| Returns | |
|---|---|
| Type | Description |
FilterOperatorAndValues.Builder |
|
parseDelimitedFrom(InputStream input)
public static FilterOperatorAndValues parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
FilterOperatorAndValues |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FilterOperatorAndValues parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FilterOperatorAndValues |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static FilterOperatorAndValues parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
FilterOperatorAndValues |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static FilterOperatorAndValues parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FilterOperatorAndValues |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static FilterOperatorAndValues parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
FilterOperatorAndValues |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static FilterOperatorAndValues parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FilterOperatorAndValues |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static FilterOperatorAndValues parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
FilterOperatorAndValues |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static FilterOperatorAndValues parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FilterOperatorAndValues |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static FilterOperatorAndValues parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
FilterOperatorAndValues |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static FilterOperatorAndValues parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FilterOperatorAndValues |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static FilterOperatorAndValues parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
FilterOperatorAndValues |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static FilterOperatorAndValues parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
FilterOperatorAndValues |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<FilterOperatorAndValues> parser()| Returns | |
|---|---|
| Type | Description |
Parser<FilterOperatorAndValues> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public FilterOperatorAndValues getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
FilterOperatorAndValues |
|
getFieldValues(int index)
public String getFieldValues(int index)Values for the modifier. All operators should have a single value other than 'IN' and 'BETWEEN'. 'PAST' will have negative seconds like -86400 is past 1 day.
repeated string field_values = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The fieldValues at the given index. |
getFieldValuesBytes(int index)
public ByteString getFieldValuesBytes(int index)Values for the modifier. All operators should have a single value other than 'IN' and 'BETWEEN'. 'PAST' will have negative seconds like -86400 is past 1 day.
repeated string field_values = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the fieldValues at the given index. |
getFieldValuesCount()
public int getFieldValuesCount()Values for the modifier. All operators should have a single value other than 'IN' and 'BETWEEN'. 'PAST' will have negative seconds like -86400 is past 1 day.
repeated string field_values = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The count of fieldValues. |
getFieldValuesList()
public ProtocolStringList getFieldValuesList()Values for the modifier. All operators should have a single value other than 'IN' and 'BETWEEN'. 'PAST' will have negative seconds like -86400 is past 1 day.
repeated string field_values = 2;
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the fieldValues. |
getFilterOperator()
public FilterOperator getFilterOperator()Operator for a single filter modifier.
.google.cloud.chronicle.v1.FilterOperator filter_operator = 1;
| Returns | |
|---|---|
| Type | Description |
FilterOperator |
The filterOperator. |
getFilterOperatorValue()
public int getFilterOperatorValue()Operator for a single filter modifier.
.google.cloud.chronicle.v1.FilterOperator filter_operator = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for filterOperator. |
getParserForType()
public Parser<FilterOperatorAndValues> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<FilterOperatorAndValues> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public FilterOperatorAndValues.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
FilterOperatorAndValues.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected FilterOperatorAndValues.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
FilterOperatorAndValues.Builder |
|
toBuilder()
public FilterOperatorAndValues.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
FilterOperatorAndValues.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|