Class OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation (3.56.0)

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

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation

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()
Returns
Type Description
OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder newBuilder()
Returns
Type Description
OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder

newBuilder(OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation prototype)

public static OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder newBuilder(OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation prototype)
Parameter
Name Description
prototype OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation
Returns
Type Description
OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder

parseDelimitedFrom(InputStream input)

public static OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation> parser()
Returns
Type Description
Parser<AwsDiscoveryStartingLocation>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
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()
Returns
Type Description
OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation

getParserForType()

public Parser<OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation> getParserForType()
Returns
Type Description
Parser<AwsDiscoveryStartingLocation>
Overrides

getScopeCase()

public OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.ScopeCase getScopeCase()
Returns
Type Description
OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.ScopeCase

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()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder newBuilderForType()
Returns
Type Description
OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder toBuilder()
Returns
Type Description
OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException