public enum NetworkArchitecture extends Enum<NetworkArchitecture> implements com.google.protobuf.ProtocolMessageEnum
google.cloud.clouddms.v1.NetworkArchitecture| Enum Constant and Description |
|---|
NETWORK_ARCHITECTURE_NEW_CSQL_PRODUCER
Instance is in Cloud SQL's new producer network architecture.
|
NETWORK_ARCHITECTURE_OLD_CSQL_PRODUCER
Instance is in Cloud SQL's old producer network architecture.
|
NETWORK_ARCHITECTURE_UNSPECIFIED
NETWORK_ARCHITECTURE_UNSPECIFIED = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
NETWORK_ARCHITECTURE_NEW_CSQL_PRODUCER_VALUE
Instance is in Cloud SQL's new producer network architecture.
|
static int |
NETWORK_ARCHITECTURE_OLD_CSQL_PRODUCER_VALUE
Instance is in Cloud SQL's old producer network architecture.
|
static int |
NETWORK_ARCHITECTURE_UNSPECIFIED_VALUE
NETWORK_ARCHITECTURE_UNSPECIFIED = 0; |
| Modifier and Type | Method and Description |
|---|---|
static NetworkArchitecture |
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<NetworkArchitecture> |
internalGetValueMap() |
static NetworkArchitecture |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NetworkArchitecture |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NetworkArchitecture |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkArchitecture[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetworkArchitecture NETWORK_ARCHITECTURE_UNSPECIFIED
NETWORK_ARCHITECTURE_UNSPECIFIED = 0;public static final NetworkArchitecture NETWORK_ARCHITECTURE_OLD_CSQL_PRODUCER
Instance is in Cloud SQL's old producer network architecture.
NETWORK_ARCHITECTURE_OLD_CSQL_PRODUCER = 1;public static final NetworkArchitecture NETWORK_ARCHITECTURE_NEW_CSQL_PRODUCER
Instance is in Cloud SQL's new producer network architecture.
NETWORK_ARCHITECTURE_NEW_CSQL_PRODUCER = 2;public static final NetworkArchitecture UNRECOGNIZED
public static final int NETWORK_ARCHITECTURE_UNSPECIFIED_VALUE
NETWORK_ARCHITECTURE_UNSPECIFIED = 0;public static final int NETWORK_ARCHITECTURE_OLD_CSQL_PRODUCER_VALUE
Instance is in Cloud SQL's old producer network architecture.
NETWORK_ARCHITECTURE_OLD_CSQL_PRODUCER = 1;public static final int NETWORK_ARCHITECTURE_NEW_CSQL_PRODUCER_VALUE
Instance is in Cloud SQL's new producer network architecture.
NETWORK_ARCHITECTURE_NEW_CSQL_PRODUCER = 2;public static NetworkArchitecture[] values()
for (NetworkArchitecture c : NetworkArchitecture.values()) System.out.println(c);
public static NetworkArchitecture 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 NetworkArchitecture valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static NetworkArchitecture forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<NetworkArchitecture> 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 NetworkArchitecture valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.