- 1.84.0 (latest)
- 1.83.0
- 1.82.0
- 1.81.0
- 1.79.0
- 1.77.0
- 1.76.0
- 1.75.0
- 1.74.0
- 1.73.0
- 1.71.0
- 1.69.0
- 1.68.0
- 1.65.0
- 1.64.0
- 1.63.0
- 1.61.0
- 1.60.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.50.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.38.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.5
- 1.3.1
- 1.2.10
public static final class ServicePerimeterConfig.VpcAccessibleServices.Builder extends GeneratedMessage.Builder<ServicePerimeterConfig.VpcAccessibleServices.Builder> implements ServicePerimeterConfig.VpcAccessibleServicesOrBuilderSpecifies how APIs are allowed to communicate within the Service Perimeter.
Protobuf type
google.identity.accesscontextmanager.v1.ServicePerimeterConfig.VpcAccessibleServices
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ServicePerimeterConfig.VpcAccessibleServices.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllAllowedServices(Iterable<String> values)
public ServicePerimeterConfig.VpcAccessibleServices.Builder addAllAllowedServices(Iterable<String> values)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;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<String>The allowedServices to add. |
| Returns | |
|---|---|
| Type | Description |
ServicePerimeterConfig.VpcAccessibleServices.Builder |
This builder for chaining. |
addAllowedServices(String value)
public ServicePerimeterConfig.VpcAccessibleServices.Builder addAllowedServices(String value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe allowedServices to add. |
| Returns | |
|---|---|
| Type | Description |
ServicePerimeterConfig.VpcAccessibleServices.Builder |
This builder for chaining. |
addAllowedServicesBytes(ByteString value)
public ServicePerimeterConfig.VpcAccessibleServices.Builder addAllowedServicesBytes(ByteString value)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;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes of the allowedServices to add. |
| Returns | |
|---|---|
| Type | Description |
ServicePerimeterConfig.VpcAccessibleServices.Builder |
This builder for chaining. |
build()
public ServicePerimeterConfig.VpcAccessibleServices build()| Returns | |
|---|---|
| Type | Description |
ServicePerimeterConfig.VpcAccessibleServices |
|
buildPartial()
public ServicePerimeterConfig.VpcAccessibleServices buildPartial()| Returns | |
|---|---|
| Type | Description |
ServicePerimeterConfig.VpcAccessibleServices |
|
clear()
public ServicePerimeterConfig.VpcAccessibleServices.Builder clear()| Returns | |
|---|---|
| Type | Description |
ServicePerimeterConfig.VpcAccessibleServices.Builder |
|
clearAllowedServices()
public ServicePerimeterConfig.VpcAccessibleServices.Builder clearAllowedServices()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;
| Returns | |
|---|---|
| Type | Description |
ServicePerimeterConfig.VpcAccessibleServices.Builder |
This builder for chaining. |
clearEnableRestriction()
public ServicePerimeterConfig.VpcAccessibleServices.Builder clearEnableRestriction()Whether to restrict API calls within the Service Perimeter to the list of APIs specified in 'allowed_services'.
bool enable_restriction = 1;
| Returns | |
|---|---|
| Type | Description |
ServicePerimeterConfig.VpcAccessibleServices.Builder |
This builder for chaining. |
getAllowedServices(int index)
public 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;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The allowedServices at the given index. |
getAllowedServicesBytes(int index)
public 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;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the allowedServices at the given index. |
getAllowedServicesCount()
public 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;
| Returns | |
|---|---|
| Type | Description |
int |
The count of allowedServices. |
getAllowedServicesList()
public ProtocolStringList 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;
| Returns | |
|---|---|
| Type | Description |
ProtocolStringList |
A list containing the allowedServices. |
getDefaultInstanceForType()
public ServicePerimeterConfig.VpcAccessibleServices getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ServicePerimeterConfig.VpcAccessibleServices |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEnableRestriction()
public boolean getEnableRestriction()Whether to restrict API calls within the Service Perimeter to the list of APIs specified in 'allowed_services'.
bool enable_restriction = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
The enableRestriction. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ServicePerimeterConfig.VpcAccessibleServices other)
public ServicePerimeterConfig.VpcAccessibleServices.Builder mergeFrom(ServicePerimeterConfig.VpcAccessibleServices other)| Parameter | |
|---|---|
| Name | Description |
other |
ServicePerimeterConfig.VpcAccessibleServices |
| Returns | |
|---|---|
| Type | Description |
ServicePerimeterConfig.VpcAccessibleServices.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ServicePerimeterConfig.VpcAccessibleServices.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ServicePerimeterConfig.VpcAccessibleServices.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ServicePerimeterConfig.VpcAccessibleServices.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ServicePerimeterConfig.VpcAccessibleServices.Builder |
|
setAllowedServices(int index, String value)
public ServicePerimeterConfig.VpcAccessibleServices.Builder setAllowedServices(int index, String value)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;
| Parameters | |
|---|---|
| Name | Description |
index |
intThe index to set the value at. |
value |
StringThe allowedServices to set. |
| Returns | |
|---|---|
| Type | Description |
ServicePerimeterConfig.VpcAccessibleServices.Builder |
This builder for chaining. |
setEnableRestriction(boolean value)
public ServicePerimeterConfig.VpcAccessibleServices.Builder setEnableRestriction(boolean value)Whether to restrict API calls within the Service Perimeter to the list of APIs specified in 'allowed_services'.
bool enable_restriction = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
booleanThe enableRestriction to set. |
| Returns | |
|---|---|
| Type | Description |
ServicePerimeterConfig.VpcAccessibleServices.Builder |
This builder for chaining. |