public enum EndpointControlPolicy.EnforcementScope extends Enum<EndpointControlPolicy.EnforcementScope> implements ProtocolMessageEnumDefines the scope in which this policy's allowed_origins list is enforced.
Protobuf enum google.cloud.ces.v1beta.EndpointControlPolicy.EnforcementScope
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ALWAYS |
This policy ALWAYS applies, regardless of VPC-SC status. |
ALWAYS_VALUE |
This policy ALWAYS applies, regardless of VPC-SC status. |
ENFORCEMENT_SCOPE_UNSPECIFIED |
Unspecified. This policy will be treated as VPCSC_ONLY. |
ENFORCEMENT_SCOPE_UNSPECIFIED_VALUE |
Unspecified. This policy will be treated as VPCSC_ONLY. |
UNRECOGNIZED |
|
VPCSC_ONLY |
This policy applies only when VPC-SC is active. |
VPCSC_ONLY_VALUE |
This policy applies only when VPC-SC is active. |
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|