Package Methods (0.9.11)

Summary of entries of Methods for cloudprivatecatalog.

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient

PrivateCatalogAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.privatecatalog_v1beta1.services.private_catalog.transports.base.PrivateCatalogTransport, typing.Callable[[...], google.cloud.privatecatalog_v1beta1.services.private_catalog.transports.base.PrivateCatalogTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

Instantiates the private catalog async client.

See more: google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.catalog_path

catalog_path(catalog: str) -> str

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.common_location_path

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

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.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.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.from_service_account_file

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.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.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.from_service_account_info

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.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.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.from_service_account_json

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.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.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.privatecatalog_v1beta1.services.private_catalog.transports.base.PrivateCatalogTransport
    ]
)

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.parse_catalog_path

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

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.parse_common_billing_account_path

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

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.parse_common_folder_path

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

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.parse_common_location_path

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

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.parse_common_organization_path

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

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.parse_common_project_path

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

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.parse_product_path

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

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.parse_version_path

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

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.product_path

product_path(product: str) -> str

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.search_catalogs

search_catalogs(
    request: typing.Optional[
        typing.Union[
            google.cloud.privatecatalog_v1beta1.types.private_catalog.SearchCatalogsRequest,
            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, str]] = ()
) -> (
    google.cloud.privatecatalog_v1beta1.services.private_catalog.pagers.SearchCatalogsAsyncPager
)

Search xref_Catalog resources that consumers have access to, within the scope of the consumer cloud resource hierarchy context.

See more: google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.search_catalogs

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.search_products

search_products(
    request: typing.Optional[
        typing.Union[
            google.cloud.privatecatalog_v1beta1.types.private_catalog.SearchProductsRequest,
            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, str]] = ()
) -> (
    google.cloud.privatecatalog_v1beta1.services.private_catalog.pagers.SearchProductsAsyncPager
)

Search xref_Product resources that consumers have access to, within the scope of the consumer cloud resource hierarchy context.

See more: google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.search_products

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.search_versions

search_versions(
    request: typing.Optional[
        typing.Union[
            google.cloud.privatecatalog_v1beta1.types.private_catalog.SearchVersionsRequest,
            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, str]] = ()
) -> (
    google.cloud.privatecatalog_v1beta1.services.private_catalog.pagers.SearchVersionsAsyncPager
)

Search xref_Version resources that consumers have access to, within the scope of the consumer cloud resource hierarchy context.

See more: google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.search_versions

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.version_path

version_path(catalog: str, product: str, version: str) -> str

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient

PrivateCatalogClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.privatecatalog_v1beta1.services.private_catalog.transports.base.PrivateCatalogTransport, typing.Callable[[...], google.cloud.privatecatalog_v1beta1.services.private_catalog.transports.base.PrivateCatalogTransport]]] = 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.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.__exit__

__exit__(type, value, traceback)

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.catalog_path

catalog_path(catalog: str) -> str

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.common_location_path

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

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.common_project_path

common_project_path(project: str) -> str

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.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.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.from_service_account_file

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.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.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.from_service_account_info

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.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.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.from_service_account_json

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.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.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.parse_catalog_path

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

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.parse_common_billing_account_path

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

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.parse_common_folder_path

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

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.parse_common_location_path

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

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.parse_common_organization_path

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

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.parse_common_project_path

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

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.parse_product_path

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

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.parse_version_path

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

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.product_path

product_path(product: str) -> str

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.search_catalogs

search_catalogs(
    request: typing.Optional[
        typing.Union[
            google.cloud.privatecatalog_v1beta1.types.private_catalog.SearchCatalogsRequest,
            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, str]] = ()
) -> (
    google.cloud.privatecatalog_v1beta1.services.private_catalog.pagers.SearchCatalogsPager
)

Search xref_Catalog resources that consumers have access to, within the scope of the consumer cloud resource hierarchy context.

See more: google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.search_catalogs

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.search_products

search_products(
    request: typing.Optional[
        typing.Union[
            google.cloud.privatecatalog_v1beta1.types.private_catalog.SearchProductsRequest,
            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, str]] = ()
) -> (
    google.cloud.privatecatalog_v1beta1.services.private_catalog.pagers.SearchProductsPager
)

Search xref_Product resources that consumers have access to, within the scope of the consumer cloud resource hierarchy context.

See more: google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.search_products

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.search_versions

search_versions(
    request: typing.Optional[
        typing.Union[
            google.cloud.privatecatalog_v1beta1.types.private_catalog.SearchVersionsRequest,
            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, str]] = ()
) -> (
    google.cloud.privatecatalog_v1beta1.services.private_catalog.pagers.SearchVersionsPager
)

Search xref_Version resources that consumers have access to, within the scope of the consumer cloud resource hierarchy context.

See more: google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.search_versions

google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.version_path

version_path(catalog: str, product: str, version: str) -> str

google.cloud.privatecatalog_v1beta1.services.private_catalog.pagers.SearchCatalogsAsyncPager

SearchCatalogsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.privatecatalog_v1beta1.types.private_catalog.SearchCatalogsResponse
        ],
    ],
    request: google.cloud.privatecatalog_v1beta1.types.private_catalog.SearchCatalogsRequest,
    response: google.cloud.privatecatalog_v1beta1.types.private_catalog.SearchCatalogsResponse,
    *,
    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, str]] = ()
)

google.cloud.privatecatalog_v1beta1.services.private_catalog.pagers.SearchCatalogsPager

SearchCatalogsPager(
    method: typing.Callable[
        [...],
        google.cloud.privatecatalog_v1beta1.types.private_catalog.SearchCatalogsResponse,
    ],
    request: google.cloud.privatecatalog_v1beta1.types.private_catalog.SearchCatalogsRequest,
    response: google.cloud.privatecatalog_v1beta1.types.private_catalog.SearchCatalogsResponse,
    *,
    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, str]] = ()
)

google.cloud.privatecatalog_v1beta1.services.private_catalog.pagers.SearchProductsAsyncPager

SearchProductsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.privatecatalog_v1beta1.types.private_catalog.SearchProductsResponse
        ],
    ],
    request: google.cloud.privatecatalog_v1beta1.types.private_catalog.SearchProductsRequest,
    response: google.cloud.privatecatalog_v1beta1.types.private_catalog.SearchProductsResponse,
    *,
    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, str]] = ()
)

google.cloud.privatecatalog_v1beta1.services.private_catalog.pagers.SearchProductsPager

SearchProductsPager(
    method: typing.Callable[
        [...],
        google.cloud.privatecatalog_v1beta1.types.private_catalog.SearchProductsResponse,
    ],
    request: google.cloud.privatecatalog_v1beta1.types.private_catalog.SearchProductsRequest,
    response: google.cloud.privatecatalog_v1beta1.types.private_catalog.SearchProductsResponse,
    *,
    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, str]] = ()
)

google.cloud.privatecatalog_v1beta1.services.private_catalog.pagers.SearchVersionsAsyncPager

SearchVersionsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.privatecatalog_v1beta1.types.private_catalog.SearchVersionsResponse
        ],
    ],
    request: google.cloud.privatecatalog_v1beta1.types.private_catalog.SearchVersionsRequest,
    response: google.cloud.privatecatalog_v1beta1.types.private_catalog.SearchVersionsResponse,
    *,
    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, str]] = ()
)

google.cloud.privatecatalog_v1beta1.services.private_catalog.pagers.SearchVersionsPager

SearchVersionsPager(
    method: typing.Callable[
        [...],
        google.cloud.privatecatalog_v1beta1.types.private_catalog.SearchVersionsResponse,
    ],
    request: google.cloud.privatecatalog_v1beta1.types.private_catalog.SearchVersionsRequest,
    response: google.cloud.privatecatalog_v1beta1.types.private_catalog.SearchVersionsResponse,
    *,
    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, str]] = ()
)