public static interface OrganizationSettings.AssetDiscoveryConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getFolderIds(int index)
The folder ids to use for filtering asset discovery.
|
ByteString |
getFolderIdsBytes(int index)
The folder ids to use for filtering asset discovery.
|
int |
getFolderIdsCount()
The folder ids to use for filtering asset discovery.
|
List<String> |
getFolderIdsList()
The folder ids to use for filtering asset discovery.
|
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.v1.OrganizationSettings.AssetDiscoveryConfig.InclusionMode inclusion_mode = 2;
OrganizationSettings.AssetDiscoveryConfig.InclusionMode getInclusionMode()
The mode to use for filtering asset discovery.
.google.cloud.securitycenter.v1.OrganizationSettings.AssetDiscoveryConfig.InclusionMode inclusion_mode = 2;
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;
int getFolderIdsCount()
The folder ids to use for filtering asset discovery. It consists of only digits, e.g., 756619654966.
repeated string folder_ids = 3;
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;
index
- The index of the element to return.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;
index
- The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.