public final class AllowedIpRange
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Cloud Composer API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
AllowedIpRange() |
Modifier and Type | Method and Description |
---|---|
AllowedIpRange |
clone() |
java.lang.String |
getDescription()
Optional.
|
java.lang.String |
getValue()
IP address or range, defined using CIDR notation, of requests that this rule applies to.
|
AllowedIpRange |
set(java.lang.String fieldName,
java.lang.Object value) |
AllowedIpRange |
setDescription(java.lang.String description)
Optional.
|
AllowedIpRange |
setValue(java.lang.String value)
IP address or range, defined using CIDR notation, of requests that this rule applies to.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getDescription()
null
for nonepublic AllowedIpRange setDescription(java.lang.String description)
description
- description or null
for nonepublic java.lang.String getValue()
null
for nonepublic AllowedIpRange setValue(java.lang.String value)
value
- value or null
for nonepublic AllowedIpRange set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public AllowedIpRange clone()
clone
in class com.google.api.client.json.GenericJson