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
Returns a fully-qualified catalog string.
See more: google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.catalog_path
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
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.
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.
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.
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, )
Return the API endpoint and client cert source for mutual TLS.
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.get_transport_class
get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.privatecatalog_v1beta1.services.private_catalog.transports.base.PrivateCatalogTransport ]
Returns an appropriate transport class.
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.parse_catalog_path
parse_catalog_path(path: str) -> typing.Dict[str, str]
Parses a catalog path into its component segments.
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.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.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.parse_product_path
parse_product_path(path: str) -> typing.Dict[str, str]
Parses a product path into its component segments.
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.parse_version_path
parse_version_path(path: str) -> typing.Dict[str, str]
Parses a version path into its component segments.
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.product_path
product_path(product: str) -> str
Returns a fully-qualified product string.
See more: google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.product_path
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, typing.Union[str, bytes]]] = () ) -> ( 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.
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, typing.Union[str, bytes]]] = () ) -> ( 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.
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, typing.Union[str, bytes]]] = () ) -> ( 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.
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.version_path
version_path(catalog: str, product: str, version: str) -> str
Returns a fully-qualified version string.
See more: google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogAsyncClient.version_path
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 =
Instantiates the private catalog client.
See more: google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.exit
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.catalog_path
catalog_path(catalog: str) -> str
Returns a fully-qualified catalog string.
See more: google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.catalog_path
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.common_folder_path
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
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.
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.
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.
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, )
Deprecated.
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.parse_catalog_path
parse_catalog_path(path: str) -> typing.Dict[str, str]
Parses a catalog path into its component segments.
See more: google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.parse_catalog_path
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.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.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.parse_product_path
parse_product_path(path: str) -> typing.Dict[str, str]
Parses a product path into its component segments.
See more: google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.parse_product_path
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.parse_version_path
parse_version_path(path: str) -> typing.Dict[str, str]
Parses a version path into its component segments.
See more: google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.parse_version_path
google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.product_path
product_path(product: str) -> str
Returns a fully-qualified product string.
See more: google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.product_path
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, typing.Union[str, bytes]]] = () ) -> ( 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, typing.Union[str, bytes]]] = () ) -> ( 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, typing.Union[str, bytes]]] = () ) -> ( 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
Returns a fully-qualified version string.
See more: google.cloud.privatecatalog_v1beta1.services.private_catalog.PrivateCatalogClient.version_path
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, typing.Union[str, bytes]]] = () )
Instantiates the pager.
See more: google.cloud.privatecatalog_v1beta1.services.private_catalog.pagers.SearchCatalogsAsyncPager
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, typing.Union[str, bytes]]] = () )
Instantiate the pager.
See more: google.cloud.privatecatalog_v1beta1.services.private_catalog.pagers.SearchCatalogsPager
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, typing.Union[str, bytes]]] = () )
Instantiates the pager.
See more: google.cloud.privatecatalog_v1beta1.services.private_catalog.pagers.SearchProductsAsyncPager
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, typing.Union[str, bytes]]] = () )
Instantiate the pager.
See more: google.cloud.privatecatalog_v1beta1.services.private_catalog.pagers.SearchProductsPager
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, typing.Union[str, bytes]]] = () )
Instantiates the pager.
See more: google.cloud.privatecatalog_v1beta1.services.private_catalog.pagers.SearchVersionsAsyncPager
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, typing.Union[str, bytes]]] = () )
Instantiate the pager.
See more: google.cloud.privatecatalog_v1beta1.services.private_catalog.pagers.SearchVersionsPager