public static enum NetworkProfileNetworkFeatures.AllowPrivateGoogleAccess extends Enum<NetworkProfileNetworkFeatures.AllowPrivateGoogleAccess> implements com.google.protobuf.ProtocolMessageEnum
Specifies whether private Google access is allowed.Protobuf enum
google.cloud.compute.v1.NetworkProfileNetworkFeatures.AllowPrivateGoogleAccess| Enum Constant and Description |
|---|
PRIVATE_GOOGLE_ACCESS_ALLOWED
PRIVATE_GOOGLE_ACCESS_ALLOWED = 220787351; |
PRIVATE_GOOGLE_ACCESS_BLOCKED
PRIVATE_GOOGLE_ACCESS_BLOCKED = 36950747; |
UNDEFINED_ALLOW_PRIVATE_GOOGLE_ACCESS
A value indicating that the enum field is not set.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
PRIVATE_GOOGLE_ACCESS_ALLOWED_VALUE
PRIVATE_GOOGLE_ACCESS_ALLOWED = 220787351; |
static int |
PRIVATE_GOOGLE_ACCESS_BLOCKED_VALUE
PRIVATE_GOOGLE_ACCESS_BLOCKED = 36950747; |
static int |
UNDEFINED_ALLOW_PRIVATE_GOOGLE_ACCESS_VALUE
A value indicating that the enum field is not set.
|
| Modifier and Type | Method and Description |
|---|---|
static NetworkProfileNetworkFeatures.AllowPrivateGoogleAccess |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<NetworkProfileNetworkFeatures.AllowPrivateGoogleAccess> |
internalGetValueMap() |
static NetworkProfileNetworkFeatures.AllowPrivateGoogleAccess |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NetworkProfileNetworkFeatures.AllowPrivateGoogleAccess |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NetworkProfileNetworkFeatures.AllowPrivateGoogleAccess |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkProfileNetworkFeatures.AllowPrivateGoogleAccess[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetworkProfileNetworkFeatures.AllowPrivateGoogleAccess UNDEFINED_ALLOW_PRIVATE_GOOGLE_ACCESS
A value indicating that the enum field is not set.
UNDEFINED_ALLOW_PRIVATE_GOOGLE_ACCESS = 0;public static final NetworkProfileNetworkFeatures.AllowPrivateGoogleAccess PRIVATE_GOOGLE_ACCESS_ALLOWED
PRIVATE_GOOGLE_ACCESS_ALLOWED = 220787351;public static final NetworkProfileNetworkFeatures.AllowPrivateGoogleAccess PRIVATE_GOOGLE_ACCESS_BLOCKED
PRIVATE_GOOGLE_ACCESS_BLOCKED = 36950747;public static final NetworkProfileNetworkFeatures.AllowPrivateGoogleAccess UNRECOGNIZED
public static final int UNDEFINED_ALLOW_PRIVATE_GOOGLE_ACCESS_VALUE
A value indicating that the enum field is not set.
UNDEFINED_ALLOW_PRIVATE_GOOGLE_ACCESS = 0;public static final int PRIVATE_GOOGLE_ACCESS_ALLOWED_VALUE
PRIVATE_GOOGLE_ACCESS_ALLOWED = 220787351;public static final int PRIVATE_GOOGLE_ACCESS_BLOCKED_VALUE
PRIVATE_GOOGLE_ACCESS_BLOCKED = 36950747;public static NetworkProfileNetworkFeatures.AllowPrivateGoogleAccess[] values()
for (NetworkProfileNetworkFeatures.AllowPrivateGoogleAccess c : NetworkProfileNetworkFeatures.AllowPrivateGoogleAccess.values()) System.out.println(c);
public static NetworkProfileNetworkFeatures.AllowPrivateGoogleAccess valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static NetworkProfileNetworkFeatures.AllowPrivateGoogleAccess valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static NetworkProfileNetworkFeatures.AllowPrivateGoogleAccess forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<NetworkProfileNetworkFeatures.AllowPrivateGoogleAccess> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static NetworkProfileNetworkFeatures.AllowPrivateGoogleAccess valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.