public static interface OrganizationSettings.AssetDiscoveryConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
OrganizationSettings.AssetDiscoveryConfig.InclusionMode |
getInclusionMode()
The mode to use for filtering asset discovery.
|
int |
getInclusionModeValue()
The mode to use for filtering asset discovery.
|
String |
getProjectIds(int index)
The project ids to use for filtering asset discovery.
|
ByteString |
getProjectIdsBytes(int index)
The project ids to use for filtering asset discovery.
|
int |
getProjectIdsCount()
The project ids to use for filtering asset discovery.
|
List<String> |
getProjectIdsList()
The project ids to use for filtering asset discovery.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<String> getProjectIdsList()
The project ids to use for filtering asset discovery.
repeated string project_ids = 1;
int getProjectIdsCount()
The project ids to use for filtering asset discovery.
repeated string project_ids = 1;
String getProjectIds(int index)
The project ids to use for filtering asset discovery.
repeated string project_ids = 1;
index
- The index of the element to return.ByteString getProjectIdsBytes(int index)
The project ids to use for filtering asset discovery.
repeated string project_ids = 1;
index
- The index of the value to return.int getInclusionModeValue()
The mode to use for filtering asset discovery.
.google.cloud.securitycenter.v1beta1.OrganizationSettings.AssetDiscoveryConfig.InclusionMode inclusion_mode = 2;
OrganizationSettings.AssetDiscoveryConfig.InclusionMode getInclusionMode()
The mode to use for filtering asset discovery.
.google.cloud.securitycenter.v1beta1.OrganizationSettings.AssetDiscoveryConfig.InclusionMode inclusion_mode = 2;
Copyright © 2022 Google LLC. All rights reserved.