Summary of entries of Methods for google-cloud-productregistry.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient
CloudProductRegistryReadServiceAsyncClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.transports.base.CloudProductRegistryReadServiceTransport,
typing.Callable[
[...],
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.transports.base.CloudProductRegistryReadServiceTransport,
],
]
] = "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 product registry read service async client.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.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.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.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.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.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.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.get_logical_product
get_logical_product(
request: typing.Optional[
typing.Union[
google.cloud.productregistry_v1.types.cloud_product_registry_read_service.GetLogicalProductRequest,
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.productregistry_v1.types.logical_product.LogicalProductGets details of a LogicalProduct.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.get_logical_product_variant
get_logical_product_variant(
request: typing.Optional[
typing.Union[
google.cloud.productregistry_v1.types.cloud_product_registry_read_service.GetLogicalProductVariantRequest,
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.productregistry_v1.types.logical_product_variant.LogicalProductVariant
)Get details of a LogicalProductVariant.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.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.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.get_product_suite
get_product_suite(
request: typing.Optional[
typing.Union[
google.cloud.productregistry_v1.types.cloud_product_registry_read_service.GetProductSuiteRequest,
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.productregistry_v1.types.product_suite.ProductSuiteGet details of a ProductSuite.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.transports.base.CloudProductRegistryReadServiceTransport
]Returns an appropriate transport class.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.list_logical_product_variants
list_logical_product_variants(
request: typing.Optional[
typing.Union[
google.cloud.productregistry_v1.types.cloud_product_registry_read_service.ListLogicalProductVariantsRequest,
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.productregistry_v1.services.cloud_product_registry_read_service.pagers.ListLogicalProductVariantsAsyncPager
)Lists LogicalProductVariants matching given criteria.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.list_logical_products
list_logical_products(
request: typing.Optional[
typing.Union[
google.cloud.productregistry_v1.types.cloud_product_registry_read_service.ListLogicalProductsRequest,
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.productregistry_v1.services.cloud_product_registry_read_service.pagers.ListLogicalProductsAsyncPager
)Lists LogicalProducts matching given criteria.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.list_product_suites
list_product_suites(
request: typing.Optional[
typing.Union[
google.cloud.productregistry_v1.types.cloud_product_registry_read_service.ListProductSuitesRequest,
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.productregistry_v1.services.cloud_product_registry_read_service.pagers.ListProductSuitesAsyncPager
)Lists ProductSuites.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.logical_product_path
logical_product_path(logical_product: str) -> strReturns a fully-qualified logical_product string.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.logical_product_variant_path
logical_product_variant_path(logical_product: str, variant: str) -> strReturns a fully-qualified logical_product_variant string.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.lookup_entity
lookup_entity(
request: typing.Optional[
typing.Union[
google.cloud.productregistry_v1.types.cloud_product_registry_read_service.LookupEntityRequest,
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.productregistry_v1.types.cloud_product_registry_read_service.LookupEntityResponse
)Look up entities.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.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.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.parse_logical_product_path
parse_logical_product_path(path: str) -> typing.Dict[str, str]Parses a logical_product path into its component segments.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.parse_logical_product_variant_path
parse_logical_product_variant_path(path: str) -> typing.Dict[str, str]Parses a logical_product_variant path into its component segments.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.parse_product_suite_path
parse_product_suite_path(path: str) -> typing.Dict[str, str]Parses a product_suite path into its component segments.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.product_suite_path
product_suite_path(product_suite: str) -> strReturns a fully-qualified product_suite string.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient
CloudProductRegistryReadServiceClient(
*,
credentials: typing.Optional[google.auth.credentials.Credentials] = None,
transport: typing.Optional[
typing.Union[
str,
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.transports.base.CloudProductRegistryReadServiceTransport,
typing.Callable[
[...],
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.transports.base.CloudProductRegistryReadServiceTransport,
],
]
] = 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 product registry read service client.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.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.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.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.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.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.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.get_logical_product
get_logical_product(
request: typing.Optional[
typing.Union[
google.cloud.productregistry_v1.types.cloud_product_registry_read_service.GetLogicalProductRequest,
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.productregistry_v1.types.logical_product.LogicalProductGets details of a LogicalProduct.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.get_logical_product_variant
get_logical_product_variant(
request: typing.Optional[
typing.Union[
google.cloud.productregistry_v1.types.cloud_product_registry_read_service.GetLogicalProductVariantRequest,
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.productregistry_v1.types.logical_product_variant.LogicalProductVariant
)Get details of a LogicalProductVariant.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.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.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.get_product_suite
get_product_suite(
request: typing.Optional[
typing.Union[
google.cloud.productregistry_v1.types.cloud_product_registry_read_service.GetProductSuiteRequest,
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.productregistry_v1.types.product_suite.ProductSuiteGet details of a ProductSuite.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.list_logical_product_variants
list_logical_product_variants(
request: typing.Optional[
typing.Union[
google.cloud.productregistry_v1.types.cloud_product_registry_read_service.ListLogicalProductVariantsRequest,
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.productregistry_v1.services.cloud_product_registry_read_service.pagers.ListLogicalProductVariantsPager
)Lists LogicalProductVariants matching given criteria.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.list_logical_products
list_logical_products(
request: typing.Optional[
typing.Union[
google.cloud.productregistry_v1.types.cloud_product_registry_read_service.ListLogicalProductsRequest,
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.productregistry_v1.services.cloud_product_registry_read_service.pagers.ListLogicalProductsPager
)Lists LogicalProducts matching given criteria.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.list_product_suites
list_product_suites(
request: typing.Optional[
typing.Union[
google.cloud.productregistry_v1.types.cloud_product_registry_read_service.ListProductSuitesRequest,
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.productregistry_v1.services.cloud_product_registry_read_service.pagers.ListProductSuitesPager
)Lists ProductSuites.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.logical_product_path
logical_product_path(logical_product: str) -> strReturns a fully-qualified logical_product string.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.logical_product_variant_path
logical_product_variant_path(logical_product: str, variant: str) -> strReturns a fully-qualified logical_product_variant string.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.lookup_entity
lookup_entity(
request: typing.Optional[
typing.Union[
google.cloud.productregistry_v1.types.cloud_product_registry_read_service.LookupEntityRequest,
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.productregistry_v1.types.cloud_product_registry_read_service.LookupEntityResponse
)Look up entities.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.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.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.parse_logical_product_path
parse_logical_product_path(path: str) -> typing.Dict[str, str]Parses a logical_product path into its component segments.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.parse_logical_product_variant_path
parse_logical_product_variant_path(path: str) -> typing.Dict[str, str]Parses a logical_product_variant path into its component segments.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.parse_product_suite_path
parse_product_suite_path(path: str) -> typing.Dict[str, str]Parses a product_suite path into its component segments.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.product_suite_path
product_suite_path(product_suite: str) -> strReturns a fully-qualified product_suite string.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.pagers.ListLogicalProductVariantsAsyncPager
ListLogicalProductVariantsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.productregistry_v1.types.cloud_product_registry_read_service.ListLogicalProductVariantsResponse
],
],
request: google.cloud.productregistry_v1.types.cloud_product_registry_read_service.ListLogicalProductVariantsRequest,
response: google.cloud.productregistry_v1.types.cloud_product_registry_read_service.ListLogicalProductVariantsResponse,
*,
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.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.pagers.ListLogicalProductVariantsPager
ListLogicalProductVariantsPager(
method: typing.Callable[
[...],
google.cloud.productregistry_v1.types.cloud_product_registry_read_service.ListLogicalProductVariantsResponse,
],
request: google.cloud.productregistry_v1.types.cloud_product_registry_read_service.ListLogicalProductVariantsRequest,
response: google.cloud.productregistry_v1.types.cloud_product_registry_read_service.ListLogicalProductVariantsResponse,
*,
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.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.pagers.ListLogicalProductsAsyncPager
ListLogicalProductsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.productregistry_v1.types.cloud_product_registry_read_service.ListLogicalProductsResponse
],
],
request: google.cloud.productregistry_v1.types.cloud_product_registry_read_service.ListLogicalProductsRequest,
response: google.cloud.productregistry_v1.types.cloud_product_registry_read_service.ListLogicalProductsResponse,
*,
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.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.pagers.ListLogicalProductsPager
ListLogicalProductsPager(
method: typing.Callable[
[...],
google.cloud.productregistry_v1.types.cloud_product_registry_read_service.ListLogicalProductsResponse,
],
request: google.cloud.productregistry_v1.types.cloud_product_registry_read_service.ListLogicalProductsRequest,
response: google.cloud.productregistry_v1.types.cloud_product_registry_read_service.ListLogicalProductsResponse,
*,
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.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.pagers.ListProductSuitesAsyncPager
ListProductSuitesAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.productregistry_v1.types.cloud_product_registry_read_service.ListProductSuitesResponse
],
],
request: google.cloud.productregistry_v1.types.cloud_product_registry_read_service.ListProductSuitesRequest,
response: google.cloud.productregistry_v1.types.cloud_product_registry_read_service.ListProductSuitesResponse,
*,
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.
google.cloud.productregistry_v1.services.cloud_product_registry_read_service.pagers.ListProductSuitesPager
ListProductSuitesPager(
method: typing.Callable[
[...],
google.cloud.productregistry_v1.types.cloud_product_registry_read_service.ListProductSuitesResponse,
],
request: google.cloud.productregistry_v1.types.cloud_product_registry_read_service.ListProductSuitesRequest,
response: google.cloud.productregistry_v1.types.cloud_product_registry_read_service.ListProductSuitesResponse,
*,
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.