ServiceContext.Builder |
ErrorGroupStats.Builder.addAffectedServicesBuilder() |
Service contexts with a non-zero error count for the given filter
criteria.
|
ServiceContext.Builder |
ErrorGroupStats.Builder.addAffectedServicesBuilder(int index) |
Service contexts with a non-zero error count for the given filter
criteria.
|
ServiceContext.Builder |
ServiceContext.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ServiceContext.Builder |
ServiceContext.Builder.clear() |
|
ServiceContext.Builder |
ServiceContext.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ServiceContext.Builder |
ServiceContext.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ServiceContext.Builder |
ServiceContext.Builder.clearResourceType() |
Type of the MonitoredResource.
|
ServiceContext.Builder |
ServiceContext.Builder.clearService() |
An identifier of the service, such as the name of the
executable, job, or Google App Engine service name.
|
ServiceContext.Builder |
ServiceContext.Builder.clearVersion() |
Represents the source code version that the developer provided,
which could represent a version label or a Git SHA-1 hash, for example.
|
ServiceContext.Builder |
ServiceContext.Builder.clone() |
|
ServiceContext.Builder |
ErrorGroupStats.Builder.getAffectedServicesBuilder(int index) |
Service contexts with a non-zero error count for the given filter
criteria.
|
ServiceContext.Builder |
ErrorEvent.Builder.getServiceContextBuilder() |
The `ServiceContext` for which this error was reported.
|
ServiceContext.Builder |
ReportedErrorEvent.Builder.getServiceContextBuilder() |
Required.
|
ServiceContext.Builder |
ServiceContext.Builder.mergeFrom(ServiceContext other) |
|
ServiceContext.Builder |
ServiceContext.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ServiceContext.Builder |
ServiceContext.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ServiceContext.Builder |
ServiceContext.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ServiceContext.Builder |
ServiceContext.newBuilder() |
|
static ServiceContext.Builder |
ServiceContext.newBuilder(ServiceContext prototype) |
|
ServiceContext.Builder |
ServiceContext.newBuilderForType() |
|
protected ServiceContext.Builder |
ServiceContext.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ServiceContext.Builder |
ServiceContext.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ServiceContext.Builder |
ServiceContext.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ServiceContext.Builder |
ServiceContext.Builder.setResourceType(String value) |
Type of the MonitoredResource.
|
ServiceContext.Builder |
ServiceContext.Builder.setResourceTypeBytes(com.google.protobuf.ByteString value) |
Type of the MonitoredResource.
|
ServiceContext.Builder |
ServiceContext.Builder.setService(String value) |
An identifier of the service, such as the name of the
executable, job, or Google App Engine service name.
|
ServiceContext.Builder |
ServiceContext.Builder.setServiceBytes(com.google.protobuf.ByteString value) |
An identifier of the service, such as the name of the
executable, job, or Google App Engine service name.
|
ServiceContext.Builder |
ServiceContext.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ServiceContext.Builder |
ServiceContext.Builder.setVersion(String value) |
Represents the source code version that the developer provided,
which could represent a version label or a Git SHA-1 hash, for example.
|
ServiceContext.Builder |
ServiceContext.Builder.setVersionBytes(com.google.protobuf.ByteString value) |
Represents the source code version that the developer provided,
which could represent a version label or a Git SHA-1 hash, for example.
|
ServiceContext.Builder |
ServiceContext.toBuilder() |
|