- 3.84.0 (latest)
- 3.83.0
- 3.81.0
- 3.79.0
- 3.77.0
- 3.76.0
- 3.75.0
- 3.74.0
- 3.73.0
- 3.71.0
- 3.69.0
- 3.68.0
- 3.65.0
- 3.64.0
- 3.63.0
- 3.61.0
- 3.60.0
- 3.59.0
- 3.58.0
- 3.57.0
- 3.56.0
- 3.55.0
- 3.54.0
- 3.53.0
- 3.52.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.42.0
- 3.41.0
- 3.40.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.30.0
- 3.29.0
- 3.28.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.0
- 3.5.0
- 3.4.6
- 3.3.6
- 3.2.10
public static final class AlertPolicy.Condition.LogMatch.Builder extends GeneratedMessage.Builder<AlertPolicy.Condition.LogMatch.Builder> implements AlertPolicy.Condition.LogMatchOrBuilderA 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
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AlertPolicy.Condition.LogMatch.BuilderImplements
AlertPolicy.Condition.LogMatchOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public AlertPolicy.Condition.LogMatch build()| Returns | |
|---|---|
| Type | Description |
AlertPolicy.Condition.LogMatch |
|
buildPartial()
public AlertPolicy.Condition.LogMatch buildPartial()| Returns | |
|---|---|
| Type | Description |
AlertPolicy.Condition.LogMatch |
|
clear()
public AlertPolicy.Condition.LogMatch.Builder clear()| Returns | |
|---|---|
| Type | Description |
AlertPolicy.Condition.LogMatch.Builder |
|
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 | |
|---|---|
| Type | Description |
AlertPolicy.Condition.LogMatch.Builder |
This builder for chaining. |
clearLabelExtractors()
public AlertPolicy.Condition.LogMatch.Builder clearLabelExtractors()| Returns | |
|---|---|
| Type | Description |
AlertPolicy.Condition.LogMatch.Builder |
|
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 | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public AlertPolicy.Condition.LogMatch getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
AlertPolicy.Condition.LogMatch |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getLabelExtractors() (deprecated)
public Map<String,String> getLabelExtractors()Use #getLabelExtractorsMap() instead.
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
String |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
String |
|
getMutableLabelExtractors() (deprecated)
public Map<String,String> getMutableLabelExtractors()Use alternate mutation accessors instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,String> |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
internalGetMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description |
number |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
internalGetMutableMapFieldReflection(int number)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)| Parameter | |
|---|---|
| Name | Description |
number |
int |
| Returns | |
|---|---|
| Type | Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(AlertPolicy.Condition.LogMatch other)
public AlertPolicy.Condition.LogMatch.Builder mergeFrom(AlertPolicy.Condition.LogMatch other)| Parameter | |
|---|---|
| Name | Description |
other |
AlertPolicy.Condition.LogMatch |
| Returns | |
|---|---|
| Type | Description |
AlertPolicy.Condition.LogMatch.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AlertPolicy.Condition.LogMatch.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
AlertPolicy.Condition.LogMatch.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public AlertPolicy.Condition.LogMatch.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
AlertPolicy.Condition.LogMatch.Builder |
|
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 | |
|---|---|
| Name | Description |
values |
Map<String,String> |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
key |
String |
value |
String |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
AlertPolicy.Condition.LogMatch.Builder |
|
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 | |
|---|---|
| Name | Description |
value |
StringThe filter to set. |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for filter to set. |
| Returns | |
|---|---|
| Type | Description |
AlertPolicy.Condition.LogMatch.Builder |
This builder for chaining. |