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 =
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
Returns a fully-qualified billing_account string.
google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceAsyncClient.error_group_path
error_group_path(project: str, group: str) -> str
Returns 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, str]] = ()
) -> google.cloud.errorreporting_v1beta1.types.common.ErrorGroup
Get 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,
timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.errorreporting_v1beta1.types.common.ErrorGroup
Replace the data for the specified group.
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 =
Instantiates the error group service client.
See more: google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient
google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.exit
google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.error_group_path
error_group_path(project: str, group: str) -> str
Returns a fully-qualified error_group string.
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.
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.
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.
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
Get the specified group.
See more: google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.get_group
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,
)
Deprecated.
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]
Parse a billing_account path into its component segments.
google.cloud.errorreporting_v1beta1.services.error_group_service.ErrorGroupServiceClient.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.ErrorGroupServiceClient.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.ErrorGroupServiceClient.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.ErrorGroupServiceClient.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.ErrorGroupServiceClient.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.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
Replace the data for the specified group.
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
Returns a fully-qualified billing_account string.
google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
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
Deletes all error events of a given project.
google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.error_group_path
error_group_path(project: str, group: str) -> str
Returns a fully-qualified error_group string.
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.
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.
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.
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,
)
Return the API endpoint and client cert source for mutual TLS.
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
]
Returns an appropriate transport class.
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
)
Lists the specified events.
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
)
Lists the specified groups.
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]
Parse a billing_account path into its component segments.
google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceAsyncClient.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_stats_service.ErrorStatsServiceAsyncClient.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_stats_service.ErrorStatsServiceAsyncClient.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_stats_service.ErrorStatsServiceAsyncClient.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_stats_service.ErrorStatsServiceAsyncClient.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_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 =
Instantiates the error stats service client.
See more: google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient
google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.exit
google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
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
Deletes all error events of a given project.
google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.error_group_path
error_group_path(project: str, group: str) -> str
Returns a fully-qualified error_group string.
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.
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.
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.
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,
)
Deprecated.
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
)
Lists the specified events.
See more: google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.list_events
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
)
Lists the specified groups.
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]
Parse a billing_account path into its component segments.
google.cloud.errorreporting_v1beta1.services.error_stats_service.ErrorStatsServiceClient.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_stats_service.ErrorStatsServiceClient.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_stats_service.ErrorStatsServiceClient.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_stats_service.ErrorStatsServiceClient.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_stats_service.ErrorStatsServiceClient.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_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]] = ()
)
Instantiates the pager.
See more: google.cloud.errorreporting_v1beta1.services.error_stats_service.pagers.ListEventsAsyncPager
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]] = ()
)
Instantiate the pager.
See more: google.cloud.errorreporting_v1beta1.services.error_stats_service.pagers.ListEventsPager
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]] = ()
)
Instantiates the pager.
See more: google.cloud.errorreporting_v1beta1.services.error_stats_service.pagers.ListGroupStatsAsyncPager
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]] = ()
)
Instantiate the pager.
See more: google.cloud.errorreporting_v1beta1.services.error_stats_service.pagers.ListGroupStatsPager
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 =
Instantiates the report errors service async client.
See more: google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient
google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
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.
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.
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.
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,
)
Return the API endpoint and client cert source for mutual TLS.
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
]
Returns an appropriate transport class.
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]
Parse a billing_account path into its component segments.
google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceAsyncClient.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.report_errors_service.ReportErrorsServiceAsyncClient.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.report_errors_service.ReportErrorsServiceAsyncClient.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.report_errors_service.ReportErrorsServiceAsyncClient.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.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
)
Report an individual error event and record the event to a log.
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 =
Instantiates the report errors service client.
See more: google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient
google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.exit
google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
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.
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.
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.
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,
)
Deprecated.
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]
Parse a billing_account path into its component segments.
google.cloud.errorreporting_v1beta1.services.report_errors_service.ReportErrorsServiceClient.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.report_errors_service.ReportErrorsServiceClient.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.report_errors_service.ReportErrorsServiceClient.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.report_errors_service.ReportErrorsServiceClient.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.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.