Reference documentation and code samples for the Agent Registry V1 API class Google::Cloud::AgentRegistry::V1::FetchAvailableBindingsRequest.
Message for fetching available Bindings.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#page_size
def page_size() -> ::Integer-
(::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-
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.
-
(::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- (::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 parent, in the format
projects/{project}/locations/{location}.
#parent=
def parent=(value) -> ::String-
value (::String) — Required. The parent, in the format
projects/{project}/locations/{location}.
-
(::String) — Required. The parent, in the format
projects/{project}/locations/{location}.
#source_identifier
def source_identifier() -> ::String-
(::String) —
The identifier of the source Agent. Format:
urn:agent:{publisher}:{namespace}:{name}
#source_identifier=
def source_identifier=(value) -> ::String-
value (::String) —
The identifier of the source Agent. Format:
urn:agent:{publisher}:{namespace}:{name}
-
(::String) —
The identifier of the source Agent. Format:
urn:agent:{publisher}:{namespace}:{name}
#target_identifier
def target_identifier() -> ::String-
(::String) —
Optional. The identifier of the target Agent, MCP Server, or Endpoint. Format:
urn:agent:{publisher}:{namespace}:{name}urn:mcp:{publisher}:{namespace}:{name}urn:endpoint:{publisher}:{namespace}:{name}
#target_identifier=
def target_identifier=(value) -> ::String-
value (::String) —
Optional. The identifier of the target Agent, MCP Server, or Endpoint. Format:
urn:agent:{publisher}:{namespace}:{name}urn:mcp:{publisher}:{namespace}:{name}urn:endpoint:{publisher}:{namespace}:{name}
-
(::String) —
Optional. The identifier of the target Agent, MCP Server, or Endpoint. Format:
urn:agent:{publisher}:{namespace}:{name}urn:mcp:{publisher}:{namespace}:{name}urn:endpoint:{publisher}:{namespace}:{name}