Enum OrganizationSettings.AssetDiscoveryConfig.InclusionMode

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<OrganizationSettings.AssetDiscoveryConfig.InclusionMode>
    Enclosing class:
    OrganizationSettings.AssetDiscoveryConfig

    public static enum OrganizationSettings.AssetDiscoveryConfig.InclusionMode
    extends Enum<OrganizationSettings.AssetDiscoveryConfig.InclusionMode>
    implements com.google.protobuf.ProtocolMessageEnum
     The mode of inclusion when running Asset Discovery.
     Asset discovery can be limited by explicitly identifying projects to be
     included or excluded. If INCLUDE_ONLY is set, then only those projects
     within the organization and their children are discovered during asset
     discovery. If EXCLUDE is set, then projects that don't match those
     projects are discovered during asset discovery. If neither are set, then
     all projects within the organization are discovered during asset
     discovery.
     
    Protobuf enum google.cloud.securitycenter.v1p1beta1.OrganizationSettings.AssetDiscoveryConfig.InclusionMode
    • Field Detail

      • INCLUSION_MODE_UNSPECIFIED_VALUE

        public static final int INCLUSION_MODE_UNSPECIFIED_VALUE
         Unspecified. Setting the mode with this value will disable
         inclusion/exclusion filtering for Asset Discovery.
         
        INCLUSION_MODE_UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • INCLUDE_ONLY_VALUE

        public static final int INCLUDE_ONLY_VALUE
         Asset Discovery will capture only the resources within the projects
         specified. All other resources will be ignored.
         
        INCLUDE_ONLY = 1;
        See Also:
        Constant Field Values
      • EXCLUDE_VALUE

        public static final int EXCLUDE_VALUE
         Asset Discovery will ignore all resources under the projects specified.
         All other resources will be retrieved.
         
        EXCLUDE = 2;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static OrganizationSettings.AssetDiscoveryConfig.InclusionMode[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (OrganizationSettings.AssetDiscoveryConfig.InclusionMode c : OrganizationSettings.AssetDiscoveryConfig.InclusionMode.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static OrganizationSettings.AssetDiscoveryConfig.InclusionMode valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static OrganizationSettings.AssetDiscoveryConfig.InclusionMode valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
      • valueOf

        public static OrganizationSettings.AssetDiscoveryConfig.InclusionMode valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        desc - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null