Class AlertPolicy.Condition.LogMatch.Builder (3.3.0)

public static final class AlertPolicy.Condition.LogMatch.Builder extends GeneratedMessageV3.Builder<AlertPolicy.Condition.LogMatch.Builder> implements AlertPolicy.Condition.LogMatchOrBuilder

A condition type that checks whether a log message in the scoping project satisfies the given filter. Logs from other projects in the metrics scope are not evaluated.

Protobuf type google.monitoring.v3.AlertPolicy.Condition.LogMatch

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public AlertPolicy.Condition.LogMatch.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AlertPolicy.Condition.LogMatch.Builder
Overrides

build()

public AlertPolicy.Condition.LogMatch build()
Returns
TypeDescription
AlertPolicy.Condition.LogMatch

buildPartial()

public AlertPolicy.Condition.LogMatch buildPartial()
Returns
TypeDescription
AlertPolicy.Condition.LogMatch

clear()

public AlertPolicy.Condition.LogMatch.Builder clear()
Returns
TypeDescription
AlertPolicy.Condition.LogMatch.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public AlertPolicy.Condition.LogMatch.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
AlertPolicy.Condition.LogMatch.Builder
Overrides

clearFilter()

public AlertPolicy.Condition.LogMatch.Builder clearFilter()

Required. A logs-based filter. See Advanced Logs Queries for how this filter should be constructed.

string filter = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
AlertPolicy.Condition.LogMatch.Builder

This builder for chaining.

clearLabelExtractors()

public AlertPolicy.Condition.LogMatch.Builder clearLabelExtractors()
Returns
TypeDescription
AlertPolicy.Condition.LogMatch.Builder

clearOneof(Descriptors.OneofDescriptor oneof)

public AlertPolicy.Condition.LogMatch.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
AlertPolicy.Condition.LogMatch.Builder
Overrides

clone()

public AlertPolicy.Condition.LogMatch.Builder clone()
Returns
TypeDescription
AlertPolicy.Condition.LogMatch.Builder
Overrides

containsLabelExtractors(String key)

public boolean containsLabelExtractors(String key)

Optional. A map from a label key to an extractor expression, which is used to extract the value for this label key. Each entry in this map is a specification for how data should be extracted from log entries that match filter. Each combination of extracted values is treated as a separate rule for the purposes of triggering notifications. Label keys and corresponding values can be used in notifications generated by this condition. Please see the documentation on logs-based metric valueExtractors for syntax and examples.

map<string, string> label_extractors = 2;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getDefaultInstanceForType()

public AlertPolicy.Condition.LogMatch getDefaultInstanceForType()
Returns
TypeDescription
AlertPolicy.Condition.LogMatch

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getFilter()

public String getFilter()

Required. A logs-based filter. See Advanced Logs Queries for how this filter should be constructed.

string filter = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The filter.

getFilterBytes()

public ByteString getFilterBytes()

Required. A logs-based filter. See Advanced Logs Queries for how this filter should be constructed.

string filter = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for filter.

getLabelExtractors()

public Map<String,String> getLabelExtractors()
Returns
TypeDescription
Map<String,String>

getLabelExtractorsCount()

public int getLabelExtractorsCount()

Optional. A map from a label key to an extractor expression, which is used to extract the value for this label key. Each entry in this map is a specification for how data should be extracted from log entries that match filter. Each combination of extracted values is treated as a separate rule for the purposes of triggering notifications. Label keys and corresponding values can be used in notifications generated by this condition. Please see the documentation on logs-based metric valueExtractors for syntax and examples.

map<string, string> label_extractors = 2;

Returns
TypeDescription
int

getLabelExtractorsMap()

public Map<String,String> getLabelExtractorsMap()

Optional. A map from a label key to an extractor expression, which is used to extract the value for this label key. Each entry in this map is a specification for how data should be extracted from log entries that match filter. Each combination of extracted values is treated as a separate rule for the purposes of triggering notifications. Label keys and corresponding values can be used in notifications generated by this condition. Please see the documentation on logs-based metric valueExtractors for syntax and examples.

map<string, string> label_extractors = 2;

Returns
TypeDescription
Map<String,String>

getLabelExtractorsOrDefault(String key, String defaultValue)

public String getLabelExtractorsOrDefault(String key, String defaultValue)

Optional. A map from a label key to an extractor expression, which is used to extract the value for this label key. Each entry in this map is a specification for how data should be extracted from log entries that match filter. Each combination of extracted values is treated as a separate rule for the purposes of triggering notifications. Label keys and corresponding values can be used in notifications generated by this condition. Please see the documentation on logs-based metric valueExtractors for syntax and examples.

map<string, string> label_extractors = 2;

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getLabelExtractorsOrThrow(String key)

public String getLabelExtractorsOrThrow(String key)

Optional. A map from a label key to an extractor expression, which is used to extract the value for this label key. Each entry in this map is a specification for how data should be extracted from log entries that match filter. Each combination of extracted values is treated as a separate rule for the purposes of triggering notifications. Label keys and corresponding values can be used in notifications generated by this condition. Please see the documentation on logs-based metric valueExtractors for syntax and examples.

map<string, string> label_extractors = 2;

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getMutableLabelExtractors()

public Map<String,String> getMutableLabelExtractors()

Use alternate mutation accessors instead.

Returns
TypeDescription
Map<String,String>

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapField(int number)

protected MapField internalGetMapField(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
MapField
Overrides

internalGetMutableMapField(int number)

protected MapField internalGetMutableMapField(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
MapField
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(AlertPolicy.Condition.LogMatch other)

public AlertPolicy.Condition.LogMatch.Builder mergeFrom(AlertPolicy.Condition.LogMatch other)
Parameter
NameDescription
otherAlertPolicy.Condition.LogMatch
Returns
TypeDescription
AlertPolicy.Condition.LogMatch.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AlertPolicy.Condition.LogMatch.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
AlertPolicy.Condition.LogMatch.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public AlertPolicy.Condition.LogMatch.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
AlertPolicy.Condition.LogMatch.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final AlertPolicy.Condition.LogMatch.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AlertPolicy.Condition.LogMatch.Builder
Overrides

putAllLabelExtractors(Map<String,String> values)

public AlertPolicy.Condition.LogMatch.Builder putAllLabelExtractors(Map<String,String> values)

Optional. A map from a label key to an extractor expression, which is used to extract the value for this label key. Each entry in this map is a specification for how data should be extracted from log entries that match filter. Each combination of extracted values is treated as a separate rule for the purposes of triggering notifications. Label keys and corresponding values can be used in notifications generated by this condition. Please see the documentation on logs-based metric valueExtractors for syntax and examples.

map<string, string> label_extractors = 2;

Parameter
NameDescription
valuesMap<String,String>
Returns
TypeDescription
AlertPolicy.Condition.LogMatch.Builder

putLabelExtractors(String key, String value)

public AlertPolicy.Condition.LogMatch.Builder putLabelExtractors(String key, String value)

Optional. A map from a label key to an extractor expression, which is used to extract the value for this label key. Each entry in this map is a specification for how data should be extracted from log entries that match filter. Each combination of extracted values is treated as a separate rule for the purposes of triggering notifications. Label keys and corresponding values can be used in notifications generated by this condition. Please see the documentation on logs-based metric valueExtractors for syntax and examples.

map<string, string> label_extractors = 2;

Parameters
NameDescription
keyString
valueString
Returns
TypeDescription
AlertPolicy.Condition.LogMatch.Builder

removeLabelExtractors(String key)

public AlertPolicy.Condition.LogMatch.Builder removeLabelExtractors(String key)

Optional. A map from a label key to an extractor expression, which is used to extract the value for this label key. Each entry in this map is a specification for how data should be extracted from log entries that match filter. Each combination of extracted values is treated as a separate rule for the purposes of triggering notifications. Label keys and corresponding values can be used in notifications generated by this condition. Please see the documentation on logs-based metric valueExtractors for syntax and examples.

map<string, string> label_extractors = 2;

Parameter
NameDescription
keyString
Returns
TypeDescription
AlertPolicy.Condition.LogMatch.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public AlertPolicy.Condition.LogMatch.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
AlertPolicy.Condition.LogMatch.Builder
Overrides

setFilter(String value)

public AlertPolicy.Condition.LogMatch.Builder setFilter(String value)

Required. A logs-based filter. See Advanced Logs Queries for how this filter should be constructed.

string filter = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The filter to set.

Returns
TypeDescription
AlertPolicy.Condition.LogMatch.Builder

This builder for chaining.

setFilterBytes(ByteString value)

public AlertPolicy.Condition.LogMatch.Builder setFilterBytes(ByteString value)

Required. A logs-based filter. See Advanced Logs Queries for how this filter should be constructed.

string filter = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for filter to set.

Returns
TypeDescription
AlertPolicy.Condition.LogMatch.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public AlertPolicy.Condition.LogMatch.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
AlertPolicy.Condition.LogMatch.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final AlertPolicy.Condition.LogMatch.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
AlertPolicy.Condition.LogMatch.Builder
Overrides