public static final class ServicePerimeterConfig.EgressFrom extends GeneratedMessageV3 implements ServicePerimeterConfig.EgressFromOrBuilder
Defines the conditions under which an [EgressPolicy]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.EgressPolicy]
matches a request. Conditions based on information about the source of the
request. Note that if the destination of the request is also protected by a
[ServicePerimeter]
[google.identity.accesscontextmanager.v1.ServicePerimeter], then that
[ServicePerimeter]
[google.identity.accesscontextmanager.v1.ServicePerimeter] must have
an [IngressPolicy]
[google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy]
which allows access in order for this request to succeed.
Protobuf type google.identity.accesscontextmanager.v1.ServicePerimeterConfig.EgressFrom
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
IDENTITIES_FIELD_NUMBER
public static final int IDENTITIES_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
IDENTITY_TYPE_FIELD_NUMBER
public static final int IDENTITY_TYPE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static ServicePerimeterConfig.EgressFrom getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ServicePerimeterConfig.EgressFrom.Builder newBuilder()
newBuilder(ServicePerimeterConfig.EgressFrom prototype)
public static ServicePerimeterConfig.EgressFrom.Builder newBuilder(ServicePerimeterConfig.EgressFrom prototype)
parseDelimitedFrom(InputStream input)
public static ServicePerimeterConfig.EgressFrom parseDelimitedFrom(InputStream input)
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ServicePerimeterConfig.EgressFrom parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ServicePerimeterConfig.EgressFrom parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ServicePerimeterConfig.EgressFrom parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ServicePerimeterConfig.EgressFrom parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ServicePerimeterConfig.EgressFrom parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
parseFrom(CodedInputStream input)
public static ServicePerimeterConfig.EgressFrom parseFrom(CodedInputStream input)
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ServicePerimeterConfig.EgressFrom parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(InputStream input)
public static ServicePerimeterConfig.EgressFrom parseFrom(InputStream input)
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ServicePerimeterConfig.EgressFrom parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ServicePerimeterConfig.EgressFrom parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ServicePerimeterConfig.EgressFrom parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ServicePerimeterConfig.EgressFrom> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getDefaultInstanceForType()
public ServicePerimeterConfig.EgressFrom getDefaultInstanceForType()
getIdentities(int index)
public 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 |
---|
Name | Description |
index | int
The index of the element to return.
|
Returns |
---|
Type | Description |
String | The identities at the given index.
|
getIdentitiesBytes(int index)
public 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 |
---|
Name | Description |
index | int
The index of the value to return.
|
Returns |
---|
Type | Description |
ByteString | The bytes of the identities at the given index.
|
getIdentitiesCount()
public 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 |
---|
Type | Description |
int | The count of identities.
|
getIdentitiesList()
public ProtocolStringList 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;
getIdentityType()
public 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;
getIdentityTypeValue()
public 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 |
---|
Type | Description |
int | The enum numeric value on the wire for identityType.
|
getParserForType()
public Parser<ServicePerimeterConfig.EgressFrom> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ServicePerimeterConfig.EgressFrom.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ServicePerimeterConfig.EgressFrom.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public ServicePerimeterConfig.EgressFrom.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides