Package Methods (1.18.5)

Summary of entries of Methods for cloudchannel.

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient

CloudChannelReportsServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.channel_v1.services.cloud_channel_reports_service.transports.base.CloudChannelReportsServiceTransport, typing.Callable[[...], google.cloud.channel_v1.services.cloud_channel_reports_service.transports.base.CloudChannelReportsServiceTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

Instantiates the cloud channel reports service async client.

See more: google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.cancel_operation

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

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.common_location_path

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

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.delete_operation

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

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.fetch_report_results

fetch_report_results(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.reports_service.FetchReportResultsRequest,
            dict,
        ]
    ] = None,
    *,
    report_job: 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.channel_v1.services.cloud_channel_reports_service.pagers.FetchReportResultsAsyncPager
)

Retrieves data generated by xref_CloudChannelReportsService.RunReportJob.

See more: google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.fetch_report_results

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.from_service_account_file

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

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.from_service_account_info

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

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.from_service_account_json

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

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.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.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.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.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.channel_v1.services.cloud_channel_reports_service.transports.base.CloudChannelReportsServiceTransport
    ]
)

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.list_operations

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

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.list_reports

list_reports(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.reports_service.ListReportsRequest, 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.channel_v1.services.cloud_channel_reports_service.pagers.ListReportsAsyncPager
)

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.parse_common_folder_path

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

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.parse_common_location_path

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

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.parse_common_organization_path

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

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.parse_common_project_path

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

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.parse_report_job_path

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

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.parse_report_path

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

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.report_job_path

report_job_path(account: str, report_job: str) -> str

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.report_path

report_path(account: str, report: str) -> str

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceAsyncClient.run_report_job

run_report_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.reports_service.RunReportJobRequest, 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.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient

CloudChannelReportsServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.channel_v1.services.cloud_channel_reports_service.transports.base.CloudChannelReportsServiceTransport, typing.Callable[[...], google.cloud.channel_v1.services.cloud_channel_reports_service.transports.base.CloudChannelReportsServiceTransport]]] = 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 = 

Instantiates the cloud channel reports service client.

See more: google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.cancel_operation

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

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.common_location_path

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

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.delete_operation

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

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.fetch_report_results

fetch_report_results(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.reports_service.FetchReportResultsRequest,
            dict,
        ]
    ] = None,
    *,
    report_job: 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.channel_v1.services.cloud_channel_reports_service.pagers.FetchReportResultsPager
)

Retrieves data generated by xref_CloudChannelReportsService.RunReportJob.

See more: google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.fetch_report_results

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.from_service_account_file

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.from_service_account_info

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.from_service_account_json

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.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.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.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.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.list_operations

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

Lists operations that match the specified filter in the request.

See more: google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.list_operations

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.list_reports

list_reports(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.reports_service.ListReportsRequest, 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.channel_v1.services.cloud_channel_reports_service.pagers.ListReportsPager
)

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.parse_common_billing_account_path

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

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.parse_common_folder_path

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

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.parse_common_location_path

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

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.parse_common_organization_path

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

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.parse_common_project_path

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

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.parse_report_job_path

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

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.parse_report_path

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

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.report_job_path

report_job_path(account: str, report_job: str) -> str

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.report_path

report_path(account: str, report: str) -> str

google.cloud.channel_v1.services.cloud_channel_reports_service.CloudChannelReportsServiceClient.run_report_job

run_report_job(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.reports_service.RunReportJobRequest, 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.channel_v1.services.cloud_channel_reports_service.pagers.FetchReportResultsAsyncPager

FetchReportResultsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.channel_v1.types.reports_service.FetchReportResultsResponse
        ],
    ],
    request: google.cloud.channel_v1.types.reports_service.FetchReportResultsRequest,
    response: google.cloud.channel_v1.types.reports_service.FetchReportResultsResponse,
    *,
    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.channel_v1.services.cloud_channel_reports_service.pagers.FetchReportResultsPager

FetchReportResultsPager(
    method: typing.Callable[
        [...], google.cloud.channel_v1.types.reports_service.FetchReportResultsResponse
    ],
    request: google.cloud.channel_v1.types.reports_service.FetchReportResultsRequest,
    response: google.cloud.channel_v1.types.reports_service.FetchReportResultsResponse,
    *,
    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.channel_v1.services.cloud_channel_reports_service.pagers.ListReportsAsyncPager

ListReportsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.channel_v1.types.reports_service.ListReportsResponse
        ],
    ],
    request: google.cloud.channel_v1.types.reports_service.ListReportsRequest,
    response: google.cloud.channel_v1.types.reports_service.ListReportsResponse,
    *,
    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.channel_v1.services.cloud_channel_reports_service.pagers.ListReportsPager

ListReportsPager(
    method: typing.Callable[
        [...], google.cloud.channel_v1.types.reports_service.ListReportsResponse
    ],
    request: google.cloud.channel_v1.types.reports_service.ListReportsRequest,
    response: google.cloud.channel_v1.types.reports_service.ListReportsResponse,
    *,
    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.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient

CloudChannelServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.channel_v1.services.cloud_channel_service.transports.base.CloudChannelServiceTransport, typing.Callable[[...], google.cloud.channel_v1.services.cloud_channel_service.transports.base.CloudChannelServiceTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

Instantiates the cloud channel service async client.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.activate_entitlement

activate_entitlement(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ActivateEntitlementRequest, 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.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.billing_account_path

billing_account_path(account: str, billing_account: str) -> str

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.cancel_entitlement

cancel_entitlement(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.CancelEntitlementRequest, 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.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.cancel_operation

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

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.cancel_operation

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.change_offer

change_offer(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.ChangeOfferRequest, 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

Updates the Offer for an existing customer entitlement.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.change_offer

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.change_parameters

change_parameters(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ChangeParametersRequest, 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.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.change_renewal_settings

change_renewal_settings(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ChangeRenewalSettingsRequest, 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

Updates the renewal settings for an existing customer entitlement.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.change_renewal_settings

channel_partner_link_path(account: str, channel_partner_link: str) -> str

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.channel_partner_repricing_config_path

channel_partner_repricing_config_path(
    account: str, channel_partner: str, channel_partner_repricing_config: str
) -> str

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.check_cloud_identity_accounts_exist

check_cloud_identity_accounts_exist(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.CheckCloudIdentityAccountsExistRequest,
            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.cloud.channel_v1.types.service.CheckCloudIdentityAccountsExistResponse

Confirms the existence of Cloud Identity accounts based on the domain and if the Cloud Identity accounts are owned by the reseller.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.check_cloud_identity_accounts_exist

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.common_location_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.common_project_path

common_project_path(project: str) -> str
create_channel_partner_link(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.CreateChannelPartnerLinkRequest, 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.cloud.channel_v1.types.channel_partner_links.ChannelPartnerLink

Initiates a channel partner link between a distributor and a reseller, or between resellers in an n-tier reseller channel.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.create_channel_partner_link

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.create_channel_partner_repricing_config

create_channel_partner_repricing_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.CreateChannelPartnerRepricingConfigRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    channel_partner_repricing_config: typing.Optional[
        google.cloud.channel_v1.types.repricing.ChannelPartnerRepricingConfig
    ] = 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.channel_v1.types.repricing.ChannelPartnerRepricingConfig

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.create_customer

create_customer(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.CreateCustomerRequest, 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.cloud.channel_v1.types.customers.Customer

Creates a new xref_Customer resource under the reseller or distributor account.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.create_customer

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.create_customer_repricing_config

create_customer_repricing_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.CreateCustomerRepricingConfigRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    customer_repricing_config: typing.Optional[
        google.cloud.channel_v1.types.repricing.CustomerRepricingConfig
    ] = 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.channel_v1.types.repricing.CustomerRepricingConfig

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.create_entitlement

create_entitlement(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.CreateEntitlementRequest, 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.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.customer_path

customer_path(account: str, customer: str) -> str

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.customer_repricing_config_path

customer_repricing_config_path(
    account: str, customer: str, customer_repricing_config: str
) -> str

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.delete_channel_partner_repricing_config

delete_channel_partner_repricing_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.DeleteChannelPartnerRepricingConfigRequest,
            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]] = ()
) -> None

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.delete_customer

delete_customer(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.DeleteCustomerRequest, 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]] = ()
) -> None

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.delete_customer_repricing_config

delete_customer_repricing_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.DeleteCustomerRepricingConfigRequest,
            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]] = ()
) -> None

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.delete_operation

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.entitlement_path

entitlement_path(account: str, customer: str, entitlement: str) -> str

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.from_service_account_file

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.from_service_account_info

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.from_service_account_json

get_channel_partner_link(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.GetChannelPartnerLinkRequest, 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.cloud.channel_v1.types.channel_partner_links.ChannelPartnerLink

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.get_channel_partner_repricing_config

get_channel_partner_repricing_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.GetChannelPartnerRepricingConfigRequest,
            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.channel_v1.types.repricing.ChannelPartnerRepricingConfig

Gets information about how a Distributor modifies their bill before sending it to a ChannelPartner.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.get_channel_partner_repricing_config

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.get_customer

get_customer(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.GetCustomerRequest, 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.channel_v1.types.customers.Customer

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.get_customer_repricing_config

get_customer_repricing_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.GetCustomerRepricingConfigRequest,
            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.channel_v1.types.repricing.CustomerRepricingConfig

Gets information about how a Reseller modifies their bill before sending it to a Customer.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.get_customer_repricing_config

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.get_entitlement

get_entitlement(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.GetEntitlementRequest, 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.cloud.channel_v1.types.entitlements.Entitlement

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.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.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.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.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.channel_v1.services.cloud_channel_service.transports.base.CloudChannelServiceTransport
    ]
)

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.import_customer

import_customer(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.ImportCustomerRequest, 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.cloud.channel_v1.types.customers.Customer

Imports a xref_Customer from the Cloud Identity associated with the provided Cloud Identity ID or domain before a TransferEntitlements call.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.import_customer

list_channel_partner_links(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ListChannelPartnerLinksRequest, 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.cloud.channel_v1.services.cloud_channel_service.pagers.ListChannelPartnerLinksAsyncPager
)

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.list_channel_partner_repricing_configs

list_channel_partner_repricing_configs(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ListChannelPartnerRepricingConfigsRequest,
            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.channel_v1.services.cloud_channel_service.pagers.ListChannelPartnerRepricingConfigsAsyncPager
)

Lists information about how a Reseller modifies their bill before sending it to a ChannelPartner.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.list_channel_partner_repricing_configs

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.list_customer_repricing_configs

list_customer_repricing_configs(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ListCustomerRepricingConfigsRequest,
            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.channel_v1.services.cloud_channel_service.pagers.ListCustomerRepricingConfigsAsyncPager
)

Lists information about how a Reseller modifies their bill before sending it to a Customer.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.list_customer_repricing_configs

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.list_customers

list_customers(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.ListCustomersRequest, 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.cloud.channel_v1.services.cloud_channel_service.pagers.ListCustomersAsyncPager
)

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.list_entitlement_changes

list_entitlement_changes(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ListEntitlementChangesRequest, 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.channel_v1.services.cloud_channel_service.pagers.ListEntitlementChangesAsyncPager
)

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.list_entitlements

list_entitlements(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ListEntitlementsRequest, 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.cloud.channel_v1.services.cloud_channel_service.pagers.ListEntitlementsAsyncPager
)

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.list_offers

list_offers(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.ListOffersRequest, 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.cloud.channel_v1.services.cloud_channel_service.pagers.ListOffersAsyncPager

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.list_operations

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

Lists operations that match the specified filter in the request.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.list_operations

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.list_products

list_products(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.ListProductsRequest, 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.cloud.channel_v1.services.cloud_channel_service.pagers.ListProductsAsyncPager
)

Lists the Products the reseller is authorized to sell.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.list_products

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.list_purchasable_offers

list_purchasable_offers(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ListPurchasableOffersRequest, 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.cloud.channel_v1.services.cloud_channel_service.pagers.ListPurchasableOffersAsyncPager
)

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.list_purchasable_skus

list_purchasable_skus(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ListPurchasableSkusRequest, 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.cloud.channel_v1.services.cloud_channel_service.pagers.ListPurchasableSkusAsyncPager
)

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.list_sku_group_billable_skus

list_sku_group_billable_skus(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ListSkuGroupBillableSkusRequest, 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.channel_v1.services.cloud_channel_service.pagers.ListSkuGroupBillableSkusAsyncPager
)

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.list_sku_groups

list_sku_groups(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.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, str]] = ()
) -> (
    google.cloud.channel_v1.services.cloud_channel_service.pagers.ListSkuGroupsAsyncPager
)

Lists the Rebilling supported SKU groups the account is authorized to sell.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.list_sku_groups

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.list_skus

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

Lists the SKUs for a product the reseller is authorized to sell.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.list_skus

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.list_subscribers

list_subscribers(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.ListSubscribersRequest, 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.cloud.channel_v1.services.cloud_channel_service.pagers.ListSubscribersAsyncPager
)

Lists service accounts with subscriber privileges on the Cloud Pub/Sub topic created for this Channel Services account.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.list_subscribers

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.list_transferable_offers

list_transferable_offers(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ListTransferableOffersRequest, 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.cloud.channel_v1.services.cloud_channel_service.pagers.ListTransferableOffersAsyncPager
)

List xref_TransferableOffers of a customer based on Cloud Identity ID or Customer Name in the request.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.list_transferable_offers

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.list_transferable_skus

list_transferable_skus(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ListTransferableSkusRequest, 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.cloud.channel_v1.services.cloud_channel_service.pagers.ListTransferableSkusAsyncPager
)

List xref_TransferableSkus of a customer based on the Cloud Identity ID or Customer Name in the request.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.list_transferable_skus

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.lookup_offer

lookup_offer(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.LookupOfferRequest, 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.cloud.channel_v1.types.offers.Offer

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.offer_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.parse_billing_account_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.parse_channel_partner_repricing_config_path

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

Parses a channel_partner_repricing_config path into its component segments.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.parse_channel_partner_repricing_config_path

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.parse_common_folder_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.parse_common_location_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.parse_common_organization_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.parse_common_project_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.parse_customer_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.parse_customer_repricing_config_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.parse_entitlement_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.parse_offer_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.parse_product_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.parse_sku_group_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.parse_sku_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.product_path

product_path(product: str) -> str

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.provision_cloud_identity

provision_cloud_identity(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ProvisionCloudIdentityRequest, 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

Creates a Cloud Identity for the given customer using the customer's information, or the information provided here.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.provision_cloud_identity

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.query_eligible_billing_accounts

query_eligible_billing_accounts(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.QueryEligibleBillingAccountsRequest,
            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.cloud.channel_v1.types.service.QueryEligibleBillingAccountsResponse

Lists the billing accounts that are eligible to purchase particular SKUs for a given customer.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.query_eligible_billing_accounts

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.register_subscriber

register_subscriber(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.RegisterSubscriberRequest, 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.cloud.channel_v1.types.service.RegisterSubscriberResponse

Registers a service account with subscriber privileges on the Cloud Pub/Sub topic for this Channel Services account.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.register_subscriber

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.sku_group_path

sku_group_path(account: str, sku_group: str) -> str

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.sku_path

sku_path(product: str, sku: str) -> str

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.start_paid_service

start_paid_service(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.StartPaidServiceRequest, 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.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.suspend_entitlement

suspend_entitlement(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.SuspendEntitlementRequest, 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.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.transfer_entitlements

transfer_entitlements(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.TransferEntitlementsRequest, 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.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.transfer_entitlements_to_google

transfer_entitlements_to_google(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.TransferEntitlementsToGoogleRequest,
            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

Transfers customer entitlements from their current reseller to Google.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.transfer_entitlements_to_google

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.unregister_subscriber

unregister_subscriber(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.UnregisterSubscriberRequest, 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.cloud.channel_v1.types.service.UnregisterSubscriberResponse

Unregisters a service account with subscriber privileges on the Cloud Pub/Sub topic created for this Channel Services account.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.unregister_subscriber

update_channel_partner_link(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.UpdateChannelPartnerLinkRequest, 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.cloud.channel_v1.types.channel_partner_links.ChannelPartnerLink

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.update_channel_partner_repricing_config

update_channel_partner_repricing_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.UpdateChannelPartnerRepricingConfigRequest,
            dict,
        ]
    ] = None,
    *,
    channel_partner_repricing_config: typing.Optional[
        google.cloud.channel_v1.types.repricing.ChannelPartnerRepricingConfig
    ] = 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.channel_v1.types.repricing.ChannelPartnerRepricingConfig

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.update_customer

update_customer(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.UpdateCustomerRequest, 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.cloud.channel_v1.types.customers.Customer

Updates an existing xref_Customer resource for the reseller or distributor.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.update_customer

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceAsyncClient.update_customer_repricing_config

update_customer_repricing_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.UpdateCustomerRepricingConfigRequest,
            dict,
        ]
    ] = None,
    *,
    customer_repricing_config: typing.Optional[
        google.cloud.channel_v1.types.repricing.CustomerRepricingConfig
    ] = 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.channel_v1.types.repricing.CustomerRepricingConfig

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient

CloudChannelServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.channel_v1.services.cloud_channel_service.transports.base.CloudChannelServiceTransport, typing.Callable[[...], google.cloud.channel_v1.services.cloud_channel_service.transports.base.CloudChannelServiceTransport]]] = 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 = 

Instantiates the cloud channel service client.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.activate_entitlement

activate_entitlement(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ActivateEntitlementRequest, 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.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.billing_account_path

billing_account_path(account: str, billing_account: str) -> str

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.cancel_entitlement

cancel_entitlement(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.CancelEntitlementRequest, 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.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.cancel_operation

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

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.cancel_operation

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.change_offer

change_offer(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.ChangeOfferRequest, 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

Updates the Offer for an existing customer entitlement.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.change_offer

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.change_parameters

change_parameters(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ChangeParametersRequest, 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.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.change_renewal_settings

change_renewal_settings(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ChangeRenewalSettingsRequest, 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

Updates the renewal settings for an existing customer entitlement.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.change_renewal_settings

channel_partner_link_path(account: str, channel_partner_link: str) -> str

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.channel_partner_repricing_config_path

channel_partner_repricing_config_path(
    account: str, channel_partner: str, channel_partner_repricing_config: str
) -> str

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.check_cloud_identity_accounts_exist

check_cloud_identity_accounts_exist(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.CheckCloudIdentityAccountsExistRequest,
            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.cloud.channel_v1.types.service.CheckCloudIdentityAccountsExistResponse

Confirms the existence of Cloud Identity accounts based on the domain and if the Cloud Identity accounts are owned by the reseller.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.check_cloud_identity_accounts_exist

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.common_location_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.common_project_path

common_project_path(project: str) -> str
create_channel_partner_link(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.CreateChannelPartnerLinkRequest, 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.cloud.channel_v1.types.channel_partner_links.ChannelPartnerLink

Initiates a channel partner link between a distributor and a reseller, or between resellers in an n-tier reseller channel.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.create_channel_partner_link

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.create_channel_partner_repricing_config

create_channel_partner_repricing_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.CreateChannelPartnerRepricingConfigRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    channel_partner_repricing_config: typing.Optional[
        google.cloud.channel_v1.types.repricing.ChannelPartnerRepricingConfig
    ] = 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.channel_v1.types.repricing.ChannelPartnerRepricingConfig

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.create_customer

create_customer(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.CreateCustomerRequest, 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.cloud.channel_v1.types.customers.Customer

Creates a new xref_Customer resource under the reseller or distributor account.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.create_customer

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.create_customer_repricing_config

create_customer_repricing_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.CreateCustomerRepricingConfigRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    customer_repricing_config: typing.Optional[
        google.cloud.channel_v1.types.repricing.CustomerRepricingConfig
    ] = 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.channel_v1.types.repricing.CustomerRepricingConfig

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.create_entitlement

create_entitlement(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.CreateEntitlementRequest, 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.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.customer_path

customer_path(account: str, customer: str) -> str

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.customer_repricing_config_path

customer_repricing_config_path(
    account: str, customer: str, customer_repricing_config: str
) -> str

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.delete_channel_partner_repricing_config

delete_channel_partner_repricing_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.DeleteChannelPartnerRepricingConfigRequest,
            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]] = ()
) -> None

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.delete_customer

delete_customer(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.DeleteCustomerRequest, 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]] = ()
) -> None

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.delete_customer_repricing_config

delete_customer_repricing_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.DeleteCustomerRepricingConfigRequest,
            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]] = ()
) -> None

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.delete_operation

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.entitlement_path

entitlement_path(account: str, customer: str, entitlement: str) -> str

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.from_service_account_file

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.from_service_account_file

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.from_service_account_info

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

Creates an instance of this client using the provided credentials info.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.from_service_account_info

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.from_service_account_json

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

Creates an instance of this client using the provided credentials file.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.from_service_account_json

get_channel_partner_link(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.GetChannelPartnerLinkRequest, 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.cloud.channel_v1.types.channel_partner_links.ChannelPartnerLink

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.get_channel_partner_repricing_config

get_channel_partner_repricing_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.GetChannelPartnerRepricingConfigRequest,
            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.channel_v1.types.repricing.ChannelPartnerRepricingConfig

Gets information about how a Distributor modifies their bill before sending it to a ChannelPartner.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.get_channel_partner_repricing_config

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.get_customer

get_customer(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.GetCustomerRequest, 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.channel_v1.types.customers.Customer

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.get_customer_repricing_config

get_customer_repricing_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.GetCustomerRepricingConfigRequest,
            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.channel_v1.types.repricing.CustomerRepricingConfig

Gets information about how a Reseller modifies their bill before sending it to a Customer.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.get_customer_repricing_config

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.get_entitlement

get_entitlement(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.GetEntitlementRequest, 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.cloud.channel_v1.types.entitlements.Entitlement

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.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.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.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.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.import_customer

import_customer(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.ImportCustomerRequest, 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.cloud.channel_v1.types.customers.Customer

Imports a xref_Customer from the Cloud Identity associated with the provided Cloud Identity ID or domain before a TransferEntitlements call.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.import_customer

list_channel_partner_links(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ListChannelPartnerLinksRequest, 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.cloud.channel_v1.services.cloud_channel_service.pagers.ListChannelPartnerLinksPager
)

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.list_channel_partner_repricing_configs

list_channel_partner_repricing_configs(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ListChannelPartnerRepricingConfigsRequest,
            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.channel_v1.services.cloud_channel_service.pagers.ListChannelPartnerRepricingConfigsPager
)

Lists information about how a Reseller modifies their bill before sending it to a ChannelPartner.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.list_channel_partner_repricing_configs

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.list_customer_repricing_configs

list_customer_repricing_configs(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ListCustomerRepricingConfigsRequest,
            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.channel_v1.services.cloud_channel_service.pagers.ListCustomerRepricingConfigsPager
)

Lists information about how a Reseller modifies their bill before sending it to a Customer.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.list_customer_repricing_configs

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.list_customers

list_customers(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.ListCustomersRequest, 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.cloud.channel_v1.services.cloud_channel_service.pagers.ListCustomersPager

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.list_entitlement_changes

list_entitlement_changes(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ListEntitlementChangesRequest, 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.channel_v1.services.cloud_channel_service.pagers.ListEntitlementChangesPager
)

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.list_entitlements

list_entitlements(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ListEntitlementsRequest, 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.cloud.channel_v1.services.cloud_channel_service.pagers.ListEntitlementsPager
)

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.list_offers

list_offers(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.ListOffersRequest, 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.cloud.channel_v1.services.cloud_channel_service.pagers.ListOffersPager

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.list_operations

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

Lists operations that match the specified filter in the request.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.list_operations

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.list_products

list_products(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.ListProductsRequest, 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.cloud.channel_v1.services.cloud_channel_service.pagers.ListProductsPager

Lists the Products the reseller is authorized to sell.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.list_products

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.list_purchasable_offers

list_purchasable_offers(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ListPurchasableOffersRequest, 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.cloud.channel_v1.services.cloud_channel_service.pagers.ListPurchasableOffersPager
)

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.list_purchasable_skus

list_purchasable_skus(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ListPurchasableSkusRequest, 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.cloud.channel_v1.services.cloud_channel_service.pagers.ListPurchasableSkusPager
)

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.list_sku_group_billable_skus

list_sku_group_billable_skus(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ListSkuGroupBillableSkusRequest, 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.channel_v1.services.cloud_channel_service.pagers.ListSkuGroupBillableSkusPager
)

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.list_sku_groups

list_sku_groups(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.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, str]] = ()
) -> google.cloud.channel_v1.services.cloud_channel_service.pagers.ListSkuGroupsPager

Lists the Rebilling supported SKU groups the account is authorized to sell.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.list_sku_groups

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.list_skus

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

Lists the SKUs for a product the reseller is authorized to sell.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.list_skus

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.list_subscribers

list_subscribers(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.ListSubscribersRequest, 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.cloud.channel_v1.services.cloud_channel_service.pagers.ListSubscribersPager

Lists service accounts with subscriber privileges on the Cloud Pub/Sub topic created for this Channel Services account.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.list_subscribers

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.list_transferable_offers

list_transferable_offers(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ListTransferableOffersRequest, 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.cloud.channel_v1.services.cloud_channel_service.pagers.ListTransferableOffersPager
)

List xref_TransferableOffers of a customer based on Cloud Identity ID or Customer Name in the request.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.list_transferable_offers

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.list_transferable_skus

list_transferable_skus(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ListTransferableSkusRequest, 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.cloud.channel_v1.services.cloud_channel_service.pagers.ListTransferableSkusPager
)

List xref_TransferableSkus of a customer based on the Cloud Identity ID or Customer Name in the request.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.list_transferable_skus

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.lookup_offer

lookup_offer(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.LookupOfferRequest, 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.cloud.channel_v1.types.offers.Offer

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.offer_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.parse_billing_account_path

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

Parses a channel_partner_link path into its component segments.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.parse_channel_partner_link_path

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.parse_channel_partner_repricing_config_path

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

Parses a channel_partner_repricing_config path into its component segments.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.parse_channel_partner_repricing_config_path

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.parse_common_billing_account_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.parse_common_folder_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.parse_common_location_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.parse_common_organization_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.parse_common_project_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.parse_customer_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.parse_customer_repricing_config_path

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

Parses a customer_repricing_config path into its component segments.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.parse_customer_repricing_config_path

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.parse_entitlement_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.parse_offer_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.parse_product_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.parse_sku_group_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.parse_sku_path

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

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.product_path

product_path(product: str) -> str

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.provision_cloud_identity

provision_cloud_identity(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.ProvisionCloudIdentityRequest, 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

Creates a Cloud Identity for the given customer using the customer's information, or the information provided here.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.provision_cloud_identity

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.query_eligible_billing_accounts

query_eligible_billing_accounts(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.QueryEligibleBillingAccountsRequest,
            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.cloud.channel_v1.types.service.QueryEligibleBillingAccountsResponse

Lists the billing accounts that are eligible to purchase particular SKUs for a given customer.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.query_eligible_billing_accounts

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.register_subscriber

register_subscriber(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.RegisterSubscriberRequest, 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.cloud.channel_v1.types.service.RegisterSubscriberResponse

Registers a service account with subscriber privileges on the Cloud Pub/Sub topic for this Channel Services account.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.register_subscriber

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.sku_group_path

sku_group_path(account: str, sku_group: str) -> str

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.sku_path

sku_path(product: str, sku: str) -> str

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.start_paid_service

start_paid_service(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.StartPaidServiceRequest, 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.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.suspend_entitlement

suspend_entitlement(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.SuspendEntitlementRequest, 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.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.transfer_entitlements

transfer_entitlements(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.TransferEntitlementsRequest, 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.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.transfer_entitlements_to_google

transfer_entitlements_to_google(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.TransferEntitlementsToGoogleRequest,
            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

Transfers customer entitlements from their current reseller to Google.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.transfer_entitlements_to_google

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.unregister_subscriber

unregister_subscriber(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.UnregisterSubscriberRequest, 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.cloud.channel_v1.types.service.UnregisterSubscriberResponse

Unregisters a service account with subscriber privileges on the Cloud Pub/Sub topic created for this Channel Services account.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.unregister_subscriber

update_channel_partner_link(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.UpdateChannelPartnerLinkRequest, 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.cloud.channel_v1.types.channel_partner_links.ChannelPartnerLink

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.update_channel_partner_repricing_config

update_channel_partner_repricing_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.UpdateChannelPartnerRepricingConfigRequest,
            dict,
        ]
    ] = None,
    *,
    channel_partner_repricing_config: typing.Optional[
        google.cloud.channel_v1.types.repricing.ChannelPartnerRepricingConfig
    ] = 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.channel_v1.types.repricing.ChannelPartnerRepricingConfig

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.update_customer

update_customer(
    request: typing.Optional[
        typing.Union[google.cloud.channel_v1.types.service.UpdateCustomerRequest, 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.cloud.channel_v1.types.customers.Customer

Updates an existing xref_Customer resource for the reseller or distributor.

See more: google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.update_customer

google.cloud.channel_v1.services.cloud_channel_service.CloudChannelServiceClient.update_customer_repricing_config

update_customer_repricing_config(
    request: typing.Optional[
        typing.Union[
            google.cloud.channel_v1.types.service.UpdateCustomerRepricingConfigRequest,
            dict,
        ]
    ] = None,
    *,
    customer_repricing_config: typing.Optional[
        google.cloud.channel_v1.types.repricing.CustomerRepricingConfig
    ] = 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.channel_v1.types.repricing.CustomerRepricingConfig

google.cloud.channel_v1.services.cloud_channel_service.pagers.ListChannelPartnerLinksAsyncPager

ListChannelPartnerLinksAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.channel_v1.types.service.ListChannelPartnerLinksResponse
        ],
    ],
    request: google.cloud.channel_v1.types.service.ListChannelPartnerLinksRequest,
    response: google.cloud.channel_v1.types.service.ListChannelPartnerLinksResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListChannelPartnerLinksPager

ListChannelPartnerLinksPager(
    method: typing.Callable[
        [...], google.cloud.channel_v1.types.service.ListChannelPartnerLinksResponse
    ],
    request: google.cloud.channel_v1.types.service.ListChannelPartnerLinksRequest,
    response: google.cloud.channel_v1.types.service.ListChannelPartnerLinksResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListChannelPartnerRepricingConfigsAsyncPager

ListChannelPartnerRepricingConfigsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.channel_v1.types.service.ListChannelPartnerRepricingConfigsResponse
        ],
    ],
    request: google.cloud.channel_v1.types.service.ListChannelPartnerRepricingConfigsRequest,
    response: google.cloud.channel_v1.types.service.ListChannelPartnerRepricingConfigsResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListChannelPartnerRepricingConfigsPager

ListChannelPartnerRepricingConfigsPager(
    method: typing.Callable[
        [...],
        google.cloud.channel_v1.types.service.ListChannelPartnerRepricingConfigsResponse,
    ],
    request: google.cloud.channel_v1.types.service.ListChannelPartnerRepricingConfigsRequest,
    response: google.cloud.channel_v1.types.service.ListChannelPartnerRepricingConfigsResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListCustomerRepricingConfigsAsyncPager

ListCustomerRepricingConfigsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.channel_v1.types.service.ListCustomerRepricingConfigsResponse
        ],
    ],
    request: google.cloud.channel_v1.types.service.ListCustomerRepricingConfigsRequest,
    response: google.cloud.channel_v1.types.service.ListCustomerRepricingConfigsResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListCustomerRepricingConfigsPager

ListCustomerRepricingConfigsPager(
    method: typing.Callable[
        [...],
        google.cloud.channel_v1.types.service.ListCustomerRepricingConfigsResponse,
    ],
    request: google.cloud.channel_v1.types.service.ListCustomerRepricingConfigsRequest,
    response: google.cloud.channel_v1.types.service.ListCustomerRepricingConfigsResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListCustomersAsyncPager

ListCustomersAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[google.cloud.channel_v1.types.service.ListCustomersResponse],
    ],
    request: google.cloud.channel_v1.types.service.ListCustomersRequest,
    response: google.cloud.channel_v1.types.service.ListCustomersResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListCustomersPager

ListCustomersPager(
    method: typing.Callable[
        [...], google.cloud.channel_v1.types.service.ListCustomersResponse
    ],
    request: google.cloud.channel_v1.types.service.ListCustomersRequest,
    response: google.cloud.channel_v1.types.service.ListCustomersResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListEntitlementChangesAsyncPager

ListEntitlementChangesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.channel_v1.types.service.ListEntitlementChangesResponse
        ],
    ],
    request: google.cloud.channel_v1.types.service.ListEntitlementChangesRequest,
    response: google.cloud.channel_v1.types.service.ListEntitlementChangesResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListEntitlementChangesPager

ListEntitlementChangesPager(
    method: typing.Callable[
        [...], google.cloud.channel_v1.types.service.ListEntitlementChangesResponse
    ],
    request: google.cloud.channel_v1.types.service.ListEntitlementChangesRequest,
    response: google.cloud.channel_v1.types.service.ListEntitlementChangesResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListEntitlementsAsyncPager

ListEntitlementsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.channel_v1.types.service.ListEntitlementsResponse
        ],
    ],
    request: google.cloud.channel_v1.types.service.ListEntitlementsRequest,
    response: google.cloud.channel_v1.types.service.ListEntitlementsResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListEntitlementsPager

ListEntitlementsPager(
    method: typing.Callable[
        [...], google.cloud.channel_v1.types.service.ListEntitlementsResponse
    ],
    request: google.cloud.channel_v1.types.service.ListEntitlementsRequest,
    response: google.cloud.channel_v1.types.service.ListEntitlementsResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListOffersAsyncPager

ListOffersAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[google.cloud.channel_v1.types.service.ListOffersResponse],
    ],
    request: google.cloud.channel_v1.types.service.ListOffersRequest,
    response: google.cloud.channel_v1.types.service.ListOffersResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListOffersPager

ListOffersPager(
    method: typing.Callable[
        [...], google.cloud.channel_v1.types.service.ListOffersResponse
    ],
    request: google.cloud.channel_v1.types.service.ListOffersRequest,
    response: google.cloud.channel_v1.types.service.ListOffersResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListProductsAsyncPager

ListProductsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[google.cloud.channel_v1.types.service.ListProductsResponse],
    ],
    request: google.cloud.channel_v1.types.service.ListProductsRequest,
    response: google.cloud.channel_v1.types.service.ListProductsResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListProductsPager

ListProductsPager(
    method: typing.Callable[
        [...], google.cloud.channel_v1.types.service.ListProductsResponse
    ],
    request: google.cloud.channel_v1.types.service.ListProductsRequest,
    response: google.cloud.channel_v1.types.service.ListProductsResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListPurchasableOffersAsyncPager

ListPurchasableOffersAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.channel_v1.types.service.ListPurchasableOffersResponse
        ],
    ],
    request: google.cloud.channel_v1.types.service.ListPurchasableOffersRequest,
    response: google.cloud.channel_v1.types.service.ListPurchasableOffersResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListPurchasableOffersPager

ListPurchasableOffersPager(
    method: typing.Callable[
        [...], google.cloud.channel_v1.types.service.ListPurchasableOffersResponse
    ],
    request: google.cloud.channel_v1.types.service.ListPurchasableOffersRequest,
    response: google.cloud.channel_v1.types.service.ListPurchasableOffersResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListPurchasableSkusAsyncPager

ListPurchasableSkusAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.channel_v1.types.service.ListPurchasableSkusResponse
        ],
    ],
    request: google.cloud.channel_v1.types.service.ListPurchasableSkusRequest,
    response: google.cloud.channel_v1.types.service.ListPurchasableSkusResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListPurchasableSkusPager

ListPurchasableSkusPager(
    method: typing.Callable[
        [...], google.cloud.channel_v1.types.service.ListPurchasableSkusResponse
    ],
    request: google.cloud.channel_v1.types.service.ListPurchasableSkusRequest,
    response: google.cloud.channel_v1.types.service.ListPurchasableSkusResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListSkuGroupBillableSkusAsyncPager

ListSkuGroupBillableSkusAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.channel_v1.types.service.ListSkuGroupBillableSkusResponse
        ],
    ],
    request: google.cloud.channel_v1.types.service.ListSkuGroupBillableSkusRequest,
    response: google.cloud.channel_v1.types.service.ListSkuGroupBillableSkusResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListSkuGroupBillableSkusPager

ListSkuGroupBillableSkusPager(
    method: typing.Callable[
        [...], google.cloud.channel_v1.types.service.ListSkuGroupBillableSkusResponse
    ],
    request: google.cloud.channel_v1.types.service.ListSkuGroupBillableSkusRequest,
    response: google.cloud.channel_v1.types.service.ListSkuGroupBillableSkusResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListSkuGroupsAsyncPager

ListSkuGroupsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[google.cloud.channel_v1.types.service.ListSkuGroupsResponse],
    ],
    request: google.cloud.channel_v1.types.service.ListSkuGroupsRequest,
    response: google.cloud.channel_v1.types.service.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, str]] = ()
)

google.cloud.channel_v1.services.cloud_channel_service.pagers.ListSkuGroupsPager

ListSkuGroupsPager(
    method: typing.Callable[
        [...], google.cloud.channel_v1.types.service.ListSkuGroupsResponse
    ],
    request: google.cloud.channel_v1.types.service.ListSkuGroupsRequest,
    response: google.cloud.channel_v1.types.service.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, str]] = ()
)

google.cloud.channel_v1.services.cloud_channel_service.pagers.ListSkusAsyncPager

ListSkusAsyncPager(
    method: typing.Callable[
        [...], typing.Awaitable[google.cloud.channel_v1.types.service.ListSkusResponse]
    ],
    request: google.cloud.channel_v1.types.service.ListSkusRequest,
    response: google.cloud.channel_v1.types.service.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, str]] = ()
)

google.cloud.channel_v1.services.cloud_channel_service.pagers.ListSkusPager

ListSkusPager(
    method: typing.Callable[
        [...], google.cloud.channel_v1.types.service.ListSkusResponse
    ],
    request: google.cloud.channel_v1.types.service.ListSkusRequest,
    response: google.cloud.channel_v1.types.service.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, str]] = ()
)

google.cloud.channel_v1.services.cloud_channel_service.pagers.ListSubscribersAsyncPager

ListSubscribersAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[google.cloud.channel_v1.types.service.ListSubscribersResponse],
    ],
    request: google.cloud.channel_v1.types.service.ListSubscribersRequest,
    response: google.cloud.channel_v1.types.service.ListSubscribersResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListSubscribersPager

ListSubscribersPager(
    method: typing.Callable[
        [...], google.cloud.channel_v1.types.service.ListSubscribersResponse
    ],
    request: google.cloud.channel_v1.types.service.ListSubscribersRequest,
    response: google.cloud.channel_v1.types.service.ListSubscribersResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListTransferableOffersAsyncPager

ListTransferableOffersAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.channel_v1.types.service.ListTransferableOffersResponse
        ],
    ],
    request: google.cloud.channel_v1.types.service.ListTransferableOffersRequest,
    response: google.cloud.channel_v1.types.service.ListTransferableOffersResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListTransferableOffersPager

ListTransferableOffersPager(
    method: typing.Callable[
        [...], google.cloud.channel_v1.types.service.ListTransferableOffersResponse
    ],
    request: google.cloud.channel_v1.types.service.ListTransferableOffersRequest,
    response: google.cloud.channel_v1.types.service.ListTransferableOffersResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListTransferableSkusAsyncPager

ListTransferableSkusAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.channel_v1.types.service.ListTransferableSkusResponse
        ],
    ],
    request: google.cloud.channel_v1.types.service.ListTransferableSkusRequest,
    response: google.cloud.channel_v1.types.service.ListTransferableSkusResponse,
    *,
    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.channel_v1.services.cloud_channel_service.pagers.ListTransferableSkusPager

ListTransferableSkusPager(
    method: typing.Callable[
        [...], google.cloud.channel_v1.types.service.ListTransferableSkusResponse
    ],
    request: google.cloud.channel_v1.types.service.ListTransferableSkusRequest,
    response: google.cloud.channel_v1.types.service.ListTransferableSkusResponse,
    *,
    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]] = ()
)