- 2.53.0 (latest)
- 2.52.3
- 2.50.0
- 2.49.0
- 2.48.2
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.1
- 2.43.2
- 2.42.0
- 2.41.0
- 2.40.1
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.1
- 2.34.0
- 2.33.0
- 2.32.1
- 2.30.1
- 2.29.1
- 2.28.0
- 2.27.1
- 2.24.0
- 2.23.0
- 2.22.6
- 2.21.0
- 2.20.2
- 2.19.0
- 2.18.0
- 2.17.2
- 2.16.0
- 2.15.1
- 2.14.0
- 2.13.1
- 2.12.0
- 2.11.3
- 2.10.0
- 2.9.3
- 2.8.1
- 2.7.1
- 2.6.1
- 2.5.1
- 2.4.5
- 2.3.0
- 2.2.3
- 2.1.10
public static interface Bucket.IpFilterOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAllowCrossOrgVpcs()
public abstract boolean getAllowCrossOrgVpcs()
Optional. Whether or not to allow VPCs from orgs different than the bucket's parent org to access the bucket. When set to true, validations on the existence of the VPCs won't be performed. If set to false, each VPC network source will be checked to belong to the same org as the bucket as well as validated for existence.
bool allow_cross_org_vpcs = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
boolean |
The allowCrossOrgVpcs. |
getMode()
public abstract String getMode()
The state of the IP filter configuration. Valid values are Enabled
and
Disabled
. When set to Enabled
, IP filtering rules are applied to a
bucket and all incoming requests to the bucket are evaluated against
these rules. When set to Disabled
, IP filtering rules are not applied
to a bucket.".
optional string mode = 1;
Returns | |
---|---|
Type | Description |
String |
The mode. |
getModeBytes()
public abstract ByteString getModeBytes()
The state of the IP filter configuration. Valid values are Enabled
and
Disabled
. When set to Enabled
, IP filtering rules are applied to a
bucket and all incoming requests to the bucket are evaluated against
these rules. When set to Disabled
, IP filtering rules are not applied
to a bucket.".
optional string mode = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for mode. |
getPublicNetworkSource()
public abstract Bucket.IpFilter.PublicNetworkSource getPublicNetworkSource()
Public IPs allowed to operate or access the bucket.
optional .google.storage.v2.Bucket.IpFilter.PublicNetworkSource public_network_source = 2;
Returns | |
---|---|
Type | Description |
Bucket.IpFilter.PublicNetworkSource |
The publicNetworkSource. |
getPublicNetworkSourceOrBuilder()
public abstract Bucket.IpFilter.PublicNetworkSourceOrBuilder getPublicNetworkSourceOrBuilder()
Public IPs allowed to operate or access the bucket.
optional .google.storage.v2.Bucket.IpFilter.PublicNetworkSource public_network_source = 2;
Returns | |
---|---|
Type | Description |
Bucket.IpFilter.PublicNetworkSourceOrBuilder |
getVpcNetworkSources(int index)
public abstract Bucket.IpFilter.VpcNetworkSource getVpcNetworkSources(int index)
Optional. The list of network sources that are allowed to access operations on the bucket or the underlying objects.
repeated .google.storage.v2.Bucket.IpFilter.VpcNetworkSource vpc_network_sources = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Bucket.IpFilter.VpcNetworkSource |
getVpcNetworkSourcesCount()
public abstract int getVpcNetworkSourcesCount()
Optional. The list of network sources that are allowed to access operations on the bucket or the underlying objects.
repeated .google.storage.v2.Bucket.IpFilter.VpcNetworkSource vpc_network_sources = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
getVpcNetworkSourcesList()
public abstract List<Bucket.IpFilter.VpcNetworkSource> getVpcNetworkSourcesList()
Optional. The list of network sources that are allowed to access operations on the bucket or the underlying objects.
repeated .google.storage.v2.Bucket.IpFilter.VpcNetworkSource vpc_network_sources = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<VpcNetworkSource> |
getVpcNetworkSourcesOrBuilder(int index)
public abstract Bucket.IpFilter.VpcNetworkSourceOrBuilder getVpcNetworkSourcesOrBuilder(int index)
Optional. The list of network sources that are allowed to access operations on the bucket or the underlying objects.
repeated .google.storage.v2.Bucket.IpFilter.VpcNetworkSource vpc_network_sources = 3 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Bucket.IpFilter.VpcNetworkSourceOrBuilder |
getVpcNetworkSourcesOrBuilderList()
public abstract List<? extends Bucket.IpFilter.VpcNetworkSourceOrBuilder> getVpcNetworkSourcesOrBuilderList()
Optional. The list of network sources that are allowed to access operations on the bucket or the underlying objects.
repeated .google.storage.v2.Bucket.IpFilter.VpcNetworkSource vpc_network_sources = 3 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<? extends com.google.storage.v2.Bucket.IpFilter.VpcNetworkSourceOrBuilder> |
hasMode()
public abstract boolean hasMode()
The state of the IP filter configuration. Valid values are Enabled
and
Disabled
. When set to Enabled
, IP filtering rules are applied to a
bucket and all incoming requests to the bucket are evaluated against
these rules. When set to Disabled
, IP filtering rules are not applied
to a bucket.".
optional string mode = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the mode field is set. |
hasPublicNetworkSource()
public abstract boolean hasPublicNetworkSource()
Public IPs allowed to operate or access the bucket.
optional .google.storage.v2.Bucket.IpFilter.PublicNetworkSource public_network_source = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the publicNetworkSource field is set. |