Reference documentation and code samples for the Agent Registry V1 API class Google::Cloud::AgentRegistry::V1::FetchAvailableBindingsResponse.
Message for response to fetching available 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 Bindings.
#bindings=
def bindings=(value) -> ::Array<::Google::Cloud::AgentRegistry::V1::Binding>
Parameter
- value (::Array<::Google::Cloud::AgentRegistry::V1::Binding>) — The list of Bindings.
Returns
- (::Array<::Google::Cloud::AgentRegistry::V1::Binding>) — The list of Bindings.
#next_page_token
def next_page_token() -> ::String
Returns
- (::String) — A token identifying a page of results the server should return.
#next_page_token=
def next_page_token=(value) -> ::String
Parameter
- value (::String) — A token identifying a page of results the server should return.
Returns
- (::String) — A token identifying a page of results the server should return.