Enum OrganizationSettings.AssetDiscoveryConfig.InclusionMode
- java.lang.Object
-
- java.lang.Enum<OrganizationSettings.AssetDiscoveryConfig.InclusionMode>
-
- com.google.cloud.securitycenter.v1.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 enumgoogle.cloud.securitycenter.v1.OrganizationSettings.AssetDiscoveryConfig.InclusionMode
-
-
Enum Constant Summary
Enum Constants Enum Constant Description EXCLUDEAsset Discovery will ignore all resources under the projects specified.INCLUDE_ONLYAsset Discovery will capture only the resources within the projects specified.INCLUSION_MODE_UNSPECIFIEDUnspecified.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intEXCLUDE_VALUEAsset Discovery will ignore all resources under the projects specified.static intINCLUDE_ONLY_VALUEAsset Discovery will capture only the resources within the projects specified.static intINCLUSION_MODE_UNSPECIFIED_VALUEUnspecified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static OrganizationSettings.AssetDiscoveryConfig.InclusionModeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<OrganizationSettings.AssetDiscoveryConfig.InclusionMode>internalGetValueMap()static OrganizationSettings.AssetDiscoveryConfig.InclusionModevalueOf(int value)Deprecated.static OrganizationSettings.AssetDiscoveryConfig.InclusionModevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static OrganizationSettings.AssetDiscoveryConfig.InclusionModevalueOf(String name)Returns the enum constant of this type with the specified name.static OrganizationSettings.AssetDiscoveryConfig.InclusionMode[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
INCLUSION_MODE_UNSPECIFIED
public static final OrganizationSettings.AssetDiscoveryConfig.InclusionMode INCLUSION_MODE_UNSPECIFIED
Unspecified. Setting the mode with this value will disable inclusion/exclusion filtering for Asset Discovery.
INCLUSION_MODE_UNSPECIFIED = 0;
-
INCLUDE_ONLY
public static final OrganizationSettings.AssetDiscoveryConfig.InclusionMode INCLUDE_ONLY
Asset Discovery will capture only the resources within the projects specified. All other resources will be ignored.
INCLUDE_ONLY = 1;
-
EXCLUDE
public static final OrganizationSettings.AssetDiscoveryConfig.InclusionMode EXCLUDE
Asset Discovery will ignore all resources under the projects specified. All other resources will be retrieved.
EXCLUDE = 2;
-
UNRECOGNIZED
public static final OrganizationSettings.AssetDiscoveryConfig.InclusionMode UNRECOGNIZED
-
-
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 nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.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 nameNullPointerException- if the argument is null
-
forNumber
public static OrganizationSettings.AssetDiscoveryConfig.InclusionMode forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<OrganizationSettings.AssetDiscoveryConfig.InclusionMode> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.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 nameNullPointerException- if the argument is null
-
-