Package Methods (0.1.0)

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
)

google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.common_location_path

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

google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

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

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

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

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
)

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
)

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
)

google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.logical_product_path

logical_product_path(logical_product: str) -> str

google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.logical_product_variant_path

logical_product_variant_path(logical_product: str, variant: str) -> str

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
)

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]

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]

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]

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]

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]

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]

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]

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]

google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceAsyncClient.product_suite_path

product_suite_path(product_suite: str) -> str

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
)

google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.common_location_path

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

google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

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

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

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

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
)

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
)

google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.logical_product_path

logical_product_path(logical_product: str) -> str

google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.logical_product_variant_path

logical_product_variant_path(logical_product: str, variant: str) -> str

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
)

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]

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]

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]

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]

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]

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]

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]

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]

google.cloud.productregistry_v1.services.cloud_product_registry_read_service.CloudProductRegistryReadServiceClient.product_suite_path

product_suite_path(product_suite: str) -> str

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

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

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

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

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

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