Package Methods (0.2.0)

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) -> str

google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.common_project_path

common_project_path(project: str) -> str

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.

See more: google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.from_service_account_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.

See more: google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.from_service_account_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.

See more: google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.from_service_account_json

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.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.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.McpTool

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,
)

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
]

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.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.list_locations

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
)

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
)

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
) -> str

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
) -> str

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]

google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.parse_mcp_server_path

parse_mcp_server_path(path: str) -> typing.Dict[str, str]

google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryAsyncClient.parse_mcp_tool_path

parse_mcp_tool_path(path: str) -> typing.Dict[str, str]

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)

google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.common_project_path

common_project_path(project: str) -> str

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.

See more: google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.from_service_account_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.

See more: google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.from_service_account_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.

See more: google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.from_service_account_json

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.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.McpServer

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.McpTool

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,
)

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.ListLocationsResponse

Lists 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
)

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
)

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
) -> str

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
) -> str

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]

google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.parse_mcp_server_path

parse_mcp_server_path(path: str) -> typing.Dict[str, str]

google.cloud.apiregistry_v1beta.services.cloud_api_registry.CloudApiRegistryClient.parse_mcp_tool_path

parse_mcp_tool_path(path: str) -> typing.Dict[str, str]

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]]] = ()
)

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]]] = ()
)

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]]] = ()
)

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]]] = ()
)