Package Methods (0.1.0)

Summary of entries of Methods for google-cloud-commerceproducer.

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient

CommerceTransactionAsyncClient(
    *,
    credentials: typing.Optional[google.auth.credentials.Credentials] = None,
    transport: typing.Optional[
        typing.Union[
            str,
            google.cloud.commerceproducer_v1beta.services.commerce_transaction.transports.base.CommerceTransactionTransport,
            typing.Callable[
                [...],
                google.cloud.commerceproducer_v1beta.services.commerce_transaction.transports.base.CommerceTransactionTransport,
            ],
        ]
    ] = "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.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.cancel_operation

cancel_operation(
    request: typing.Optional[
        typing.Union[google.longrunning.operations_pb2.CancelOperationRequest, 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]]] = ()
) -> None

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.cancel_private_offer

cancel_private_offer(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.CancelPrivateOfferRequest,
            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.commerceproducer_v1beta.types.private_offer.PrivateOffer

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.common_location_path

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

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.create_private_offer

create_private_offer(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.CreatePrivateOfferRequest,
            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.commerceproducer_v1beta.types.private_offer.PrivateOffer

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.create_private_offer_document

create_private_offer_document(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.CreatePrivateOfferDocumentRequest,
            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.commerceproducer_v1beta.types.private_offer.PrivateOfferDocument

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.delete_operation

delete_operation(
    request: typing.Optional[
        typing.Union[google.longrunning.operations_pb2.DeleteOperationRequest, 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]]] = ()
) -> None

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.delete_private_offer

delete_private_offer(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.DeletePrivateOfferRequest,
            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]]] = ()
) -> None

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.delete_private_offer_document

delete_private_offer_document(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.DeletePrivateOfferDocumentRequest,
            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]]] = ()
) -> None

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.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.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.from_service_account_file

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.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.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.from_service_account_info

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.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.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.from_service_account_json

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.get_location

get_location(
    request: typing.Optional[
        typing.Union[google.cloud.location.locations_pb2.GetLocationRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.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.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.get_operation

get_operation(
    request: typing.Optional[
        typing.Union[google.longrunning.operations_pb2.GetOperationRequest, 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.longrunning.operations_pb2.Operation

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.get_private_offer

get_private_offer(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.GetPrivateOfferRequest,
            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.commerceproducer_v1beta.types.private_offer.PrivateOffer

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.get_private_offer_document

get_private_offer_document(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.GetPrivateOfferDocumentRequest,
            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.commerceproducer_v1beta.types.private_offer.PrivateOfferDocument

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.get_service

get_service(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.GetServiceRequest,
            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.commerceproducer_v1beta.types.service.Service

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.get_sku

get_sku(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.GetSkuRequest,
            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.commerceproducer_v1beta.types.sku.Sku

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.get_sku_group

get_sku_group(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.GetSkuGroupRequest,
            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.commerceproducer_v1beta.types.sku_group.SkuGroup

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.get_standard_offer

get_standard_offer(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.GetStandardOfferRequest,
            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.commerceproducer_v1beta.types.standard_offer.StandardOffer

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.get_transport_class

get_transport_class(
    label: typing.Optional[str] = None,
) -> typing.Type[
    google.cloud.commerceproducer_v1beta.services.commerce_transaction.transports.base.CommerceTransactionTransport
]

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.list_locations

list_locations(
    request: typing.Optional[
        typing.Union[google.cloud.location.locations_pb2.ListLocationsRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.list_locations

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.list_operations

list_operations(
    request: typing.Optional[
        typing.Union[google.longrunning.operations_pb2.ListOperationsRequest, 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.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.list_operations

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.list_private_offer_documents

list_private_offer_documents(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListPrivateOfferDocumentsRequest,
            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.commerceproducer_v1beta.services.commerce_transaction.pagers.ListPrivateOfferDocumentsAsyncPager
)

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.list_private_offers

list_private_offers(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListPrivateOffersRequest,
            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.commerceproducer_v1beta.services.commerce_transaction.pagers.ListPrivateOffersAsyncPager
)

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.list_services

list_services(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListServicesRequest,
            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.commerceproducer_v1beta.services.commerce_transaction.pagers.ListServicesAsyncPager
)

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.list_sku_groups

list_sku_groups(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListSkuGroupsRequest,
            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.commerceproducer_v1beta.services.commerce_transaction.pagers.ListSkuGroupsAsyncPager
)

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.list_skus

list_skus(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListSkusRequest,
            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.commerceproducer_v1beta.services.commerce_transaction.pagers.ListSkusAsyncPager
)

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.list_standard_offers

list_standard_offers(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListStandardOffersRequest,
            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.commerceproducer_v1beta.services.commerce_transaction.pagers.ListStandardOffersAsyncPager
)

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.parse_common_billing_account_path

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

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.parse_common_folder_path

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

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.parse_common_location_path

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

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.parse_common_organization_path

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

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.parse_common_project_path

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

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.parse_private_offer_document_path

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

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.parse_private_offer_path

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

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.parse_service_path

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

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.parse_sku_group_path

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

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.parse_sku_path

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

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.parse_standard_offer_path

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

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.private_offer_document_path

private_offer_document_path(
    project: str, location: str, private_offer: str, document: str
) -> str

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.private_offer_path

private_offer_path(project: str, location: str, private_offer: str) -> str

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.publish_private_offer

publish_private_offer(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.PublishPrivateOfferRequest,
            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.commerceproducer_v1beta.types.private_offer.PrivateOffer

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.service_path

service_path(project: str, location: str, service: str) -> str

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.sku_group_path

sku_group_path(project: str, location: str, sku_group: str) -> str

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.sku_path

sku_path(project: str, location: str, service: str, sku: str) -> str

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.standard_offer_path

standard_offer_path(
    project: str, location: str, service: str, standard_offer: str
) -> str

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.update_private_offer

update_private_offer(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.UpdatePrivateOfferRequest,
            dict,
        ]
    ] = None,
    *,
    private_offer: typing.Optional[
        google.cloud.commerceproducer_v1beta.types.private_offer.PrivateOffer
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.commerceproducer_v1beta.types.private_offer.PrivateOffer

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.update_private_offer_document

update_private_offer_document(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.UpdatePrivateOfferDocumentRequest,
            dict,
        ]
    ] = None,
    *,
    private_offer_document: typing.Optional[
        google.cloud.commerceproducer_v1beta.types.private_offer.PrivateOfferDocument
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.commerceproducer_v1beta.types.private_offer.PrivateOfferDocument

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient

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

__exit__(type, value, traceback)

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.cancel_operation

cancel_operation(
    request: typing.Optional[
        typing.Union[google.longrunning.operations_pb2.CancelOperationRequest, 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]]] = ()
) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.cancel_operation

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.cancel_private_offer

cancel_private_offer(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.CancelPrivateOfferRequest,
            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.commerceproducer_v1beta.types.private_offer.PrivateOffer

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.common_location_path

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

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.common_project_path

common_project_path(project: str) -> str

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.create_private_offer

create_private_offer(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.CreatePrivateOfferRequest,
            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.commerceproducer_v1beta.types.private_offer.PrivateOffer

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.create_private_offer_document

create_private_offer_document(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.CreatePrivateOfferDocumentRequest,
            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.commerceproducer_v1beta.types.private_offer.PrivateOfferDocument

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.delete_operation

delete_operation(
    request: typing.Optional[
        typing.Union[google.longrunning.operations_pb2.DeleteOperationRequest, 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]]] = ()
) -> None

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.delete_private_offer

delete_private_offer(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.DeletePrivateOfferRequest,
            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]]] = ()
) -> None

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.delete_private_offer_document

delete_private_offer_document(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.DeletePrivateOfferDocumentRequest,
            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]]] = ()
) -> None

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.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.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.from_service_account_file

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.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.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.from_service_account_info

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.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.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.from_service_account_json

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.get_location

get_location(
    request: typing.Optional[
        typing.Union[google.cloud.location.locations_pb2.GetLocationRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.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.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.get_operation

get_operation(
    request: typing.Optional[
        typing.Union[google.longrunning.operations_pb2.GetOperationRequest, 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.longrunning.operations_pb2.Operation

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.get_private_offer

get_private_offer(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.GetPrivateOfferRequest,
            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.commerceproducer_v1beta.types.private_offer.PrivateOffer

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.get_private_offer_document

get_private_offer_document(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.GetPrivateOfferDocumentRequest,
            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.commerceproducer_v1beta.types.private_offer.PrivateOfferDocument

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.get_service

get_service(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.GetServiceRequest,
            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.commerceproducer_v1beta.types.service.Service

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.get_sku

get_sku(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.GetSkuRequest,
            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.commerceproducer_v1beta.types.sku.Sku

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.get_sku_group

get_sku_group(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.GetSkuGroupRequest,
            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.commerceproducer_v1beta.types.sku_group.SkuGroup

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.get_standard_offer

get_standard_offer(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.GetStandardOfferRequest,
            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.commerceproducer_v1beta.types.standard_offer.StandardOffer

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.list_locations

list_locations(
    request: typing.Optional[
        typing.Union[google.cloud.location.locations_pb2.ListLocationsRequest, dict]
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.list_locations

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.list_operations

list_operations(
    request: typing.Optional[
        typing.Union[google.longrunning.operations_pb2.ListOperationsRequest, 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.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.list_operations

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.list_private_offer_documents

list_private_offer_documents(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListPrivateOfferDocumentsRequest,
            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.commerceproducer_v1beta.services.commerce_transaction.pagers.ListPrivateOfferDocumentsPager
)

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.list_private_offers

list_private_offers(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListPrivateOffersRequest,
            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.commerceproducer_v1beta.services.commerce_transaction.pagers.ListPrivateOffersPager
)

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.list_services

list_services(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListServicesRequest,
            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.commerceproducer_v1beta.services.commerce_transaction.pagers.ListServicesPager
)

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.list_sku_groups

list_sku_groups(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListSkuGroupsRequest,
            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.commerceproducer_v1beta.services.commerce_transaction.pagers.ListSkuGroupsPager
)

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.list_skus

list_skus(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListSkusRequest,
            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.commerceproducer_v1beta.services.commerce_transaction.pagers.ListSkusPager
)

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.list_standard_offers

list_standard_offers(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListStandardOffersRequest,
            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.commerceproducer_v1beta.services.commerce_transaction.pagers.ListStandardOffersPager
)

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.parse_common_billing_account_path

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

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.parse_common_folder_path

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

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.parse_common_location_path

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

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.parse_common_organization_path

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

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.parse_common_project_path

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

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.parse_private_offer_document_path

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

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.parse_private_offer_path

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

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.parse_service_path

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

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.parse_sku_group_path

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

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.parse_sku_path

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

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.parse_standard_offer_path

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

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.private_offer_document_path

private_offer_document_path(
    project: str, location: str, private_offer: str, document: str
) -> str

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.private_offer_path

private_offer_path(project: str, location: str, private_offer: str) -> str

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.publish_private_offer

publish_private_offer(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.PublishPrivateOfferRequest,
            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.commerceproducer_v1beta.types.private_offer.PrivateOffer

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.service_path

service_path(project: str, location: str, service: str) -> str

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.sku_group_path

sku_group_path(project: str, location: str, sku_group: str) -> str

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.sku_path

sku_path(project: str, location: str, service: str, sku: str) -> str

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.standard_offer_path

standard_offer_path(
    project: str, location: str, service: str, standard_offer: str
) -> str

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.update_private_offer

update_private_offer(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.UpdatePrivateOfferRequest,
            dict,
        ]
    ] = None,
    *,
    private_offer: typing.Optional[
        google.cloud.commerceproducer_v1beta.types.private_offer.PrivateOffer
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.commerceproducer_v1beta.types.private_offer.PrivateOffer

google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.update_private_offer_document

update_private_offer_document(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.UpdatePrivateOfferDocumentRequest,
            dict,
        ]
    ] = None,
    *,
    private_offer_document: typing.Optional[
        google.cloud.commerceproducer_v1beta.types.private_offer.PrivateOfferDocument
    ] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = 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.commerceproducer_v1beta.types.private_offer.PrivateOfferDocument

google.cloud.commerceproducer_v1beta.services.commerce_transaction.pagers.ListPrivateOfferDocumentsAsyncPager

ListPrivateOfferDocumentsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListPrivateOfferDocumentsResponse
        ],
    ],
    request: google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListPrivateOfferDocumentsRequest,
    response: google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListPrivateOfferDocumentsResponse,
    *,
    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.commerceproducer_v1beta.services.commerce_transaction.pagers.ListPrivateOfferDocumentsPager

ListPrivateOfferDocumentsPager(
    method: typing.Callable[
        [...],
        google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListPrivateOfferDocumentsResponse,
    ],
    request: google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListPrivateOfferDocumentsRequest,
    response: google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListPrivateOfferDocumentsResponse,
    *,
    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.commerceproducer_v1beta.services.commerce_transaction.pagers.ListPrivateOffersAsyncPager

ListPrivateOffersAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListPrivateOffersResponse
        ],
    ],
    request: google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListPrivateOffersRequest,
    response: google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListPrivateOffersResponse,
    *,
    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.commerceproducer_v1beta.services.commerce_transaction.pagers.ListPrivateOffersPager

ListPrivateOffersPager(
    method: typing.Callable[
        [...],
        google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListPrivateOffersResponse,
    ],
    request: google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListPrivateOffersRequest,
    response: google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListPrivateOffersResponse,
    *,
    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.commerceproducer_v1beta.services.commerce_transaction.pagers.ListServicesAsyncPager

ListServicesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListServicesResponse
        ],
    ],
    request: google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListServicesRequest,
    response: google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListServicesResponse,
    *,
    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.commerceproducer_v1beta.services.commerce_transaction.pagers.ListServicesPager

ListServicesPager(
    method: typing.Callable[
        [...],
        google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListServicesResponse,
    ],
    request: google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListServicesRequest,
    response: google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListServicesResponse,
    *,
    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.commerceproducer_v1beta.services.commerce_transaction.pagers.ListSkuGroupsAsyncPager

ListSkuGroupsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListSkuGroupsResponse
        ],
    ],
    request: google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListSkuGroupsRequest,
    response: google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListSkuGroupsResponse,
    *,
    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.commerceproducer_v1beta.services.commerce_transaction.pagers.ListSkuGroupsPager

ListSkuGroupsPager(
    method: typing.Callable[
        [...],
        google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListSkuGroupsResponse,
    ],
    request: google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListSkuGroupsRequest,
    response: google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListSkuGroupsResponse,
    *,
    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.commerceproducer_v1beta.services.commerce_transaction.pagers.ListSkusAsyncPager

ListSkusAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListSkusResponse
        ],
    ],
    request: google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListSkusRequest,
    response: google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListSkusResponse,
    *,
    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.commerceproducer_v1beta.services.commerce_transaction.pagers.ListSkusPager

ListSkusPager(
    method: typing.Callable[
        [...],
        google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListSkusResponse,
    ],
    request: google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListSkusRequest,
    response: google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListSkusResponse,
    *,
    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.commerceproducer_v1beta.services.commerce_transaction.pagers.ListStandardOffersAsyncPager

ListStandardOffersAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListStandardOffersResponse
        ],
    ],
    request: google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListStandardOffersRequest,
    response: google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListStandardOffersResponse,
    *,
    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.commerceproducer_v1beta.services.commerce_transaction.pagers.ListStandardOffersPager

ListStandardOffersPager(
    method: typing.Callable[
        [...],
        google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListStandardOffersResponse,
    ],
    request: google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListStandardOffersRequest,
    response: google.cloud.commerceproducer_v1beta.types.commerce_transaction.ListStandardOffersResponse,
    *,
    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]]] = ()
)