Package com.google.devtools.clouderrorreporting.v1beta1.stub (0.129.0-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.