Interface OrganizationSettings.AssetDiscoveryConfigOrBuilder

    • Method Detail

      • getProjectIdsList

        List<String> getProjectIdsList()
         The project ids to use for filtering asset discovery.
         
        repeated string project_ids = 1;
        Returns:
        A list containing the projectIds.
      • getProjectIdsCount

        int getProjectIdsCount()
         The project ids to use for filtering asset discovery.
         
        repeated string project_ids = 1;
        Returns:
        The count of projectIds.
      • getProjectIds

        String getProjectIds​(int index)
         The project ids to use for filtering asset discovery.
         
        repeated string project_ids = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The projectIds at the given index.
      • getProjectIdsBytes

        com.google.protobuf.ByteString getProjectIdsBytes​(int index)
         The project ids to use for filtering asset discovery.
         
        repeated string project_ids = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the projectIds at the given index.
      • getInclusionModeValue

        int getInclusionModeValue()
         The mode to use for filtering asset discovery.
         
        .google.cloud.securitycenter.v1.OrganizationSettings.AssetDiscoveryConfig.InclusionMode inclusion_mode = 2;
        Returns:
        The enum numeric value on the wire for inclusionMode.
      • getInclusionMode

        OrganizationSettings.AssetDiscoveryConfig.InclusionMode getInclusionMode()
         The mode to use for filtering asset discovery.
         
        .google.cloud.securitycenter.v1.OrganizationSettings.AssetDiscoveryConfig.InclusionMode inclusion_mode = 2;
        Returns:
        The inclusionMode.
      • getFolderIdsList

        List<String> getFolderIdsList()
         The folder ids to use for filtering asset discovery.
         It consists of only digits, e.g., 756619654966.
         
        repeated string folder_ids = 3;
        Returns:
        A list containing the folderIds.
      • getFolderIdsCount

        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:
        The count of folderIds.
      • getFolderIds

        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;
        Parameters:
        index - The index of the element to return.
        Returns:
        The folderIds at the given index.
      • getFolderIdsBytes

        com.google.protobuf.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;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the folderIds at the given index.