@Generated(value="https://github.com/DataDog/datadog-api-client-java/blob/master/.generator") public class GCPMonitoredResourceConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_FILTERS |
static String |
JSON_PROPERTY_TYPE |
boolean |
unparsed |
| Constructor and Description |
|---|
GCPMonitoredResourceConfig() |
| Modifier and Type | Method and Description |
|---|---|
GCPMonitoredResourceConfig |
addFiltersItem(String filtersItem) |
boolean |
equals(Object o)
Return true if this GCPMonitoredResourceConfig object is equal to o.
|
GCPMonitoredResourceConfig |
filters(List<String> filters) |
Map<String,Object> |
getAdditionalProperties()
Return the additional (undeclared) property.
|
Object |
getAdditionalProperty(String key)
Return the additional (undeclared) property with the specified name.
|
List<String> |
getFilters()
List of filters to limit the monitored resources that are pulled into Datadog by using tags.
|
GCPMonitoredResourceConfigType |
getType()
The GCP monitored resource type.
|
int |
hashCode() |
GCPMonitoredResourceConfig |
putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
void |
setFilters(List<String> filters) |
void |
setType(GCPMonitoredResourceConfigType type) |
String |
toString() |
GCPMonitoredResourceConfig |
type(GCPMonitoredResourceConfigType type) |
public boolean unparsed
public static final String JSON_PROPERTY_FILTERS
public static final String JSON_PROPERTY_TYPE
public GCPMonitoredResourceConfig filters(List<String> filters)
public GCPMonitoredResourceConfig addFiltersItem(String filtersItem)
@Nullable public List<String> getFilters()
public GCPMonitoredResourceConfig type(GCPMonitoredResourceConfigType type)
@Nullable public GCPMonitoredResourceConfigType getType()
public void setType(GCPMonitoredResourceConfigType type)
public GCPMonitoredResourceConfig putAdditionalProperty(String key, Object value)
key - The arbitrary key to setvalue - The associated valuepublic Map<String,Object> getAdditionalProperties()
public Object getAdditionalProperty(String key)
key - The arbitrary key to getpublic boolean equals(Object o)
Copyright © 2026. All rights reserved.