Package Methods (1.11.1)

Summary of entries of Methods for clouderrorreporting.

google.cloud.error_reporting.util.build_flask_context

build_flask_context(request)

Builds an HTTP context object from a Flask (Werkzeug) request object.

See more: google.cloud.error_reporting.util.build_flask_context

google.cloud.error_reporting.client.Client.report

report(message, http_context=None, user=None)

Reports a message to Error Reporting.

See more: google.cloud.error_reporting.client.Client.report

google.cloud.error_reporting.client.Client.report_exception

report_exception(http_context=None, user=None)

Reports the details of the latest exceptions to Error Reporting.

See more: google.cloud.error_reporting.client.Client.report_exception

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient

ErrorGroupServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.errorreporting_v1beta1.services.error_group_service.transports.base.ErrorGroupServiceTransport, typing.Callable[[...], google.cloud.errorreporting_v1beta1.services.error_group_service.transports.base.ErrorGroupServiceTransport]]] = '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 error group service async client.

See more: google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.common_location_path

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

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.error_group_path

error_group_path(project: str, group: str) -> str

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.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.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.from_service_account_file

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.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.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.from_service_account_info

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.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.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.from_service_account_json

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.get_group

get_group(
    request: typing.Optional[
        typing.Union[
            google.cloud.errorreporting_v1beta1.types.error_group_service.GetGroupRequest,
            dict,
        ]
    ] = None,
    *,
    group_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.errorreporting_v1beta1.types.common.ErrorGroup

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.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.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.get_transport_class

get_transport_class(
    label: typing.Optional[str] = None,
) -> typing.Type[
    google.cloud.errorreporting_v1beta1.services.error_group_service.transports.base.ErrorGroupServiceTransport
]

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.parse_common_folder_path

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

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.parse_common_location_path

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

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.parse_common_organization_path

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

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.parse_common_project_path

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

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.parse_error_group_path

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

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.update_group

update_group(
    request: typing.Optional[
        typing.Union[
            google.cloud.errorreporting_v1beta1.types.error_group_service.UpdateGroupRequest,
            dict,
        ]
    ] = None,
    *,
    group: typing.Optional[
        google.cloud.errorreporting_v1beta1.types.common.ErrorGroup
    ] = 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.errorreporting_v1beta1.types.common.ErrorGroup

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient

ErrorGroupServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.errorreporting_v1beta1.services.error_group_service.transports.base.ErrorGroupServiceTransport, typing.Callable[[...], google.cloud.errorreporting_v1beta1.services.error_group_service.transports.base.ErrorGroupServiceTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.common_location_path

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

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.error_group_path

error_group_path(project: str, group: str) -> str

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.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.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.from_service_account_file

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.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.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.from_service_account_info

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.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.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.from_service_account_json

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.get_group

get_group(
    request: typing.Optional[
        typing.Union[
            google.cloud.errorreporting_v1beta1.types.error_group_service.GetGroupRequest,
            dict,
        ]
    ] = None,
    *,
    group_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.errorreporting_v1beta1.types.common.ErrorGroup

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.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.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.parse_common_billing_account_path

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

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.parse_common_folder_path

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

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.parse_common_location_path

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

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.parse_common_organization_path

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

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.parse_common_project_path

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

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.parse_error_group_path

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

google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.update_group

update_group(
    request: typing.Optional[
        typing.Union[
            google.cloud.errorreporting_v1beta1.types.error_group_service.UpdateGroupRequest,
            dict,
        ]
    ] = None,
    *,
    group: typing.Optional[
        google.cloud.errorreporting_v1beta1.types.common.ErrorGroup
    ] = 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.errorreporting_v1beta1.types.common.ErrorGroup

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient

ErrorStatsServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.errorreporting_v1beta1.services.error_stats_service.transports.base.ErrorStatsServiceTransport, typing.Callable[[...], google.cloud.errorreporting_v1beta1.services.error_stats_service.transports.base.ErrorStatsServiceTransport]]] = '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 error stats service async client.

See more: google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.common_location_path

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

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.delete_events

delete_events(
    request: typing.Optional[
        typing.Union[
            google.cloud.errorreporting_v1beta1.types.error_stats_service.DeleteEventsRequest,
            dict,
        ]
    ] = None,
    *,
    project_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.errorreporting_v1beta1.types.error_stats_service.DeleteEventsResponse

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.error_group_path

error_group_path(project: str, group: str) -> str

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.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.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.from_service_account_file

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.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.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.from_service_account_info

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.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.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.from_service_account_json

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.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.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.get_transport_class

get_transport_class(
    label: typing.Optional[str] = None,
) -> typing.Type[
    google.cloud.errorreporting_v1beta1.services.error_stats_service.transports.base.ErrorStatsServiceTransport
]

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.list_events

list_events(
    request: typing.Optional[
        typing.Union[
            google.cloud.errorreporting_v1beta1.types.error_stats_service.ListEventsRequest,
            dict,
        ]
    ] = None,
    *,
    project_name: typing.Optional[str] = None,
    group_id: 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.errorreporting_v1beta1.services.error_stats_service.pagers.ListEventsAsyncPager
)

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.list_group_stats

list_group_stats(
    request: typing.Optional[
        typing.Union[
            google.cloud.errorreporting_v1beta1.types.error_stats_service.ListGroupStatsRequest,
            dict,
        ]
    ] = None,
    *,
    project_name: typing.Optional[str] = None,
    time_range: typing.Optional[
        google.cloud.errorreporting_v1beta1.types.error_stats_service.QueryTimeRange
    ] = 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.errorreporting_v1beta1.services.error_stats_service.pagers.ListGroupStatsAsyncPager
)

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.parse_common_folder_path

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

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.parse_common_location_path

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

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.parse_common_organization_path

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

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.parse_common_project_path

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

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.parse_error_group_path

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

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient

ErrorStatsServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.errorreporting_v1beta1.services.error_stats_service.transports.base.ErrorStatsServiceTransport, typing.Callable[[...], google.cloud.errorreporting_v1beta1.services.error_stats_service.transports.base.ErrorStatsServiceTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.common_location_path

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

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.delete_events

delete_events(
    request: typing.Optional[
        typing.Union[
            google.cloud.errorreporting_v1beta1.types.error_stats_service.DeleteEventsRequest,
            dict,
        ]
    ] = None,
    *,
    project_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.errorreporting_v1beta1.types.error_stats_service.DeleteEventsResponse

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.error_group_path

error_group_path(project: str, group: str) -> str

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.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.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.from_service_account_file

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.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.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.from_service_account_info

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.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.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.from_service_account_json

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.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.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.list_events

list_events(
    request: typing.Optional[
        typing.Union[
            google.cloud.errorreporting_v1beta1.types.error_stats_service.ListEventsRequest,
            dict,
        ]
    ] = None,
    *,
    project_name: typing.Optional[str] = None,
    group_id: 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.errorreporting_v1beta1.services.error_stats_service.pagers.ListEventsPager
)

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.list_group_stats

list_group_stats(
    request: typing.Optional[
        typing.Union[
            google.cloud.errorreporting_v1beta1.types.error_stats_service.ListGroupStatsRequest,
            dict,
        ]
    ] = None,
    *,
    project_name: typing.Optional[str] = None,
    time_range: typing.Optional[
        google.cloud.errorreporting_v1beta1.types.error_stats_service.QueryTimeRange
    ] = 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.errorreporting_v1beta1.services.error_stats_service.pagers.ListGroupStatsPager
)

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.parse_common_billing_account_path

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

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.parse_common_folder_path

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

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.parse_common_location_path

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

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.parse_common_organization_path

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

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.parse_common_project_path

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

google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.parse_error_group_path

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

google.cloud.errorreporting_v1beta1.services.error_stats_service.pagers.ListEventsAsyncPager

ListEventsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.errorreporting_v1beta1.types.error_stats_service.ListEventsResponse
        ],
    ],
    request: google.cloud.errorreporting_v1beta1.types.error_stats_service.ListEventsRequest,
    response: google.cloud.errorreporting_v1beta1.types.error_stats_service.ListEventsResponse,
    *,
    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.errorreporting_v1beta1.services.error_stats_service.pagers.ListEventsPager

ListEventsPager(
    method: typing.Callable[
        [...],
        google.cloud.errorreporting_v1beta1.types.error_stats_service.ListEventsResponse,
    ],
    request: google.cloud.errorreporting_v1beta1.types.error_stats_service.ListEventsRequest,
    response: google.cloud.errorreporting_v1beta1.types.error_stats_service.ListEventsResponse,
    *,
    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.errorreporting_v1beta1.services.error_stats_service.pagers.ListGroupStatsAsyncPager

ListGroupStatsAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.errorreporting_v1beta1.types.error_stats_service.ListGroupStatsResponse
        ],
    ],
    request: google.cloud.errorreporting_v1beta1.types.error_stats_service.ListGroupStatsRequest,
    response: google.cloud.errorreporting_v1beta1.types.error_stats_service.ListGroupStatsResponse,
    *,
    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.errorreporting_v1beta1.services.error_stats_service.pagers.ListGroupStatsPager

ListGroupStatsPager(
    method: typing.Callable[
        [...],
        google.cloud.errorreporting_v1beta1.types.error_stats_service.ListGroupStatsResponse,
    ],
    request: google.cloud.errorreporting_v1beta1.types.error_stats_service.ListGroupStatsRequest,
    response: google.cloud.errorreporting_v1beta1.types.error_stats_service.ListGroupStatsResponse,
    *,
    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.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient

ReportErrorsServiceAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.errorreporting_v1beta1.services.report_errors_service.transports.base.ReportErrorsServiceTransport, typing.Callable[[...], google.cloud.errorreporting_v1beta1.services.report_errors_service.transports.base.ReportErrorsServiceTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient.common_location_path

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

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient.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.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient.from_service_account_file

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient.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.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient.from_service_account_info

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient.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.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient.from_service_account_json

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient.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.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient.get_transport_class

get_transport_class(
    label: typing.Optional[str] = None,
) -> typing.Type[
    google.cloud.errorreporting_v1beta1.services.report_errors_service.transports.base.ReportErrorsServiceTransport
]

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient.parse_common_billing_account_path

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

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient.parse_common_folder_path

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

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient.parse_common_location_path

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

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient.parse_common_organization_path

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

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient.parse_common_project_path

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

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient.report_error_event

report_error_event(
    request: typing.Optional[
        typing.Union[
            google.cloud.errorreporting_v1beta1.types.report_errors_service.ReportErrorEventRequest,
            dict,
        ]
    ] = None,
    *,
    project_name: typing.Optional[str] = None,
    event: typing.Optional[
        google.cloud.errorreporting_v1beta1.types.report_errors_service.ReportedErrorEvent
    ] = 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.errorreporting_v1beta1.types.report_errors_service.ReportErrorEventResponse
)

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient

ReportErrorsServiceClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.errorreporting_v1beta1.services.report_errors_service.transports.base.ReportErrorsServiceTransport, typing.Callable[[...], google.cloud.errorreporting_v1beta1.services.report_errors_service.transports.base.ReportErrorsServiceTransport]]] = None, client_options: typing.Optional[typing.Union[google.api_core.client_options.ClientOptions, dict]] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = 

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.__exit__

__exit__(type, value, traceback)

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.common_location_path

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

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.common_project_path

common_project_path(project: str) -> str

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.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.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.from_service_account_file

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.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.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.from_service_account_info

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.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.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.from_service_account_json

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.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.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.parse_common_billing_account_path

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

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.parse_common_folder_path

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

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.parse_common_location_path

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

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.parse_common_organization_path

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

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.parse_common_project_path

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

google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.report_error_event

report_error_event(
    request: typing.Optional[
        typing.Union[
            google.cloud.errorreporting_v1beta1.types.report_errors_service.ReportErrorEventRequest,
            dict,
        ]
    ] = None,
    *,
    project_name: typing.Optional[str] = None,
    event: typing.Optional[
        google.cloud.errorreporting_v1beta1.types.report_errors_service.ReportedErrorEvent
    ] = 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.errorreporting_v1beta1.types.report_errors_service.ReportErrorEventResponse
)

Report an individual error event and record the event to a log.

See more: google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.report_error_event