Struct gapi_grpc::google::cloud::servicedirectory::v1::ListServicesRequest [−][src]
The request message for [RegistrationService.ListServices][google.cloud.servicedirectory.v1.RegistrationService.ListServices].
Fields
parent: String
Required. The resource name of the namespace whose services we’d like to list.
page_size: i32
Optional. The maximum number of items to return.
page_token: String
Optional. The next_page_token value returned from a previous List request, if any.
filter: String
Optional. The filter to list result by.
General filter string syntax:
Examples of valid filters:
- “metadata.owner” returns Services that have a label with the key “owner” this is the same as “metadata:owner”.
- “metadata.protocol=gRPC” returns Services that have key/value “protocol=gRPC”.
- “name>projects/my-project/locations/us-east/namespaces/my-namespace/services/service-c” returns Services that have name that is alphabetically later than the string, so “service-e” will be returned but “service-a” will not be.
- “metadata.owner!=sd AND metadata.foo=bar” returns Services that have “owner” in label key but value is not “sd” AND have key/value foo=bar.
- “doesnotexist.foo=bar” returns an empty list. Note that Service doesn’t have a field called “doesnotexist”. Since the filter does not match any Services, it returns no results.
order_by: String
Optional. The order to list result by.
Trait Implementations
impl Clone for ListServicesRequest
[src][+]
impl Debug for ListServicesRequest
[src][+]
impl Default for ListServicesRequest
[src][+]
impl Message for ListServicesRequest
[src][+]
impl PartialEq<ListServicesRequest> for ListServicesRequest
[src][+]
impl StructuralPartialEq for ListServicesRequest
[src]
Auto Trait Implementations
impl RefUnwindSafe for ListServicesRequest
impl Send for ListServicesRequest
impl Sync for ListServicesRequest
impl Unpin for ListServicesRequest
impl UnwindSafe for ListServicesRequest
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,