Uses of Class
com.google.devtools.clouderrorreporting.v1beta1.ServiceContext
-
Packages that use ServiceContext Package Description com.google.devtools.clouderrorreporting.v1beta1 A client to Error Reporting API -
-
Uses of ServiceContext in com.google.devtools.clouderrorreporting.v1beta1
Methods in com.google.devtools.clouderrorreporting.v1beta1 that return ServiceContext Modifier and Type Method Description ServiceContextServiceContext.Builder. build()ServiceContextServiceContext.Builder. buildPartial()ServiceContextErrorGroupStats.Builder. getAffectedServices(int index)Service contexts with a non-zero error count for the given filter criteria.ServiceContextErrorGroupStats. getAffectedServices(int index)Service contexts with a non-zero error count for the given filter criteria.ServiceContextErrorGroupStatsOrBuilder. getAffectedServices(int index)Service contexts with a non-zero error count for the given filter criteria.static ServiceContextServiceContext. getDefaultInstance()ServiceContextServiceContext.Builder. getDefaultInstanceForType()ServiceContextServiceContext. getDefaultInstanceForType()ServiceContextErrorEvent.Builder. getServiceContext()The `ServiceContext` for which this error was reported.ServiceContextErrorEvent. getServiceContext()The `ServiceContext` for which this error was reported.ServiceContextErrorEventOrBuilder. getServiceContext()The `ServiceContext` for which this error was reported.ServiceContextReportedErrorEvent.Builder. getServiceContext()Required.ServiceContextReportedErrorEvent. getServiceContext()Required.ServiceContextReportedErrorEventOrBuilder. getServiceContext()Required.static ServiceContextServiceContext. parseDelimitedFrom(InputStream input)static ServiceContextServiceContext. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceContextServiceContext. parseFrom(byte[] data)static ServiceContextServiceContext. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceContextServiceContext. parseFrom(com.google.protobuf.ByteString data)static ServiceContextServiceContext. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceContextServiceContext. parseFrom(com.google.protobuf.CodedInputStream input)static ServiceContextServiceContext. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceContextServiceContext. parseFrom(InputStream input)static ServiceContextServiceContext. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceContextServiceContext. parseFrom(ByteBuffer data)static ServiceContextServiceContext. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.devtools.clouderrorreporting.v1beta1 that return types with arguments of type ServiceContext Modifier and Type Method Description List<ServiceContext>ErrorGroupStats.Builder. getAffectedServicesList()Service contexts with a non-zero error count for the given filter criteria.List<ServiceContext>ErrorGroupStats. getAffectedServicesList()Service contexts with a non-zero error count for the given filter criteria.List<ServiceContext>ErrorGroupStatsOrBuilder. getAffectedServicesList()Service contexts with a non-zero error count for the given filter criteria.com.google.protobuf.Parser<ServiceContext>ServiceContext. getParserForType()static com.google.protobuf.Parser<ServiceContext>ServiceContext. parser()Methods in com.google.devtools.clouderrorreporting.v1beta1 with parameters of type ServiceContext Modifier and Type Method Description ErrorGroupStats.BuilderErrorGroupStats.Builder. addAffectedServices(int index, ServiceContext value)Service contexts with a non-zero error count for the given filter criteria.ErrorGroupStats.BuilderErrorGroupStats.Builder. addAffectedServices(ServiceContext value)Service contexts with a non-zero error count for the given filter criteria.ServiceContext.BuilderServiceContext.Builder. mergeFrom(ServiceContext other)ErrorEvent.BuilderErrorEvent.Builder. mergeServiceContext(ServiceContext value)The `ServiceContext` for which this error was reported.ReportedErrorEvent.BuilderReportedErrorEvent.Builder. mergeServiceContext(ServiceContext value)Required.static ServiceContext.BuilderServiceContext. newBuilder(ServiceContext prototype)ErrorGroupStats.BuilderErrorGroupStats.Builder. setAffectedServices(int index, ServiceContext value)Service contexts with a non-zero error count for the given filter criteria.ErrorEvent.BuilderErrorEvent.Builder. setServiceContext(ServiceContext value)The `ServiceContext` for which this error was reported.ReportedErrorEvent.BuilderReportedErrorEvent.Builder. setServiceContext(ServiceContext value)Required.Method parameters in com.google.devtools.clouderrorreporting.v1beta1 with type arguments of type ServiceContext Modifier and Type Method Description ErrorGroupStats.BuilderErrorGroupStats.Builder. addAllAffectedServices(Iterable<? extends ServiceContext> values)Service contexts with a non-zero error count for the given filter criteria.
-