Package com.google.devtools.clouderrorreporting.v1beta1.stub (0.123.2-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 for illustrative purposes only.
 // It may require modifications to work in your environment.
 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 for illustrative purposes only.
 // It may require modifications to work in your environment.
 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.

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 for illustrative purposes only.
 // It may require modifications to work in your environment.
 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.