public static interface Rule.RemoveFacetActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeNames(int index)
The attribute names (i.e. facet keys) to remove from the dynamic facets
(if present in the request).
|
com.google.protobuf.ByteString |
getAttributeNamesBytes(int index)
The attribute names (i.e. facet keys) to remove from the dynamic facets
(if present in the request).
|
int |
getAttributeNamesCount()
The attribute names (i.e. facet keys) to remove from the dynamic facets
(if present in the request).
|
List<String> |
getAttributeNamesList()
The attribute names (i.e. facet keys) to remove from the dynamic facets
(if present in the request).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getAttributeNamesList()
The attribute names (i.e. facet keys) to remove from the dynamic facets (if present in the request). There can't be more 3 attribute names. Each attribute name should be a valid attribute name, be non-empty and contain at most 80 characters.
repeated string attribute_names = 1;int getAttributeNamesCount()
The attribute names (i.e. facet keys) to remove from the dynamic facets (if present in the request). There can't be more 3 attribute names. Each attribute name should be a valid attribute name, be non-empty and contain at most 80 characters.
repeated string attribute_names = 1;String getAttributeNames(int index)
The attribute names (i.e. facet keys) to remove from the dynamic facets (if present in the request). There can't be more 3 attribute names. Each attribute name should be a valid attribute name, be non-empty and contain at most 80 characters.
repeated string attribute_names = 1;index - The index of the element to return.com.google.protobuf.ByteString getAttributeNamesBytes(int index)
The attribute names (i.e. facet keys) to remove from the dynamic facets (if present in the request). There can't be more 3 attribute names. Each attribute name should be a valid attribute name, be non-empty and contain at most 80 characters.
repeated string attribute_names = 1;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.