Interface ServicePerimeterConfig.IngressFromOrBuilder (1.42.0)

public static interface ServicePerimeterConfig.IngressFromOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIdentities(int index)

public abstract String getIdentities(int index)

A list of identities that are allowed access through this ingress policy. Should be in the format of email address. The email address should represent individual user or service account only.

repeated string identities = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The identities at the given index.

getIdentitiesBytes(int index)

public abstract ByteString getIdentitiesBytes(int index)

A list of identities that are allowed access through this ingress policy. Should be in the format of email address. The email address should represent individual user or service account only.

repeated string identities = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the identities at the given index.

getIdentitiesCount()

public abstract int getIdentitiesCount()

A list of identities that are allowed access through this ingress policy. Should be in the format of email address. The email address should represent individual user or service account only.

repeated string identities = 2;

Returns
TypeDescription
int

The count of identities.

getIdentitiesList()

public abstract List<String> getIdentitiesList()

A list of identities that are allowed access through this ingress policy. Should be in the format of email address. The email address should represent individual user or service account only.

repeated string identities = 2;

Returns
TypeDescription
List<String>

A list containing the identities.

getIdentityType()

public abstract ServicePerimeterConfig.IdentityType getIdentityType()

Specifies the type of identities that are allowed access from outside the perimeter. If left unspecified, then members of identities field will be allowed access.

.google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IdentityType identity_type = 3;

Returns
TypeDescription
ServicePerimeterConfig.IdentityType

The identityType.

getIdentityTypeValue()

public abstract int getIdentityTypeValue()

Specifies the type of identities that are allowed access from outside the perimeter. If left unspecified, then members of identities field will be allowed access.

.google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IdentityType identity_type = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for identityType.

getSources(int index)

public abstract ServicePerimeterConfig.IngressSource getSources(int index)

Sources that this [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] authorizes access from.

repeated .google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressSource sources = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ServicePerimeterConfig.IngressSource

getSourcesCount()

public abstract int getSourcesCount()

Sources that this [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] authorizes access from.

repeated .google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressSource sources = 1;

Returns
TypeDescription
int

getSourcesList()

public abstract List<ServicePerimeterConfig.IngressSource> getSourcesList()

Sources that this [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] authorizes access from.

repeated .google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressSource sources = 1;

Returns
TypeDescription
List<IngressSource>

getSourcesOrBuilder(int index)

public abstract ServicePerimeterConfig.IngressSourceOrBuilder getSourcesOrBuilder(int index)

Sources that this [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] authorizes access from.

repeated .google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressSource sources = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ServicePerimeterConfig.IngressSourceOrBuilder

getSourcesOrBuilderList()

public abstract List<? extends ServicePerimeterConfig.IngressSourceOrBuilder> getSourcesOrBuilderList()

Sources that this [IngressPolicy] [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy] authorizes access from.

repeated .google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressSource sources = 1;

Returns
TypeDescription
List<? extends com.google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressSourceOrBuilder>