Interface OrganizationSettings.AssetDiscoveryConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OrganizationSettings.AssetDiscoveryConfig,OrganizationSettings.AssetDiscoveryConfig.Builder
- Enclosing class:
- OrganizationSettings
public static interface OrganizationSettings.AssetDiscoveryConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OrganizationSettings.AssetDiscoveryConfig.InclusionModegetInclusionMode()The mode to use for filtering asset discovery.intgetInclusionModeValue()The mode to use for filtering asset discovery.StringgetProjectIds(int index)The project ids to use for filtering asset discovery.com.google.protobuf.ByteStringgetProjectIdsBytes(int index)The project ids to use for filtering asset discovery.intgetProjectIdsCount()The project ids to use for filtering asset discovery.List<String>getProjectIdsList()The project ids to use for filtering asset discovery.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.v1beta1.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.v1beta1.OrganizationSettings.AssetDiscoveryConfig.InclusionMode inclusion_mode = 2;- Returns:
- The inclusionMode.
-
-