public static interface Rule.ForceReturnFacetAction.FacetPositionAdjustmentOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAttributeName()
The attribute name to force return as a facet.
|
com.google.protobuf.ByteString |
getAttributeNameBytes()
The attribute name to force return as a facet.
|
int |
getPosition()
This is the position in the request as explained above.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getAttributeName()
The attribute name to force return as a facet. Each attribute name should be a valid attribute name, be non-empty and contain at most 80 characters long.
string attribute_name = 1;com.google.protobuf.ByteString getAttributeNameBytes()
The attribute name to force return as a facet. Each attribute name should be a valid attribute name, be non-empty and contain at most 80 characters long.
string attribute_name = 1;int getPosition()
This is the position in the request as explained above. It should be strictly positive be at most 100.
int32 position = 2;Copyright © 2025 Google LLC. All rights reserved.