Class ServicePerimeterConfig.IngressFrom (1.71.0) 
  
      
     
  
  
  
   
  
    
  
  
    
    
    
  Version 1.71.0keyboard_arrow_down  
  
 
    
    
    
    
      
  
  
  
    
public   static   final   class  ServicePerimeterConfig . IngressFrom   extends   GeneratedMessageV3   implements   ServicePerimeterConfig . IngressFromOrBuilder  
   
   Defines the conditions under which an [IngressPolicy]
 [google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressPolicy]
 matches a request. Conditions are based on information about the source of
 the request. The request must satisfy what is defined in sources AND
 identity related fields in order to match.
 Protobuf type 
 google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressFrom
 
  
  
  
    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  
         
       
     
  
  SOURCES_FIELD_NUMBER 
  
    
public   static   final   int   SOURCES_FIELD_NUMBER  
   
  
    
      
        Field Value  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Static Methods
   
   
  getDefaultInstance() 
  
    
public   static   ServicePerimeterConfig . IngressFrom   getDefaultInstance ()  
   
  
   
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
   
  
   
  newBuilder() 
  
    
public   static   ServicePerimeterConfig . IngressFrom . Builder   newBuilder ()  
   
  
   
  newBuilder(ServicePerimeterConfig.IngressFrom prototype) 
  
    
public   static   ServicePerimeterConfig . IngressFrom . Builder   newBuilder ( ServicePerimeterConfig . IngressFrom   prototype )  
   
  
  
   
  parseDelimitedFrom(InputStream input) 
  
    
public   static   ServicePerimeterConfig . IngressFrom   parseDelimitedFrom ( InputStream   input )  
   
  
  
  
   
  parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ServicePerimeterConfig . IngressFrom   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(byte[] data) 
  
    
public   static   ServicePerimeterConfig . IngressFrom   parseFrom ( byte []   data )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        data 
        byte [] 
       
     
  
  
  
   
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ServicePerimeterConfig . IngressFrom   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(ByteString data) 
  
    
public   static   ServicePerimeterConfig . IngressFrom   parseFrom ( ByteString   data )  
   
  
  
  
   
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ServicePerimeterConfig . IngressFrom   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(CodedInputStream input) 
  
    
public   static   ServicePerimeterConfig . IngressFrom   parseFrom ( CodedInputStream   input )  
   
  
  
  
   
  parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ServicePerimeterConfig . IngressFrom   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(InputStream input) 
  
    
public   static   ServicePerimeterConfig . IngressFrom   parseFrom ( InputStream   input )  
   
  
  
  
   
  parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ServicePerimeterConfig . IngressFrom   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parseFrom(ByteBuffer data) 
  
    
public   static   ServicePerimeterConfig . IngressFrom   parseFrom ( ByteBuffer   data )  
   
  
  
  
   
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   ServicePerimeterConfig . IngressFrom   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
   
  
  
  
   
  parser() 
  
    
public   static   Parser<ServicePerimeterConfig . IngressFrom >  parser ()  
   
  
  Methods
   
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
   
  
    
      
        Parameter  
       
      
        Name  
        Description  
       
      
        obj 
        Object  
       
     
  
  
  Overrides 
  
   
  getDefaultInstanceForType() 
  
    
public   ServicePerimeterConfig . IngressFrom   getDefaultInstanceForType ()  
   
  
   
  getIdentities(int index) 
  
    
public   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  
       
      
        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 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  
       
      
        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 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  
       
      
        Type  
        Description  
       
      
        int  
        The count of identities.
 
       
     
  
   
  getIdentitiesList() 
  
    
public   ProtocolStringList   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;
 
  
   
  getIdentityType() 
  
    
public   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;
 
 
  
   
  getIdentityTypeValue() 
  
    
public   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  
       
      
        Type  
        Description  
       
      
        int  
        The enum numeric value on the wire for identityType.
 
       
     
  
   
  getParserForType() 
  
    
public   Parser<ServicePerimeterConfig . IngressFrom >  getParserForType ()  
   
  
  Overrides 
  
   
  getSerializedSize() 
  
    
public   int   getSerializedSize ()  
   
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Overrides 
  
   
  getSources(int index) 
  
    
public   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  
       
      
        Name  
        Description  
       
      
        index 
        int  
       
     
  
  
   
  getSourcesCount() 
  
    
public   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  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
   
  getSourcesList() 
  
    
public   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;
 
 
  
   
  getSourcesOrBuilder(int index) 
  
    
public   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  
       
      
        Name  
        Description  
       
      
        index 
        int  
       
     
  
  
   
  getSourcesOrBuilderList() 
  
    
public   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  
       
      
        Type  
        Description  
       
      
        List <? extends com.google.identity.accesscontextmanager.v1.ServicePerimeterConfig.IngressSourceOrBuilder > 
         
       
     
  
   
  hashCode() 
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        int  
         
       
     
  
  Overrides 
  
   
  internalGetFieldAccessorTable() 
  
    
protected   GeneratedMessageV3 . FieldAccessorTable   internalGetFieldAccessorTable ()  
   
  
  Overrides 
  
   
  isInitialized() 
  
    
public   final   boolean   isInitialized ()  
   
  
  Overrides 
  
   
  newBuilderForType() 
  
    
public   ServicePerimeterConfig . IngressFrom . Builder   newBuilderForType ()  
   
  
   
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   ServicePerimeterConfig . IngressFrom . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
   
  
  
  Overrides 
  
   
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
   
  
  
    
      
        Returns  
       
      
        Type  
        Description  
       
      
        Object  
         
       
     
  
  Overrides 
  
   
  toBuilder() 
  
    
public   ServicePerimeterConfig . IngressFrom . Builder   toBuilder ()  
   
  
   
  writeTo(CodedOutputStream output) 
  
    
public   void   writeTo ( CodedOutputStream   output )  
   
  
  Overrides 
  
  
 
     
    
  
  
  
     
  
 
  
    
    
      
       
    
    
  
  
 
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-10-30 UTC.
 
 
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-30 UTC."],[],[]]