public static final class OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder extends GeneratedMessageV3.Builder<OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder> implements OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocationOrBuilder
The AWS starting location for discovery.
Protobuf type
google.privacy.dlp.v2.OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation build()
buildPartial()
public OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation buildPartial()
clear()
public OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder clear()
Overrides
clearAccountId()
public OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder clearAccountId()
The AWS account ID that this discovery config applies to.
Within an AWS organization, you can find the AWS account ID inside an
AWS account ARN. Example:
arn:{partition}:organizations::{management_account_id}:account/{org_id}/{account_id}
string account_id = 2;
clearAllAssetInventoryAssets()
public OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder clearAllAssetInventoryAssets()
All AWS assets stored in Asset Inventory that didn't match other AWS
discovery configs.
bool all_asset_inventory_assets = 3;
clearField(Descriptors.FieldDescriptor field)
public OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearScope()
public OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder clearScope()
clone()
public OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder clone()
Overrides
getAccountId()
public String getAccountId()
The AWS account ID that this discovery config applies to.
Within an AWS organization, you can find the AWS account ID inside an
AWS account ARN. Example:
arn:{partition}:organizations::{management_account_id}:account/{org_id}/{account_id}
string account_id = 2;
Returns |
Type |
Description |
String |
The accountId.
|
getAccountIdBytes()
public ByteString getAccountIdBytes()
The AWS account ID that this discovery config applies to.
Within an AWS organization, you can find the AWS account ID inside an
AWS account ARN. Example:
arn:{partition}:organizations::{management_account_id}:account/{org_id}/{account_id}
string account_id = 2;
Returns |
Type |
Description |
ByteString |
The bytes for accountId.
|
getAllAssetInventoryAssets()
public boolean getAllAssetInventoryAssets()
All AWS assets stored in Asset Inventory that didn't match other AWS
discovery configs.
bool all_asset_inventory_assets = 3;
Returns |
Type |
Description |
boolean |
The allAssetInventoryAssets.
|
getDefaultInstanceForType()
public OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getScopeCase()
public OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.ScopeCase getScopeCase()
hasAccountId()
public boolean hasAccountId()
The AWS account ID that this discovery config applies to.
Within an AWS organization, you can find the AWS account ID inside an
AWS account ARN. Example:
arn:{partition}:organizations::{management_account_id}:account/{org_id}/{account_id}
string account_id = 2;
Returns |
Type |
Description |
boolean |
Whether the accountId field is set.
|
hasAllAssetInventoryAssets()
public boolean hasAllAssetInventoryAssets()
All AWS assets stored in Asset Inventory that didn't match other AWS
discovery configs.
bool all_asset_inventory_assets = 3;
Returns |
Type |
Description |
boolean |
Whether the allAssetInventoryAssets field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation other)
public OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder mergeFrom(OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation other)
public OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setAccountId(String value)
public OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder setAccountId(String value)
The AWS account ID that this discovery config applies to.
Within an AWS organization, you can find the AWS account ID inside an
AWS account ARN. Example:
arn:{partition}:organizations::{management_account_id}:account/{org_id}/{account_id}
string account_id = 2;
Parameter |
Name |
Description |
value |
String
The accountId to set.
|
setAccountIdBytes(ByteString value)
public OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder setAccountIdBytes(ByteString value)
The AWS account ID that this discovery config applies to.
Within an AWS organization, you can find the AWS account ID inside an
AWS account ARN. Example:
arn:{partition}:organizations::{management_account_id}:account/{org_id}/{account_id}
string account_id = 2;
Parameter |
Name |
Description |
value |
ByteString
The bytes for accountId to set.
|
setAllAssetInventoryAssets(boolean value)
public OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder setAllAssetInventoryAssets(boolean value)
All AWS assets stored in Asset Inventory that didn't match other AWS
discovery configs.
bool all_asset_inventory_assets = 3;
Parameter |
Name |
Description |
value |
boolean
The allAssetInventoryAssets to set.
|
setField(Descriptors.FieldDescriptor field, Object value)
public OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides