public final class TimeFilter extends GeneratedMessage implements TimeFilterOrBuilderFilter on create timestamp or update timestamp of documents.
Protobuf type google.cloud.contentwarehouse.v1.TimeFilter
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > TimeFilterImplements
TimeFilterOrBuilderStatic Fields
TIME_FIELD_FIELD_NUMBER
public static final int TIME_FIELD_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
TIME_RANGE_FIELD_NUMBER
public static final int TIME_RANGE_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static TimeFilter getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
TimeFilter |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static TimeFilter.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
TimeFilter.Builder |
|
newBuilder(TimeFilter prototype)
public static TimeFilter.Builder newBuilder(TimeFilter prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
TimeFilter |
| Returns | |
|---|---|
| Type | Description |
TimeFilter.Builder |
|
parseDelimitedFrom(InputStream input)
public static TimeFilter parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
TimeFilter |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TimeFilter parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TimeFilter |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static TimeFilter parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
TimeFilter |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static TimeFilter parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TimeFilter |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static TimeFilter parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
TimeFilter |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static TimeFilter parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TimeFilter |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static TimeFilter parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
TimeFilter |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static TimeFilter parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TimeFilter |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static TimeFilter parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
TimeFilter |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static TimeFilter parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TimeFilter |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static TimeFilter parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
TimeFilter |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static TimeFilter parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
TimeFilter |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<TimeFilter> parser()| Returns | |
|---|---|
| Type | Description |
Parser<TimeFilter> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public TimeFilter getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
TimeFilter |
|
getParserForType()
public Parser<TimeFilter> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<TimeFilter> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
getTimeField()
public TimeFilter.TimeField getTimeField()Specifies which time field to filter documents on.
Defaults to [TimeField.UPLOAD_TIME][].
.google.cloud.contentwarehouse.v1.TimeFilter.TimeField time_field = 2;
| Returns | |
|---|---|
| Type | Description |
TimeFilter.TimeField |
The timeField. |
getTimeFieldValue()
public int getTimeFieldValue()Specifies which time field to filter documents on.
Defaults to [TimeField.UPLOAD_TIME][].
.google.cloud.contentwarehouse.v1.TimeFilter.TimeField time_field = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for timeField. |
getTimeRange()
public Interval getTimeRange().google.type.Interval time_range = 1;
| Returns | |
|---|---|
| Type | Description |
com.google.type.Interval |
The timeRange. |
getTimeRangeOrBuilder()
public IntervalOrBuilder getTimeRangeOrBuilder().google.type.Interval time_range = 1;
| Returns | |
|---|---|
| Type | Description |
com.google.type.IntervalOrBuilder |
|
hasTimeRange()
public boolean hasTimeRange().google.type.Interval time_range = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the timeRange field is set. |
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 TimeFilter.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
TimeFilter.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected TimeFilter.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
TimeFilter.Builder |
|
toBuilder()
public TimeFilter.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
TimeFilter.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|