Reference documentation and code samples for the Agent Registry V1 API class Google::Cloud::AgentRegistry::V1::ListServicesRequest.
Message for requesting list of Services
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String-
(::String) —
Optional. A query string used to filter the list of services returned. The filter expression must follow AIP-160 syntax.
Filtering is supported on the
name,display_name,description, andlabelsfields.Some examples:
name = "projects/p1/locations/l1/services/s1"display_name = "my-service"description : "myservice description"labels.env = "prod"
#filter=
def filter=(value) -> ::String-
value (::String) —
Optional. A query string used to filter the list of services returned. The filter expression must follow AIP-160 syntax.
Filtering is supported on the
name,display_name,description, andlabelsfields.Some examples:
name = "projects/p1/locations/l1/services/s1"display_name = "my-service"description : "myservice description"labels.env = "prod"
-
(::String) —
Optional. A query string used to filter the list of services returned. The filter expression must follow AIP-160 syntax.
Filtering is supported on the
name,display_name,description, andlabelsfields.Some examples:
name = "projects/p1/locations/l1/services/s1"display_name = "my-service"description : "myservice description"labels.env = "prod"
#page_size
def page_size() -> ::Integer- (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
#page_size=
def page_size=(value) -> ::Integer- value (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
- (::Integer) — Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
#page_token
def page_token() -> ::String- (::String) — Optional. A token identifying a page of results the server should return.
#page_token=
def page_token=(value) -> ::String- value (::String) — Optional. A token identifying a page of results the server should return.
- (::String) — Optional. A token identifying a page of results the server should return.
#parent
def parent() -> ::String-
(::String) — Required. The project and location to list services in.
Expected format:
projects/{project}/locations/{location}.
#parent=
def parent=(value) -> ::String-
value (::String) — Required. The project and location to list services in.
Expected format:
projects/{project}/locations/{location}.
-
(::String) — Required. The project and location to list services in.
Expected format:
projects/{project}/locations/{location}.