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
)Instantiates the commerce transaction async client.
See more: google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient
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]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running operation.
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.PrivateOfferCancels the target PrivateOffer.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
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.PrivateOfferCreates a new PrivateOffer in a given project and location.
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.PrivateOfferDocumentCreates a new PrivateOfferDocument in a given project and location.
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]]] = ()
) -> NoneDeletes a long-running operation.
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]]] = ()
) -> NoneDeletes the target PrivateOffer.
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]]] = ()
) -> NoneDeletes the target PrivateOfferDocument.
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.
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.
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.
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.LocationGets information about a 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,
)Return the API endpoint and client cert source for mutual TLS.
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.OperationGets the latest state of a long-running 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.PrivateOfferGets details of a single 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.PrivateOfferDocumentGets details of a single 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.ServiceGets details of a single 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.SkuGets details of a single 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.SkuGroupGets details of a single 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.StandardOfferGets details of a single 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
]Returns an appropriate transport class.
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.ListLocationsResponseLists information about the supported locations for this service.
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.ListOperationsResponseLists operations that match the specified filter in the request.
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
)Lists PrivateOfferDocuments for the given parent.
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
)Lists PrivateOffers for the given parent.
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
)Lists Services in a given project and location.
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
)Lists SkuGroups for the given parent.
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
)Lists Skus for the given parent.
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
)Lists StandardOffers for the given parent.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.parse_private_offer_document_path
parse_private_offer_document_path(path: str) -> typing.Dict[str, str]Parses a private_offer_document path into its component segments.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.parse_private_offer_path
parse_private_offer_path(path: str) -> typing.Dict[str, str]Parses a private_offer path into its component segments.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.parse_service_path
parse_service_path(path: str) -> typing.Dict[str, str]Parses a service path into its component segments.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.parse_sku_group_path
parse_sku_group_path(path: str) -> typing.Dict[str, str]Parses a sku_group path into its component segments.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.parse_sku_path
parse_sku_path(path: str) -> typing.Dict[str, str]Parses a sku path into its component segments.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.parse_standard_offer_path
parse_standard_offer_path(path: str) -> typing.Dict[str, str]Parses a standard_offer path into its component segments.
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
) -> strReturns a fully-qualified private_offer_document string.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.private_offer_path
private_offer_path(project: str, location: str, private_offer: str) -> strReturns a fully-qualified private_offer string.
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.PrivateOfferPublishes the target PrivateOffer.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.service_path
service_path(project: str, location: str, service: str) -> strReturns a fully-qualified service string.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.sku_group_path
sku_group_path(project: str, location: str, sku_group: str) -> strReturns a fully-qualified sku_group string.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.sku_path
sku_path(project: str, location: str, service: str, sku: str) -> strReturns a fully-qualified sku string.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionAsyncClient.standard_offer_path
standard_offer_path(
project: str, location: str, service: str, standard_offer: str
) -> strReturns a fully-qualified standard_offer string.
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.PrivateOfferUpdates the target 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.PrivateOfferDocumentUpdates the target 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
)Instantiates the commerce transaction client.
See more: google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.exit
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]]] = ()
) -> NoneStarts asynchronous cancellation on a long-running 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.PrivateOfferCancels the target PrivateOffer.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
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.PrivateOfferCreates a new PrivateOffer in a given project and location.
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.PrivateOfferDocumentCreates a new PrivateOfferDocument in a given project and location.
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]]] = ()
) -> NoneDeletes a long-running operation.
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]]] = ()
) -> NoneDeletes the target PrivateOffer.
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]]] = ()
) -> NoneDeletes the target PrivateOfferDocument.
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.
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.
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.
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.LocationGets information about a 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,
)Deprecated.
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.OperationGets the latest state of a long-running 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.PrivateOfferGets details of a single 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.PrivateOfferDocumentGets details of a single 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.ServiceGets details of a single 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.SkuGets details of a single Sku.
See more: google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.get_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.SkuGroupGets details of a single 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.StandardOfferGets details of a single 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.ListLocationsResponseLists information about the supported locations for this service.
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.ListOperationsResponseLists operations that match the specified filter in the request.
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
)Lists PrivateOfferDocuments for the given parent.
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
)Lists PrivateOffers for the given parent.
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
)Lists Services in a given project and location.
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
)Lists SkuGroups for the given parent.
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
)Lists Skus for the given parent.
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
)Lists StandardOffers for the given parent.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.parse_private_offer_document_path
parse_private_offer_document_path(path: str) -> typing.Dict[str, str]Parses a private_offer_document path into its component segments.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.parse_private_offer_path
parse_private_offer_path(path: str) -> typing.Dict[str, str]Parses a private_offer path into its component segments.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.parse_service_path
parse_service_path(path: str) -> typing.Dict[str, str]Parses a service path into its component segments.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.parse_sku_group_path
parse_sku_group_path(path: str) -> typing.Dict[str, str]Parses a sku_group path into its component segments.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.parse_sku_path
parse_sku_path(path: str) -> typing.Dict[str, str]Parses a sku path into its component segments.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.parse_standard_offer_path
parse_standard_offer_path(path: str) -> typing.Dict[str, str]Parses a standard_offer path into its component segments.
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
) -> strReturns a fully-qualified private_offer_document string.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.private_offer_path
private_offer_path(project: str, location: str, private_offer: str) -> strReturns a fully-qualified private_offer string.
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.PrivateOfferPublishes the target PrivateOffer.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.service_path
service_path(project: str, location: str, service: str) -> strReturns a fully-qualified service string.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.sku_group_path
sku_group_path(project: str, location: str, sku_group: str) -> strReturns a fully-qualified sku_group string.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.sku_path
sku_path(project: str, location: str, service: str, sku: str) -> strReturns a fully-qualified sku string.
google.cloud.commerceproducer_v1beta.services.commerce_transaction.CommerceTransactionClient.standard_offer_path
standard_offer_path(
project: str, location: str, service: str, standard_offer: str
) -> strReturns a fully-qualified standard_offer string.
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.PrivateOfferUpdates the target 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.PrivateOfferDocumentUpdates the target 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]]] = ()
)Instantiates the pager.
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]]] = ()
)Instantiate the pager.
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]]] = ()
)Instantiates the pager.
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]]] = ()
)Instantiate the pager.
See more: google.cloud.commerceproducer_v1beta.services.commerce_transaction.pagers.ListPrivateOffersPager
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]]] = ()
)Instantiates the pager.
See more: google.cloud.commerceproducer_v1beta.services.commerce_transaction.pagers.ListServicesAsyncPager
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]]] = ()
)Instantiate the pager.
See more: google.cloud.commerceproducer_v1beta.services.commerce_transaction.pagers.ListServicesPager
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]]] = ()
)Instantiates the pager.
See more: google.cloud.commerceproducer_v1beta.services.commerce_transaction.pagers.ListSkuGroupsAsyncPager
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]]] = ()
)Instantiate the pager.
See more: google.cloud.commerceproducer_v1beta.services.commerce_transaction.pagers.ListSkuGroupsPager
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]]] = ()
)Instantiates the pager.
See more: google.cloud.commerceproducer_v1beta.services.commerce_transaction.pagers.ListSkusAsyncPager
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]]] = ()
)Instantiate the pager.
See more: google.cloud.commerceproducer_v1beta.services.commerce_transaction.pagers.ListSkusPager
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]]] = ()
)Instantiates the pager.
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]]] = ()
)Instantiate the pager.
See more: google.cloud.commerceproducer_v1beta.services.commerce_transaction.pagers.ListStandardOffersPager