public static interface ServicePerimeterConfig.VpcAccessibleServicesOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowedServices(int index)
The list of APIs usable within the Service Perimeter.
|
ByteString |
getAllowedServicesBytes(int index)
The list of APIs usable within the Service Perimeter.
|
int |
getAllowedServicesCount()
The list of APIs usable within the Service Perimeter.
|
List<String> |
getAllowedServicesList()
The list of APIs usable within the Service Perimeter.
|
boolean |
getEnableRestriction()
Whether to restrict API calls within the Service Perimeter to the list of
APIs specified in 'allowed_services'.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean getEnableRestriction()
Whether to restrict API calls within the Service Perimeter to the list of APIs specified in 'allowed_services'.
bool enable_restriction = 1;List<String> getAllowedServicesList()
The list of APIs usable within the Service Perimeter. Must be empty unless 'enable_restriction' is True. You can specify a list of individual services, as well as include the 'RESTRICTED-SERVICES' value, which automatically includes all of the services protected by the perimeter.
repeated string allowed_services = 2;int getAllowedServicesCount()
The list of APIs usable within the Service Perimeter. Must be empty unless 'enable_restriction' is True. You can specify a list of individual services, as well as include the 'RESTRICTED-SERVICES' value, which automatically includes all of the services protected by the perimeter.
repeated string allowed_services = 2;String getAllowedServices(int index)
The list of APIs usable within the Service Perimeter. Must be empty unless 'enable_restriction' is True. You can specify a list of individual services, as well as include the 'RESTRICTED-SERVICES' value, which automatically includes all of the services protected by the perimeter.
repeated string allowed_services = 2;index - The index of the element to return.ByteString getAllowedServicesBytes(int index)
The list of APIs usable within the Service Perimeter. Must be empty unless 'enable_restriction' is True. You can specify a list of individual services, as well as include the 'RESTRICTED-SERVICES' value, which automatically includes all of the services protected by the perimeter.
repeated string allowed_services = 2;index - The index of the value to return.Copyright © 2021 Google LLC. All rights reserved.