Class OrganizationSettings.AssetDiscoveryConfig (2.32.0) 
  
  
  
   
  
    
  
  
    
    
    
    
  Version 2.32.0keyboard_arrow_down  
  
 
    
    
    
      
  
  
  
    
public   static   final   class  OrganizationSettings . AssetDiscoveryConfig   extends   GeneratedMessageV3   implements   OrganizationSettings . AssetDiscoveryConfigOrBuilder  
   The configuration used for Asset Discovery runs.
 Protobuf type google.cloud.securitycenter.v1.OrganizationSettings.AssetDiscoveryConfig
    Inherited Members 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT) 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
   
  FOLDER_IDS_FIELD_NUMBER 
  
    
public   static   final   int   FOLDER_IDS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  INCLUSION_MODE_FIELD_NUMBER 
  
    
public   static   final   int   INCLUSION_MODE_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  PROJECT_IDS_FIELD_NUMBER 
  
    
public   static   final   int   PROJECT_IDS_FIELD_NUMBER  
  
    
      
        Field Value  
      
        Type Description  
      
        int  
     
  
  Static Methods
   
  getDefaultInstance() 
  
    
public   static   OrganizationSettings . AssetDiscoveryConfig   getDefaultInstance ()  
  
  getDescriptor() 
  
    
public   static   final   Descriptors . Descriptor   getDescriptor ()  
  
  newBuilder() 
  
    
public   static   OrganizationSettings . AssetDiscoveryConfig . Builder   newBuilder ()  
  
  newBuilder(OrganizationSettings.AssetDiscoveryConfig prototype) 
  
    
public   static   OrganizationSettings . AssetDiscoveryConfig . Builder   newBuilder ( OrganizationSettings . AssetDiscoveryConfig   prototype )  
  
  
  
    
public   static   OrganizationSettings . AssetDiscoveryConfig   parseDelimitedFrom ( InputStream   input )  
  
  
  
  
    
public   static   OrganizationSettings . AssetDiscoveryConfig   parseDelimitedFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(byte[] data) 
  
    
public   static   OrganizationSettings . AssetDiscoveryConfig   parseFrom ( byte []   data )  
  
    
      
        Parameter  
      
        Name Description  
      
        databyte [] 
     
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   OrganizationSettings . AssetDiscoveryConfig   parseFrom ( byte []   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteString data) 
  
    
public   static   OrganizationSettings . AssetDiscoveryConfig   parseFrom ( ByteString   data )  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   OrganizationSettings . AssetDiscoveryConfig   parseFrom ( ByteString   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   OrganizationSettings . AssetDiscoveryConfig   parseFrom ( CodedInputStream   input )  
  
  
  
  
    
public   static   OrganizationSettings . AssetDiscoveryConfig   parseFrom ( CodedInputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  
    
public   static   OrganizationSettings . AssetDiscoveryConfig   parseFrom ( InputStream   input )  
  
  
  
  
    
public   static   OrganizationSettings . AssetDiscoveryConfig   parseFrom ( InputStream   input ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parseFrom(ByteBuffer data) 
  
    
public   static   OrganizationSettings . AssetDiscoveryConfig   parseFrom ( ByteBuffer   data )  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) 
  
    
public   static   OrganizationSettings . AssetDiscoveryConfig   parseFrom ( ByteBuffer   data ,   ExtensionRegistryLite   extensionRegistry )  
  
  
  
  parser() 
  
    
public   static   Parser<OrganizationSettings . AssetDiscoveryConfig >  parser ()  
  
  Methods
   
  equals(Object obj) 
  
    
public   boolean   equals ( Object   obj )  
  
    
      
        Parameter  
      
        Name Description  
      
        objObject  
     
  
  
  Overrides 
  
  getDefaultInstanceForType() 
  
    
public   OrganizationSettings . AssetDiscoveryConfig   getDefaultInstanceForType ()  
  
  getFolderIds(int index) 
  
    
public   String   getFolderIds ( int   index )  
   The folder ids to use for filtering asset discovery.
 It consists of only digits, e.g., 756619654966.
 repeated string folder_ids = 3;
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the element to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        String The folderIds at the given index.
 
     
  
  getFolderIdsBytes(int index) 
  
    
public   ByteString   getFolderIdsBytes ( int   index )  
   The folder ids to use for filtering asset discovery.
 It consists of only digits, e.g., 756619654966.
 repeated string folder_ids = 3;
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the value to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes of the folderIds at the given index.
 
     
  
  getFolderIdsCount() 
  
    
public   int   getFolderIdsCount ()  
   The folder ids to use for filtering asset discovery.
 It consists of only digits, e.g., 756619654966.
 repeated string folder_ids = 3;
    
      
        Returns  
      
        Type Description  
      
        int The count of folderIds.
 
     
  
  getFolderIdsList() 
  
    
public   ProtocolStringList   getFolderIdsList ()  
   The folder ids to use for filtering asset discovery.
 It consists of only digits, e.g., 756619654966.
 repeated string folder_ids = 3;
getInclusionMode() 
  
    
public   OrganizationSettings . AssetDiscoveryConfig . InclusionMode   getInclusionMode ()  
   The mode to use for filtering asset discovery.
 
 .google.cloud.securitycenter.v1.OrganizationSettings.AssetDiscoveryConfig.InclusionMode inclusion_mode = 2;
 
getInclusionModeValue() 
  
    
public   int   getInclusionModeValue ()  
   The mode to use for filtering asset discovery.
 
 .google.cloud.securitycenter.v1.OrganizationSettings.AssetDiscoveryConfig.InclusionMode inclusion_mode = 2;
 
    
      
        Returns  
      
        Type Description  
      
        int The enum numeric value on the wire for inclusionMode.
 
     
  
  getParserForType() 
  
    
public   Parser<OrganizationSettings . AssetDiscoveryConfig >  getParserForType ()  
  
  Overrides 
  
  getProjectIds(int index) 
  
    
public   String   getProjectIds ( int   index )  
   The project ids to use for filtering asset discovery.
 repeated string project_ids = 1;
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the element to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        String The projectIds at the given index.
 
     
  
  getProjectIdsBytes(int index) 
  
    
public   ByteString   getProjectIdsBytes ( int   index )  
   The project ids to use for filtering asset discovery.
 repeated string project_ids = 1;
    
      
        Parameter  
      
        Name Description  
      
        indexint The index of the value to return.
 
     
  
  
    
      
        Returns  
      
        Type Description  
      
        ByteString The bytes of the projectIds at the given index.
 
     
  
  getProjectIdsCount() 
  
    
public   int   getProjectIdsCount ()  
   The project ids to use for filtering asset discovery.
 repeated string project_ids = 1;
    
      
        Returns  
      
        Type Description  
      
        int The count of projectIds.
 
     
  
  getProjectIdsList() 
  
    
public   ProtocolStringList   getProjectIdsList ()  
   The project ids to use for filtering asset discovery.
 repeated string project_ids = 1;
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   OrganizationSettings . AssetDiscoveryConfig . Builder   newBuilderForType ()  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent) 
  
    
protected   OrganizationSettings . AssetDiscoveryConfig . Builder   newBuilderForType ( GeneratedMessageV3 . BuilderParent   parent )  
  
  
  Overrides 
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused) 
  
    
protected   Object   newInstance ( GeneratedMessageV3 . UnusedPrivateParameter   unused )  
  
  
    
      
        Returns  
      
        Type Description  
      
        Object  
     
  
  Overrides 
  
  toBuilder() 
  
    
public   OrganizationSettings . AssetDiscoveryConfig . 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-29 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-29 UTC."],[],[]]