Summary of entries of Methods for google-cloud-apiregistry.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient
CloudApiRegistryAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.apiregistry_v1beta.services.cloud_api_registry.transports.base.CloudApiRegistryTransport,
typing.Callable[
[...],
google.cloud.apiregistry_v1beta.services.cloud_api_registry.transports.base.CloudApiRegistryTransport,
],
]
] = "grpc_asyncio",
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the cloud api registry async client.
See more: google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.get_location
get_location(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.GetLocationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.get_location
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.get_mcp_server
get_mcp_server(
request: typing.Optional[
typing.Union[
google.cloud.apiregistry_v1beta.types.service.GetMcpServerRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.apiregistry_v1beta.types.resources.McpServerGets a single McpServer.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.get_mcp_tool
get_mcp_tool(
request: typing.Optional[
typing.Union[
google.cloud.apiregistry_v1beta.types.service.GetMcpToolRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.apiregistry_v1beta.types.resources.McpToolGets a single McpTool.
See more: google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.get_mcp_tool
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Return the API endpoint and client cert source for mutual TLS.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.apiregistry_v1beta.services.cloud_api_registry.transports.base.CloudApiRegistryTransport
]Returns an appropriate transport class.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.list_locations
list_locations(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.ListLocationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.list_mcp_servers
list_mcp_servers(
request: typing.Optional[
typing.Union[
google.cloud.apiregistry_v1beta.types.service.ListMcpServersRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.apiregistry_v1beta.services.cloud_api_registry.pagers.ListMcpServersAsyncPager
)Lists McpServers in a given Project.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.list_mcp_tools
list_mcp_tools(
request: typing.Optional[
typing.Union[
google.cloud.apiregistry_v1beta.types.service.ListMcpToolsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.apiregistry_v1beta.services.cloud_api_registry.pagers.ListMcpToolsAsyncPager
)Lists McpTools in a given McpServer.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.mcp_server_path
mcp_server_path(
project: str, location: str, api_namespace: str, mcp_server: str
) -> strReturns a fully-qualified mcp_server string.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.mcp_tool_path
mcp_tool_path(
project: str, location: str, api_namespace: str, mcp_server: str, mcp_tool: str
) -> strReturns a fully-qualified mcp_tool string.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.parse_mcp_server_path
parse_mcp_server_path(path: str) -> typing.Dict[str, str]Parses a mcp_server path into its component segments.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.parse_mcp_tool_path
parse_mcp_tool_path(path: str) -> typing.Dict[str, str]Parses a mcp_tool path into its component segments.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient
CloudApiRegistryClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.apiregistry_v1beta.services.cloud_api_registry.transports.base.CloudApiRegistryTransport,
typing.Callable[
[...],
google.cloud.apiregistry_v1beta.services.cloud_api_registry.transports.base.CloudApiRegistryTransport,
],
]
] = None,
client_options: typing.Optional[
typing.Union[google.api_core.client_options.ClientOptions, dict]
] = None,
client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo
)Instantiates the cloud api registry client.
See more: google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.exit
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.get_location
get_location(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.GetLocationRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.LocationGets information about a location.
See more: google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.get_location
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.get_mcp_server
get_mcp_server(
request: typing.Optional[
typing.Union[
google.cloud.apiregistry_v1beta.types.service.GetMcpServerRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.apiregistry_v1beta.types.resources.McpServerGets a single McpServer.
See more: google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.get_mcp_server
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.get_mcp_tool
get_mcp_tool(
request: typing.Optional[
typing.Union[
google.cloud.apiregistry_v1beta.types.service.GetMcpToolRequest, dict
]
] = None,
*,
name: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.apiregistry_v1beta.types.resources.McpToolGets a single McpTool.
See more: google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.get_mcp_tool
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source(
client_options: typing.Optional[
google.api_core.client_options.ClientOptions
] = None,
)Deprecated.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.list_locations
list_locations(
request: typing.Optional[
typing.Union[google.cloud.location.locations_pb2.ListLocationsRequest, dict]
] = None,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponseLists information about the supported locations for this service.
See more: google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.list_locations
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.list_mcp_servers
list_mcp_servers(
request: typing.Optional[
typing.Union[
google.cloud.apiregistry_v1beta.types.service.ListMcpServersRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.apiregistry_v1beta.services.cloud_api_registry.pagers.ListMcpServersPager
)Lists McpServers in a given Project.
See more: google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.list_mcp_servers
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.list_mcp_tools
list_mcp_tools(
request: typing.Optional[
typing.Union[
google.cloud.apiregistry_v1beta.types.service.ListMcpToolsRequest, dict
]
] = None,
*,
parent: typing.Optional[str] = None,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> (
google.cloud.apiregistry_v1beta.services.cloud_api_registry.pagers.ListMcpToolsPager
)Lists McpTools in a given McpServer.
See more: google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.list_mcp_tools
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.mcp_server_path
mcp_server_path(
project: str, location: str, api_namespace: str, mcp_server: str
) -> strReturns a fully-qualified mcp_server string.
See more: google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.mcp_server_path
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.mcp_tool_path
mcp_tool_path(
project: str, location: str, api_namespace: str, mcp_server: str, mcp_tool: str
) -> strReturns a fully-qualified mcp_tool string.
See more: google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.mcp_tool_path
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.parse_mcp_server_path
parse_mcp_server_path(path: str) -> typing.Dict[str, str]Parses a mcp_server path into its component segments.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.parse_mcp_tool_path
parse_mcp_tool_path(path: str) -> typing.Dict[str, str]Parses a mcp_tool path into its component segments.
google.cloud.apiregistry_v1beta.services.cloud_api_registry.pagers.ListMcpServersAsyncPager
ListMcpServersAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.apiregistry_v1beta.types.service.ListMcpServersResponse
],
],
request: google.cloud.apiregistry_v1beta.types.service.ListMcpServersRequest,
response: google.cloud.apiregistry_v1beta.types.service.ListMcpServersResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.apiregistry_v1beta.services.cloud_api_registry.pagers.ListMcpServersAsyncPager
google.cloud.apiregistry_v1beta.services.cloud_api_registry.pagers.ListMcpServersPager
ListMcpServersPager(
method: typing.Callable[
[...], google.cloud.apiregistry_v1beta.types.service.ListMcpServersResponse
],
request: google.cloud.apiregistry_v1beta.types.service.ListMcpServersRequest,
response: google.cloud.apiregistry_v1beta.types.service.ListMcpServersResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.apiregistry_v1beta.services.cloud_api_registry.pagers.ListMcpServersPager
google.cloud.apiregistry_v1beta.services.cloud_api_registry.pagers.ListMcpToolsAsyncPager
ListMcpToolsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.apiregistry_v1beta.types.service.ListMcpToolsResponse
],
],
request: google.cloud.apiregistry_v1beta.types.service.ListMcpToolsRequest,
response: google.cloud.apiregistry_v1beta.types.service.ListMcpToolsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary_async.AsyncRetry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiates the pager.
See more: google.cloud.apiregistry_v1beta.services.cloud_api_registry.pagers.ListMcpToolsAsyncPager
google.cloud.apiregistry_v1beta.services.cloud_api_registry.pagers.ListMcpToolsPager
ListMcpToolsPager(
method: typing.Callable[
[...], google.cloud.apiregistry_v1beta.types.service.ListMcpToolsResponse
],
request: google.cloud.apiregistry_v1beta.types.service.ListMcpToolsRequest,
response: google.cloud.apiregistry_v1beta.types.service.ListMcpToolsResponse,
*,
retry: typing.Optional[
typing.Union[
google.api_core.retry.retry_unary.Retry,
google.api_core.gapic_v1.method._MethodDefault,
]
] = _MethodDefault._DEFAULT_VALUE,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
)Instantiate the pager.
See more: google.cloud.apiregistry_v1beta.services.cloud_api_registry.pagers.ListMcpToolsPager