public interface LocationSupportOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getLocations(int index)
public abstract String getLocations(int index)
Specific locations where the feature may be used. Examples: us-central1, us, asia, global If scope is ANY_LOCATION, no regions will be listed.
repeated string locations = 2;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The locations at the given index. |
getLocationsBytes(int index)
public abstract ByteString getLocationsBytes(int index)
Specific locations where the feature may be used. Examples: us-central1, us, asia, global If scope is ANY_LOCATION, no regions will be listed.
repeated string locations = 2;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the locations at the given index. |
getLocationsCount()
public abstract int getLocationsCount()
Specific locations where the feature may be used. Examples: us-central1, us, asia, global If scope is ANY_LOCATION, no regions will be listed.
repeated string locations = 2;
Returns | |
---|---|
Type | Description |
int |
The count of locations. |
getLocationsList()
public abstract List<String> getLocationsList()
Specific locations where the feature may be used. Examples: us-central1, us, asia, global If scope is ANY_LOCATION, no regions will be listed.
repeated string locations = 2;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the locations. |
getRegionalizationScope()
public abstract LocationSupport.RegionalizationScope getRegionalizationScope()
The current scope for location on this feature. This may expand over time.
.google.privacy.dlp.v2.LocationSupport.RegionalizationScope regionalization_scope = 1;
Returns | |
---|---|
Type | Description |
LocationSupport.RegionalizationScope |
The regionalizationScope. |
getRegionalizationScopeValue()
public abstract int getRegionalizationScopeValue()
The current scope for location on this feature. This may expand over time.
.google.privacy.dlp.v2.LocationSupport.RegionalizationScope regionalization_scope = 1;
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for regionalizationScope. |