Reference documentation and code samples for the Agent Registry V1 API class Google::Cloud::AgentRegistry::V1::ListBindingsResponse.
Message for response to listing Bindings
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bindings
def bindings() -> ::Array<::Google::Cloud::AgentRegistry::V1::Binding>
Returns
-
(::Array<::Google::Cloud::AgentRegistry::V1::Binding>) — The list of Binding resources matching the parent and filter criteria in
the request. Each Binding resource follows the format:
projects/{project}/locations/{location}/bindings/{binding}.
#bindings=
def bindings=(value) -> ::Array<::Google::Cloud::AgentRegistry::V1::Binding>
Parameter
-
value (::Array<::Google::Cloud::AgentRegistry::V1::Binding>) — The list of Binding resources matching the parent and filter criteria in
the request. Each Binding resource follows the format:
projects/{project}/locations/{location}/bindings/{binding}.
Returns
-
(::Array<::Google::Cloud::AgentRegistry::V1::Binding>) — The list of Binding resources matching the parent and filter criteria in
the request. Each Binding resource follows the format:
projects/{project}/locations/{location}/bindings/{binding}.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token identifying a page of results the server should return. Used in [page_token][google.cloud.agentregistry.v1main.ListBindingsRequest.page_token].
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token identifying a page of results the server should return. Used in [page_token][google.cloud.agentregistry.v1main.ListBindingsRequest.page_token].
Returns
- (::String) — A token identifying a page of results the server should return. Used in [page_token][google.cloud.agentregistry.v1main.ListBindingsRequest.page_token].