public static interface OrganizationSettings.AssetDiscoveryConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getInclusionMode()
public abstract OrganizationSettings.AssetDiscoveryConfig.InclusionMode getInclusionMode()The mode to use for filtering asset discovery.
.google.cloud.securitycenter.v1beta1.OrganizationSettings.AssetDiscoveryConfig.InclusionMode inclusion_mode = 2;
| Returns | |
|---|---|
| Type | Description |
OrganizationSettings.AssetDiscoveryConfig.InclusionMode |
The inclusionMode. |
getInclusionModeValue()
public abstract int getInclusionModeValue()The mode to use for filtering asset discovery.
.google.cloud.securitycenter.v1beta1.OrganizationSettings.AssetDiscoveryConfig.InclusionMode inclusion_mode = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for inclusionMode. |
getProjectIds(int index)
public abstract String getProjectIds(int index)The project ids to use for filtering asset discovery.
repeated string project_ids = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The projectIds at the given index. |
getProjectIdsBytes(int index)
public abstract ByteString getProjectIdsBytes(int index)The project ids to use for filtering asset discovery.
repeated string project_ids = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the projectIds at the given index. |
getProjectIdsCount()
public abstract int getProjectIdsCount()The project ids to use for filtering asset discovery.
repeated string project_ids = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The count of projectIds. |
getProjectIdsList()
public abstract List<String> getProjectIdsList()The project ids to use for filtering asset discovery.
repeated string project_ids = 1;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the projectIds. |