Send feedback
Class OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation (3.59.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.59.0 keyboard_arrow_down
public static final class OtherCloudDiscoveryStartingLocation . AwsDiscoveryStartingLocation extends GeneratedMessageV3 implements OtherCloudDiscoveryStartingLocation . AwsDiscoveryStartingLocationOrBuilder
The AWS starting location for discovery.
Protobuf type
google.privacy.dlp.v2.OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ACCOUNT_ID_FIELD_NUMBER
public static final int ACCOUNT_ID_FIELD_NUMBER
Field Value
Type
Description
int
ALL_ASSET_INVENTORY_ASSETS_FIELD_NUMBER
public static final int ALL_ASSET_INVENTORY_ASSETS_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static OtherCloudDiscoveryStartingLocation . AwsDiscoveryStartingLocation getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static OtherCloudDiscoveryStartingLocation . AwsDiscoveryStartingLocation . Builder newBuilder ()
newBuilder(OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation prototype)
public static OtherCloudDiscoveryStartingLocation . AwsDiscoveryStartingLocation . Builder newBuilder ( OtherCloudDiscoveryStartingLocation . AwsDiscoveryStartingLocation prototype )
public static OtherCloudDiscoveryStartingLocation . AwsDiscoveryStartingLocation parseDelimitedFrom ( InputStream input )
public static OtherCloudDiscoveryStartingLocation . AwsDiscoveryStartingLocation parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static OtherCloudDiscoveryStartingLocation . AwsDiscoveryStartingLocation parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static OtherCloudDiscoveryStartingLocation . AwsDiscoveryStartingLocation parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static OtherCloudDiscoveryStartingLocation . AwsDiscoveryStartingLocation parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static OtherCloudDiscoveryStartingLocation . AwsDiscoveryStartingLocation parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static OtherCloudDiscoveryStartingLocation . AwsDiscoveryStartingLocation parseFrom ( CodedInputStream input )
public static OtherCloudDiscoveryStartingLocation . AwsDiscoveryStartingLocation parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static OtherCloudDiscoveryStartingLocation . AwsDiscoveryStartingLocation parseFrom ( InputStream input )
public static OtherCloudDiscoveryStartingLocation . AwsDiscoveryStartingLocation parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static OtherCloudDiscoveryStartingLocation . AwsDiscoveryStartingLocation parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static OtherCloudDiscoveryStartingLocation . AwsDiscoveryStartingLocation parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<OtherCloudDiscoveryStartingLocation . AwsDiscoveryStartingLocation > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
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 ()
getParserForType()
public Parser<OtherCloudDiscoveryStartingLocation . AwsDiscoveryStartingLocation > getParserForType ()
Overrides
getScopeCase()
public OtherCloudDiscoveryStartingLocation . AwsDiscoveryStartingLocation . ScopeCase getScopeCase ()
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
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.
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public OtherCloudDiscoveryStartingLocation . AwsDiscoveryStartingLocation . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected OtherCloudDiscoveryStartingLocation . AwsDiscoveryStartingLocation . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public OtherCloudDiscoveryStartingLocation . AwsDiscoveryStartingLocation . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]