public interface OrganizationSettingsOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
OrganizationSettings.AssetDiscoveryConfig |
getAssetDiscoveryConfig()
The configuration used for Asset Discovery runs.
|
OrganizationSettings.AssetDiscoveryConfigOrBuilder |
getAssetDiscoveryConfigOrBuilder()
The configuration used for Asset Discovery runs.
|
boolean |
getEnableAssetDiscovery()
A flag that indicates if Asset Discovery should be enabled.
|
String |
getName()
The relative resource name of the settings.
|
ByteString |
getNameBytes()
The relative resource name of the settings.
|
boolean |
hasAssetDiscoveryConfig()
The configuration used for Asset Discovery runs.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getName()
The relative resource name of the settings. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/organizationSettings".
string name = 1;
ByteString getNameBytes()
The relative resource name of the settings. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/organizationSettings".
string name = 1;
boolean getEnableAssetDiscovery()
A flag that indicates if Asset Discovery should be enabled. If the flag is set to `true`, then discovery of assets will occur. If it is set to `false, all historical assets will remain, but discovery of future assets will not occur.
bool enable_asset_discovery = 2;
boolean hasAssetDiscoveryConfig()
The configuration used for Asset Discovery runs.
.google.cloud.securitycenter.v1beta1.OrganizationSettings.AssetDiscoveryConfig asset_discovery_config = 3;
OrganizationSettings.AssetDiscoveryConfig getAssetDiscoveryConfig()
The configuration used for Asset Discovery runs.
.google.cloud.securitycenter.v1beta1.OrganizationSettings.AssetDiscoveryConfig asset_discovery_config = 3;
OrganizationSettings.AssetDiscoveryConfigOrBuilder getAssetDiscoveryConfigOrBuilder()
The configuration used for Asset Discovery runs.
.google.cloud.securitycenter.v1beta1.OrganizationSettings.AssetDiscoveryConfig asset_discovery_config = 3;
Copyright © 2022 Google LLC. All rights reserved.