Agent Registry V1 API - Class Google::Cloud::AgentRegistry::V1::FetchAvailableBindingsRequest (v0.1.0)

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
Returns
  • (::Integer) — Optional. Requested page size. Server may return fewer items than requested. Page size is 500 if unspecified and is capped at 500 even 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 500 even 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 500 even 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 parent, in the format projects/{project}/locations/{location}.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent, in the format projects/{project}/locations/{location}.
Returns
  • (::String) — Required. The parent, in the format projects/{project}/locations/{location}.

#source_identifier

def source_identifier() -> ::String
Returns
  • (::String) —

    The identifier of the source Agent. Format:

    • urn:agent:{publisher}:{namespace}:{name}

#source_identifier=

def source_identifier=(value) -> ::String
Parameter
  • value (::String) —

    The identifier of the source Agent. Format:

    • urn:agent:{publisher}:{namespace}:{name}
Returns
  • (::String) —

    The identifier of the source Agent. Format:

    • urn:agent:{publisher}:{namespace}:{name}

#target_identifier

def target_identifier() -> ::String
Returns
  • (::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
Parameter
  • 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}
Returns
  • (::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}