Class StackdriverErrorReportingServiceContext

java.lang.Object
com.google.cloud.spring.logging.StackdriverErrorReportingServiceContext

public class StackdriverErrorReportingServiceContext extends Object
This class provides the service context data for stackdriver error reporting.

Reference: https://cloud.google.com/error-reporting/reference/rest/v1beta1/ServiceContext

Since:
1.2
  • Constructor Details

    • StackdriverErrorReportingServiceContext

      public StackdriverErrorReportingServiceContext()
    • StackdriverErrorReportingServiceContext

      public StackdriverErrorReportingServiceContext(String service, String version)
  • Method Details

    • getService

      public String getService()
    • setService

      public void setService(String service)
    • getVersion

      public String getVersion()
    • setVersion

      public void setVersion(String version)