public static interface SearchDataItemsRequest.OrderByAnnotationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getOrderBy()
public abstract String getOrderBy()
A comma-separated list of annotation fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Must also specify saved_query.
string order_by = 2;
Returns | |
---|---|
Type | Description |
String |
The orderBy. |
getOrderByBytes()
public abstract ByteString getOrderByBytes()
A comma-separated list of annotation fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Must also specify saved_query.
string order_by = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for orderBy. |
getSavedQuery()
public abstract String getSavedQuery()
Required. Saved query of the Annotation. Only Annotations belong to this saved query will be considered for ordering.
string saved_query = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The savedQuery. |
getSavedQueryBytes()
public abstract ByteString getSavedQueryBytes()
Required. Saved query of the Annotation. Only Annotations belong to this saved query will be considered for ordering.
string saved_query = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for savedQuery. |