public static interface CatalogAttribute.FacetConfig.IgnoredFacetValuesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getEndTime()
If start time is empty and end time is not empty, then ignore these
facet values before end time.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
If start time is empty and end time is not empty, then ignore these
facet values before end time.
|
com.google.protobuf.Timestamp |
getStartTime()
Time range for the current list of facet values to ignore.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Time range for the current list of facet values to ignore.
|
String |
getValues(int index)
List of facet values to ignore for the following time range.
|
com.google.protobuf.ByteString |
getValuesBytes(int index)
List of facet values to ignore for the following time range.
|
int |
getValuesCount()
List of facet values to ignore for the following time range.
|
List<String> |
getValuesList()
List of facet values to ignore for the following time range.
|
boolean |
hasEndTime()
If start time is empty and end time is not empty, then ignore these
facet values before end time.
|
boolean |
hasStartTime()
Time range for the current list of facet values to ignore.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getValuesList()
List of facet values to ignore for the following time range. The facet values are the same as the attribute values. There is a limit of 10 values per instance of IgnoredFacetValues. Each value can have at most 128 characters.
repeated string values = 1;int getValuesCount()
List of facet values to ignore for the following time range. The facet values are the same as the attribute values. There is a limit of 10 values per instance of IgnoredFacetValues. Each value can have at most 128 characters.
repeated string values = 1;String getValues(int index)
List of facet values to ignore for the following time range. The facet values are the same as the attribute values. There is a limit of 10 values per instance of IgnoredFacetValues. Each value can have at most 128 characters.
repeated string values = 1;index - The index of the element to return.com.google.protobuf.ByteString getValuesBytes(int index)
List of facet values to ignore for the following time range. The facet values are the same as the attribute values. There is a limit of 10 values per instance of IgnoredFacetValues. Each value can have at most 128 characters.
repeated string values = 1;index - The index of the value to return.boolean hasStartTime()
Time range for the current list of facet values to ignore. If multiple time ranges are specified for an facet value for the current attribute, consider all of them. If both are empty, ignore always. If start time and end time are set, then start time must be before end time. If start time is not empty and end time is empty, then will ignore these facet values after the start time.
.google.protobuf.Timestamp start_time = 2;com.google.protobuf.Timestamp getStartTime()
Time range for the current list of facet values to ignore. If multiple time ranges are specified for an facet value for the current attribute, consider all of them. If both are empty, ignore always. If start time and end time are set, then start time must be before end time. If start time is not empty and end time is empty, then will ignore these facet values after the start time.
.google.protobuf.Timestamp start_time = 2;com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Time range for the current list of facet values to ignore. If multiple time ranges are specified for an facet value for the current attribute, consider all of them. If both are empty, ignore always. If start time and end time are set, then start time must be before end time. If start time is not empty and end time is empty, then will ignore these facet values after the start time.
.google.protobuf.Timestamp start_time = 2;boolean hasEndTime()
If start time is empty and end time is not empty, then ignore these facet values before end time.
.google.protobuf.Timestamp end_time = 3;com.google.protobuf.Timestamp getEndTime()
If start time is empty and end time is not empty, then ignore these facet values before end time.
.google.protobuf.Timestamp end_time = 3;com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
If start time is empty and end time is not empty, then ignore these facet values before end time.
.google.protobuf.Timestamp end_time = 3;Copyright © 2025 Google LLC. All rights reserved.