- 0.173.0-beta (latest)
- 0.172.0-beta
- 0.170.0-beta
- 0.169.0-beta
- 0.168.0-beta
- 0.167.0-beta
- 0.166.0-beta
- 0.165.0-beta
- 0.164.0-beta
- 0.163.0-beta
- 0.162.0-beta
- 0.161.0-beta
- 0.160.0-beta
- 0.158.0-beta
- 0.157.0-beta
- 0.156.0-beta
- 0.155.0-beta
- 0.154.0-beta
- 0.153.0-beta
- 0.152.0-beta
- 0.151.0-beta
- 0.150.0-beta
- 0.149.0-beta
- 0.148.0-beta
- 0.145.0-beta
- 0.144.0-beta
- 0.143.0-beta
- 0.142.0-beta
- 0.141.0-beta
- 0.140.0-beta
- 0.139.0-beta
- 0.138.0-beta
- 0.137.0-beta
- 0.136.0-beta
- 0.135.0-beta
- 0.134.0-beta
- 0.133.0-beta
- 0.132.0-beta
- 0.130.0-beta
- 0.129.0-beta
- 0.128.0-beta
- 0.127.0-beta
- 0.126.0-beta
- 0.125.0-beta
- 0.124.15-beta
- 0.123.4-beta
- 0.122.23-beta
Classes
ErrorGroupServiceStub
Base stub class for the ErrorGroupService service API.
This class is for advanced usage and reflects the underlying API directly.
ErrorGroupServiceStubSettings
Settings class to configure an instance of ErrorGroupServiceStub.
The default instance has everything set to sensible defaults:
- The default service address (clouderrorreporting.googleapis.com) and default port (443) are used.
- Credentials are acquired automatically through Application Default Credentials.
- Retries are configured for idempotent methods but not for non-idempotent methods.
The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.
For example, to set the total timeout of getGroup to 30 seconds:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
ErrorGroupServiceStubSettings.Builder errorGroupServiceSettingsBuilder =
ErrorGroupServiceStubSettings.newBuilder();
errorGroupServiceSettingsBuilder
.getGroupSettings()
.setRetrySettings(
errorGroupServiceSettingsBuilder.getGroupSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
ErrorGroupServiceStubSettings errorGroupServiceSettings =
errorGroupServiceSettingsBuilder.build();
ErrorGroupServiceStubSettings.Builder
Builder for ErrorGroupServiceStubSettings.
ErrorStatsServiceStub
Base stub class for the ErrorStatsService service API.
This class is for advanced usage and reflects the underlying API directly.
ErrorStatsServiceStubSettings
Settings class to configure an instance of ErrorStatsServiceStub.
The default instance has everything set to sensible defaults:
- The default service address (clouderrorreporting.googleapis.com) and default port (443) are used.
- Credentials are acquired automatically through Application Default Credentials.
- Retries are configured for idempotent methods but not for non-idempotent methods.
The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.
For example, to set the total timeout of deleteEvents to 30 seconds:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
ErrorStatsServiceStubSettings.Builder errorStatsServiceSettingsBuilder =
ErrorStatsServiceStubSettings.newBuilder();
errorStatsServiceSettingsBuilder
.deleteEventsSettings()
.setRetrySettings(
errorStatsServiceSettingsBuilder.deleteEventsSettings().getRetrySettings().toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
ErrorStatsServiceStubSettings errorStatsServiceSettings =
errorStatsServiceSettingsBuilder.build();
ErrorStatsServiceStubSettings.Builder
Builder for ErrorStatsServiceStubSettings.
GrpcErrorGroupServiceCallableFactory
gRPC callable factory implementation for the ErrorGroupService service API.
This class is for advanced usage.
GrpcErrorGroupServiceStub
gRPC stub implementation for the ErrorGroupService service API.
This class is for advanced usage and reflects the underlying API directly.
GrpcErrorStatsServiceCallableFactory
gRPC callable factory implementation for the ErrorStatsService service API.
This class is for advanced usage.
GrpcErrorStatsServiceStub
gRPC stub implementation for the ErrorStatsService service API.
This class is for advanced usage and reflects the underlying API directly.
GrpcReportErrorsServiceCallableFactory
gRPC callable factory implementation for the ReportErrorsService service API.
This class is for advanced usage.
GrpcReportErrorsServiceStub
gRPC stub implementation for the ReportErrorsService service API.
This class is for advanced usage and reflects the underlying API directly.
HttpJsonErrorGroupServiceCallableFactory
REST callable factory implementation for the ErrorGroupService service API.
This class is for advanced usage.
HttpJsonErrorGroupServiceStub
REST stub implementation for the ErrorGroupService service API.
This class is for advanced usage and reflects the underlying API directly.
HttpJsonErrorStatsServiceCallableFactory
REST callable factory implementation for the ErrorStatsService service API.
This class is for advanced usage.
HttpJsonErrorStatsServiceStub
REST stub implementation for the ErrorStatsService service API.
This class is for advanced usage and reflects the underlying API directly.
HttpJsonReportErrorsServiceCallableFactory
REST callable factory implementation for the ReportErrorsService service API.
This class is for advanced usage.
HttpJsonReportErrorsServiceStub
REST stub implementation for the ReportErrorsService service API.
This class is for advanced usage and reflects the underlying API directly.
ReportErrorsServiceStub
Base stub class for the ReportErrorsService service API.
This class is for advanced usage and reflects the underlying API directly.
ReportErrorsServiceStubSettings
Settings class to configure an instance of ReportErrorsServiceStub.
The default instance has everything set to sensible defaults:
- The default service address (clouderrorreporting.googleapis.com) and default port (443) are used.
- Credentials are acquired automatically through Application Default Credentials.
- Retries are configured for idempotent methods but not for non-idempotent methods.
The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.
For example, to set the total timeout of reportErrorEvent to 30 seconds:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
ReportErrorsServiceStubSettings.Builder reportErrorsServiceSettingsBuilder =
ReportErrorsServiceStubSettings.newBuilder();
reportErrorsServiceSettingsBuilder
.reportErrorEventSettings()
.setRetrySettings(
reportErrorsServiceSettingsBuilder
.reportErrorEventSettings()
.getRetrySettings()
.toBuilder()
.setTotalTimeout(Duration.ofSeconds(30))
.build());
ReportErrorsServiceStubSettings reportErrorsServiceSettings =
reportErrorsServiceSettingsBuilder.build();
ReportErrorsServiceStubSettings.Builder
Builder for ReportErrorsServiceStubSettings.