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