Interface ServicePerimeterConfig.EgressFromOrBuilder (1.42.0)

public static interface ServicePerimeterConfig.EgressFromOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIdentities(int index)

public abstract String getIdentities(int index)

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

repeated string identities = 1;

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 [EgressPolicy]. Should be in the format of email address. The email address should represent individual user or service account only.

repeated string identities = 1;

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 [EgressPolicy]. Should be in the format of email address. The email address should represent individual user or service account only.

repeated string identities = 1;

Returns
TypeDescription
int

The count of identities.

getIdentitiesList()

public abstract List<String> getIdentitiesList()

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

repeated string identities = 1;

Returns
TypeDescription
List<String>

A list containing the identities.

getIdentityType()

public abstract ServicePerimeterConfig.IdentityType getIdentityType()

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

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

Returns
TypeDescription
ServicePerimeterConfig.IdentityType

The identityType.

getIdentityTypeValue()

public abstract int getIdentityTypeValue()

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

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

Returns
TypeDescription
int

The enum numeric value on the wire for identityType.