public static final class Bucket.IpFilter
extends com.google.api.client.json.GenericJson
| Modifier and Type | Class and Description |
|---|---|
static class |
Bucket.IpFilter.PublicNetworkSource
The public network source of the bucket's IP filter.
|
static class |
Bucket.IpFilter.VpcNetworkSources
Model definition for BucketIpFilterVpcNetworkSources.
|
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
IpFilter() |
| Modifier and Type | Method and Description |
|---|---|
Bucket.IpFilter |
clone() |
Boolean |
getAllowAllServiceAgentAccess()
Whether to allow all service agents to access the bucket regardless of the IP filter
configuration.
|
Boolean |
getAllowCrossOrgVpcs()
Whether to allow cross-org VPCs in the bucket's IP filter configuration.
|
String |
getMode()
The mode of the IP filter.
|
Bucket.IpFilter.PublicNetworkSource |
getPublicNetworkSource()
The public network source of the bucket's IP filter.
|
List<Bucket.IpFilter.VpcNetworkSources> |
getVpcNetworkSources()
The list of [VPC network](https://cloud.google.com/vpc/docs/vpc) sources of the bucket's IP
filter.
|
Bucket.IpFilter |
set(String fieldName,
Object value) |
Bucket.IpFilter |
setAllowAllServiceAgentAccess(Boolean allowAllServiceAgentAccess)
Whether to allow all service agents to access the bucket regardless of the IP filter
configuration.
|
Bucket.IpFilter |
setAllowCrossOrgVpcs(Boolean allowCrossOrgVpcs)
Whether to allow cross-org VPCs in the bucket's IP filter configuration.
|
Bucket.IpFilter |
setMode(String mode)
The mode of the IP filter.
|
Bucket.IpFilter |
setPublicNetworkSource(Bucket.IpFilter.PublicNetworkSource publicNetworkSource)
The public network source of the bucket's IP filter.
|
Bucket.IpFilter |
setVpcNetworkSources(List<Bucket.IpFilter.VpcNetworkSources> vpcNetworkSources)
The list of [VPC network](https://cloud.google.com/vpc/docs/vpc) sources of the bucket's IP
filter.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Boolean getAllowAllServiceAgentAccess()
null for nonepublic Bucket.IpFilter setAllowAllServiceAgentAccess(Boolean allowAllServiceAgentAccess)
allowAllServiceAgentAccess - allowAllServiceAgentAccess or null for nonepublic Boolean getAllowCrossOrgVpcs()
null for nonepublic Bucket.IpFilter setAllowCrossOrgVpcs(Boolean allowCrossOrgVpcs)
allowCrossOrgVpcs - allowCrossOrgVpcs or null for nonepublic String getMode()
null for nonepublic Bucket.IpFilter setMode(String mode)
mode - mode or null for nonepublic Bucket.IpFilter.PublicNetworkSource getPublicNetworkSource()
null for nonepublic Bucket.IpFilter setPublicNetworkSource(Bucket.IpFilter.PublicNetworkSource publicNetworkSource)
publicNetworkSource - publicNetworkSource or null for nonepublic List<Bucket.IpFilter.VpcNetworkSources> getVpcNetworkSources()
null for nonepublic Bucket.IpFilter setVpcNetworkSources(List<Bucket.IpFilter.VpcNetworkSources> vpcNetworkSources)
vpcNetworkSources - vpcNetworkSources or null for nonepublic Bucket.IpFilter set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic Bucket.IpFilter clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.