Reference documentation and code samples for the Agent Registry V1 API class Google::Cloud::AgentRegistry::V1::ListBindingsRequest.
Message for requesting a list of Bindings.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#filter
def filter() -> ::String
Returns
- (::String) — Optional. A query string used to filter the list of bindings returned. The filter expression must follow AIP-160 syntax.
#filter=
def filter=(value) -> ::String
Parameter
- value (::String) — Optional. A query string used to filter the list of bindings returned. The filter expression must follow AIP-160 syntax.
Returns
- (::String) — Optional. A query string used to filter the list of bindings returned. The filter expression must follow AIP-160 syntax.
#order_by
def order_by() -> ::String
Returns
- (::String) — Optional. Hint for how to order the results
#order_by=
def order_by=(value) -> ::String
Parameter
- value (::String) — Optional. Hint for how to order the results
Returns
- (::String) — Optional. Hint for how to order the results
#page_size
def page_size() -> ::Integer
Returns
-
(::Integer) — Optional. Requested page size. Server may return fewer items than
requested. Page size is 500 if unspecified and is capped at
500even if a larger value is given.
#page_size=
def page_size=(value) -> ::Integer
Parameter
-
value (::Integer) — Optional. Requested page size. Server may return fewer items than
requested. Page size is 500 if unspecified and is capped at
500even if a larger value is given.
Returns
-
(::Integer) — Optional. Requested page size. Server may return fewer items than
requested. Page size is 500 if unspecified and is capped at
500even if a larger value is given.
#page_token
def page_token() -> ::String
Returns
- (::String) — Optional. A token identifying a page of results the server should return.
#page_token=
def page_token=(value) -> ::String
Parameter
- value (::String) — Optional. A token identifying a page of results the server should return.
Returns
- (::String) — Optional. A token identifying a page of results the server should return.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The project and location to list bindings in.
Expected format:
projects/{project}/locations/{location}.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The project and location to list bindings in.
Expected format:
projects/{project}/locations/{location}.
Returns
-
(::String) — Required. The project and location to list bindings in.
Expected format:
projects/{project}/locations/{location}.