Package Methods (0.1.6)

Summary of entries of Methods for procurement.

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient

ConsumerProcurementServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.transports.base.ConsumerProcurementServiceTransport, typing.Callable[[...], google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.transports.base.ConsumerProcurementServiceTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.common_location_path

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

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.from_service_account_file

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

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.from_service_account_info

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

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.from_service_account_json

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

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.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.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.get_operation

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

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.get_order

get_order(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerce_consumer_procurement_v1.types.procurement_service.GetOrderRequest,
            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, str]] = ()
) -> google.cloud.commerce_consumer_procurement_v1.types.order.Order

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.transports.base.ConsumerProcurementServiceTransport
    ]
)

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.list_orders

list_orders(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerce_consumer_procurement_v1.types.procurement_service.ListOrdersRequest,
            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, str]] = ()
) -> (
    google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.pagers.ListOrdersAsyncPager
)

Lists xref_Order resources that the user has access to, within the scope of the parent resource.

See more: google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.list_orders

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.offer_path

offer_path(service: str, offer: str) -> str

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.order_path

order_path(billing_account: str, order: str) -> str

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.parse_common_folder_path

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

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.parse_common_location_path

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

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.parse_common_organization_path

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

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.parse_common_project_path

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

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.parse_offer_path

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

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.parse_order_path

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

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.place_order

place_order(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerce_consumer_procurement_v1.types.procurement_service.PlaceOrderRequest,
            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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceClient

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

__exit__(type, value, traceback)

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceClient.common_location_path

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

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceClient.from_service_account_file

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

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceClient.from_service_account_info

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

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceClient.from_service_account_json

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

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceClient.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.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceClient.get_operation

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

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceClient.get_order

get_order(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerce_consumer_procurement_v1.types.procurement_service.GetOrderRequest,
            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, str]] = ()
) -> google.cloud.commerce_consumer_procurement_v1.types.order.Order

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceClient.list_orders

list_orders(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerce_consumer_procurement_v1.types.procurement_service.ListOrdersRequest,
            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, str]] = ()
) -> (
    google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.pagers.ListOrdersPager
)

Lists xref_Order resources that the user has access to, within the scope of the parent resource.

See more: google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceClient.list_orders

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceClient.offer_path

offer_path(service: str, offer: str) -> str

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceClient.order_path

order_path(billing_account: str, order: str) -> str

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceClient.parse_common_billing_account_path

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

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceClient.parse_common_folder_path

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

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceClient.parse_common_location_path

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

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceClient.parse_common_organization_path

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

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceClient.parse_common_project_path

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

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceClient.parse_offer_path

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

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceClient.parse_order_path

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

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.ConsumerProcurementServiceClient.place_order

place_order(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerce_consumer_procurement_v1.types.procurement_service.PlaceOrderRequest,
            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, str]] = ()
) -> google.api_core.operation.Operation

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.pagers.ListOrdersAsyncPager

ListOrdersAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.commerce_consumer_procurement_v1.types.procurement_service.ListOrdersResponse
        ],
    ],
    request: google.cloud.commerce_consumer_procurement_v1.types.procurement_service.ListOrdersRequest,
    response: google.cloud.commerce_consumer_procurement_v1.types.procurement_service.ListOrdersResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.commerce_consumer_procurement_v1.services.consumer_procurement_service.pagers.ListOrdersPager

ListOrdersPager(
    method: typing.Callable[
        [...],
        google.cloud.commerce_consumer_procurement_v1.types.procurement_service.ListOrdersResponse,
    ],
    request: google.cloud.commerce_consumer_procurement_v1.types.procurement_service.ListOrdersRequest,
    response: google.cloud.commerce_consumer_procurement_v1.types.procurement_service.ListOrdersResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient

ConsumerProcurementServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.transports.base.ConsumerProcurementServiceTransport, typing.Callable[[...], google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.transports.base.ConsumerProcurementServiceTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.common_location_path

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

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.from_service_account_file

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

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.from_service_account_info

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

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.from_service_account_json

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

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.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.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.get_operation

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

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.get_order

get_order(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerce_consumer_procurement_v1alpha1.types.procurement_service.GetOrderRequest,
            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, str]] = ()
) -> google.cloud.commerce_consumer_procurement_v1alpha1.types.order.Order

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.transports.base.ConsumerProcurementServiceTransport
    ]
)

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.list_orders

list_orders(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerce_consumer_procurement_v1alpha1.types.procurement_service.ListOrdersRequest,
            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, str]] = ()
) -> (
    google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.pagers.ListOrdersAsyncPager
)

Lists xref_Order resources that the user has access to, within the scope of the parent resource.

See more: google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.list_orders

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.offer_path

offer_path(service: str, offer: str) -> str

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.order_path

order_path(billing_account: str, order: str) -> str

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.parse_common_folder_path

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

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.parse_common_location_path

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

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.parse_common_organization_path

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

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.parse_common_project_path

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

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.parse_offer_path

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

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.parse_order_path

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

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceAsyncClient.place_order

place_order(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerce_consumer_procurement_v1alpha1.types.procurement_service.PlaceOrderRequest,
            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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceClient

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

__exit__(type, value, traceback)

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceClient.common_location_path

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

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceClient.from_service_account_file

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

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceClient.from_service_account_info

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

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceClient.from_service_account_json

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

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceClient.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.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceClient.get_operation

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

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceClient.get_order

get_order(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerce_consumer_procurement_v1alpha1.types.procurement_service.GetOrderRequest,
            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, str]] = ()
) -> google.cloud.commerce_consumer_procurement_v1alpha1.types.order.Order

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceClient.list_orders

list_orders(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerce_consumer_procurement_v1alpha1.types.procurement_service.ListOrdersRequest,
            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, str]] = ()
) -> (
    google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.pagers.ListOrdersPager
)

Lists xref_Order resources that the user has access to, within the scope of the parent resource.

See more: google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceClient.list_orders

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceClient.offer_path

offer_path(service: str, offer: str) -> str

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceClient.order_path

order_path(billing_account: str, order: str) -> str

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceClient.parse_common_billing_account_path

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

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceClient.parse_common_folder_path

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

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceClient.parse_common_location_path

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

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceClient.parse_common_organization_path

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

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceClient.parse_common_project_path

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

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceClient.parse_offer_path

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

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceClient.parse_order_path

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

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.ConsumerProcurementServiceClient.place_order

place_order(
    request: typing.Optional[
        typing.Union[
            google.cloud.commerce_consumer_procurement_v1alpha1.types.procurement_service.PlaceOrderRequest,
            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, str]] = ()
) -> google.api_core.operation.Operation

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.pagers.ListOrdersAsyncPager

ListOrdersAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.commerce_consumer_procurement_v1alpha1.types.procurement_service.ListOrdersResponse
        ],
    ],
    request: google.cloud.commerce_consumer_procurement_v1alpha1.types.procurement_service.ListOrdersRequest,
    response: google.cloud.commerce_consumer_procurement_v1alpha1.types.procurement_service.ListOrdersResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)

google.cloud.commerce_consumer_procurement_v1alpha1.services.consumer_procurement_service.pagers.ListOrdersPager

ListOrdersPager(
    method: typing.Callable[
        [...],
        google.cloud.commerce_consumer_procurement_v1alpha1.types.procurement_service.ListOrdersResponse,
    ],
    request: google.cloud.commerce_consumer_procurement_v1alpha1.types.procurement_service.ListOrdersRequest,
    response: google.cloud.commerce_consumer_procurement_v1alpha1.types.procurement_service.ListOrdersResponse,
    *,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
)