Interface OtherCloudDiscoveryStartingLocationOrBuilder (3.58.0)

See more code actions.
public interface OtherCloudDiscoveryStartingLocationOrBuilder extends MessageOrBuilder
MessageOrBuilder

getAwsLocation()

public abstract OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation getAwsLocation()

The AWS starting location for discovery.

.google.privacy.dlp.v2.OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation aws_location = 1;

Returns
Type Description
OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation

The awsLocation.

getAwsLocationOrBuilder()

public abstract OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocationOrBuilder getAwsLocationOrBuilder()

The AWS starting location for discovery.

.google.privacy.dlp.v2.OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation aws_location = 1;

getLocationCase()

public abstract OtherCloudDiscoveryStartingLocation.LocationCase getLocationCase()

hasAwsLocation()

public abstract boolean hasAwsLocation()

The AWS starting location for discovery.

.google.privacy.dlp.v2.OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocation aws_location = 1;

Returns
Type Description
boolean

Whether the awsLocation field is set.