public interface OrganizationSettingsOrBuilder
extends com.google.protobuf.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.
|
com.google.protobuf.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, hasOneofString getName()
The relative resource name of the settings. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/123/organizationSettings".
string name = 1;com.google.protobuf.ByteString getNameBytes()
The relative resource name of the settings. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/123/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 © 2019 Google LLC. All rights reserved.