public interface OtherCloudDiscoveryStartingLocationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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;
Returns | |
---|---|
Type | Description |
OtherCloudDiscoveryStartingLocation.AwsDiscoveryStartingLocationOrBuilder |
getLocationCase()
public abstract OtherCloudDiscoveryStartingLocation.LocationCase getLocationCase()
Returns | |
---|---|
Type | Description |
OtherCloudDiscoveryStartingLocation.LocationCase |
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. |