Interface Bucket.IpFilterOrBuilder (2.53.0)

public static interface Bucket.IpFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.