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.
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 = 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) -> strReturns a fully-qualified billing_account string.
google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.error_group_path
error_group_path(project: str, group: str) -> strReturns a fully-qualified error_group string.
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.
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.
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.
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, typing.Union[str, bytes]]] = ()
) -> google.cloud.errorreporting_v1beta1.types.common.ErrorGroupGet the specified group.
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,
)Return the API endpoint and client cert source for mutual TLS.
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
]Returns an appropriate transport class.
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]Parse a billing_account path into its component segments.
google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.parse_error_group_path
parse_error_group_path(path: str) -> typing.Dict[str, str]Parses a error_group path into its component segments.
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