public interface ListFeaturesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFilter()
Lists Features that match the filter expression, following the syntax
outlined in https://google.aip.dev/160.
|
com.google.protobuf.ByteString |
getFilterBytes()
Lists Features that match the filter expression, following the syntax
outlined in https://google.aip.dev/160.
|
String |
getOrderBy()
One or more fields to compare and use to sort the output.
|
com.google.protobuf.ByteString |
getOrderByBytes()
One or more fields to compare and use to sort the output.
|
int |
getPageSize()
When requesting a 'page' of resources, `page_size` specifies number of
resources to return.
|
String |
getPageToken()
Token returned by previous call to `ListFeatures` which
specifies the position in the list from where to continue listing the
resources.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Token returned by previous call to `ListFeatures` which
specifies the position in the list from where to continue listing the
resources.
|
String |
getParent()
The parent (project and location) where the Features will be listed.
|
com.google.protobuf.ByteString |
getParentBytes()
The parent (project and location) where the Features will be listed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
The parent (project and location) where the Features will be listed. Specified in the format `projects/*/locations/*`.
string parent = 1;com.google.protobuf.ByteString getParentBytes()
The parent (project and location) where the Features will be listed. Specified in the format `projects/*/locations/*`.
string parent = 1;int getPageSize()
When requesting a 'page' of resources, `page_size` specifies number of resources to return. If unspecified or set to 0, all resources will be returned.
int32 page_size = 2;String getPageToken()
Token returned by previous call to `ListFeatures` which specifies the position in the list from where to continue listing the resources.
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
Token returned by previous call to `ListFeatures` which specifies the position in the list from where to continue listing the resources.
string page_token = 3;String getFilter()
Lists Features that match the filter expression, following the syntax
outlined in https://google.aip.dev/160.
Examples:
- Feature with the name "servicemesh" in project "foo-proj":
name = "projects/foo-proj/locations/global/features/servicemesh"
- Features that have a label called `foo`:
labels.foo:*
- Features that have a label called `foo` whose value is `bar`:
labels.foo = bar
string filter = 4;com.google.protobuf.ByteString getFilterBytes()
Lists Features that match the filter expression, following the syntax
outlined in https://google.aip.dev/160.
Examples:
- Feature with the name "servicemesh" in project "foo-proj":
name = "projects/foo-proj/locations/global/features/servicemesh"
- Features that have a label called `foo`:
labels.foo:*
- Features that have a label called `foo` whose value is `bar`:
labels.foo = bar
string filter = 4;String getOrderBy()
One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.
string order_by = 5;com.google.protobuf.ByteString getOrderByBytes()
One or more fields to compare and use to sort the output. See https://google.aip.dev/132#ordering.
string order_by = 5;Copyright © 2024 Google LLC. All rights reserved.