Enum DeliverInfo.Target
- java.lang.Object
-
- java.lang.Enum<DeliverInfo.Target>
-
- com.google.cloud.networkmanagement.v1beta1.DeliverInfo.Target
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<DeliverInfo.Target>
- Enclosing class:
- DeliverInfo
public static enum DeliverInfo.Target extends Enum<DeliverInfo.Target> implements com.google.protobuf.ProtocolMessageEnum
Deliver target types:
Protobuf enumgoogle.cloud.networkmanagement.v1beta1.DeliverInfo.Target
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CLOUD_SQL_INSTANCE
Target is a Cloud SQL instance.GKE_MASTER
Target is a Google Kubernetes Engine cluster master.GOOGLE_API
Target is a Google API.INSTANCE
Target is a Compute Engine instance.INTERNET
Target is the internet.PSC_GOOGLE_API
Target is all Google APIs that use [Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-apis).PSC_PUBLISHED_SERVICE
Target is a published service that uses [Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-services).PSC_VPC_SC
Target is a VPC-SC that uses [Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-apis).SERVERLESS_NEG
Target is a serverless network endpoint group.TARGET_UNSPECIFIED
Target not specified.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
CLOUD_SQL_INSTANCE_VALUE
Target is a Cloud SQL instance.static int
GKE_MASTER_VALUE
Target is a Google Kubernetes Engine cluster master.static int
GOOGLE_API_VALUE
Target is a Google API.static int
INSTANCE_VALUE
Target is a Compute Engine instance.static int
INTERNET_VALUE
Target is the internet.static int
PSC_GOOGLE_API_VALUE
Target is all Google APIs that use [Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-apis).static int
PSC_PUBLISHED_SERVICE_VALUE
Target is a published service that uses [Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-services).static int
PSC_VPC_SC_VALUE
Target is a VPC-SC that uses [Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-apis).static int
SERVERLESS_NEG_VALUE
Target is a serverless network endpoint group.static int
TARGET_UNSPECIFIED_VALUE
Target not specified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static DeliverInfo.Target
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<DeliverInfo.Target>
internalGetValueMap()
static DeliverInfo.Target
valueOf(int value)
Deprecated.static DeliverInfo.Target
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static DeliverInfo.Target
valueOf(String name)
Returns the enum constant of this type with the specified name.static DeliverInfo.Target[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
TARGET_UNSPECIFIED
public static final DeliverInfo.Target TARGET_UNSPECIFIED
Target not specified.
TARGET_UNSPECIFIED = 0;
-
INSTANCE
public static final DeliverInfo.Target INSTANCE
Target is a Compute Engine instance.
INSTANCE = 1;
-
INTERNET
public static final DeliverInfo.Target INTERNET
Target is the internet.
INTERNET = 2;
-
GOOGLE_API
public static final DeliverInfo.Target GOOGLE_API
Target is a Google API.
GOOGLE_API = 3;
-
GKE_MASTER
public static final DeliverInfo.Target GKE_MASTER
Target is a Google Kubernetes Engine cluster master.
GKE_MASTER = 4;
-
CLOUD_SQL_INSTANCE
public static final DeliverInfo.Target CLOUD_SQL_INSTANCE
Target is a Cloud SQL instance.
CLOUD_SQL_INSTANCE = 5;
-
PSC_PUBLISHED_SERVICE
public static final DeliverInfo.Target PSC_PUBLISHED_SERVICE
Target is a published service that uses [Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-services).
PSC_PUBLISHED_SERVICE = 6;
-
PSC_GOOGLE_API
public static final DeliverInfo.Target PSC_GOOGLE_API
Target is all Google APIs that use [Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-apis).
PSC_GOOGLE_API = 7;
-
PSC_VPC_SC
public static final DeliverInfo.Target PSC_VPC_SC
Target is a VPC-SC that uses [Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-apis).
PSC_VPC_SC = 8;
-
SERVERLESS_NEG
public static final DeliverInfo.Target SERVERLESS_NEG
Target is a serverless network endpoint group.
SERVERLESS_NEG = 9;
-
UNRECOGNIZED
public static final DeliverInfo.Target UNRECOGNIZED
-
-
Field Detail
-
TARGET_UNSPECIFIED_VALUE
public static final int TARGET_UNSPECIFIED_VALUE
Target not specified.
TARGET_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
INSTANCE_VALUE
public static final int INSTANCE_VALUE
Target is a Compute Engine instance.
INSTANCE = 1;
- See Also:
- Constant Field Values
-
INTERNET_VALUE
public static final int INTERNET_VALUE
Target is the internet.
INTERNET = 2;
- See Also:
- Constant Field Values
-
GOOGLE_API_VALUE
public static final int GOOGLE_API_VALUE
Target is a Google API.
GOOGLE_API = 3;
- See Also:
- Constant Field Values
-
GKE_MASTER_VALUE
public static final int GKE_MASTER_VALUE
Target is a Google Kubernetes Engine cluster master.
GKE_MASTER = 4;
- See Also:
- Constant Field Values
-
CLOUD_SQL_INSTANCE_VALUE
public static final int CLOUD_SQL_INSTANCE_VALUE
Target is a Cloud SQL instance.
CLOUD_SQL_INSTANCE = 5;
- See Also:
- Constant Field Values
-
PSC_PUBLISHED_SERVICE_VALUE
public static final int PSC_PUBLISHED_SERVICE_VALUE
Target is a published service that uses [Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-services).
PSC_PUBLISHED_SERVICE = 6;
- See Also:
- Constant Field Values
-
PSC_GOOGLE_API_VALUE
public static final int PSC_GOOGLE_API_VALUE
Target is all Google APIs that use [Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-apis).
PSC_GOOGLE_API = 7;
- See Also:
- Constant Field Values
-
PSC_VPC_SC_VALUE
public static final int PSC_VPC_SC_VALUE
Target is a VPC-SC that uses [Private Service Connect](https://cloud.google.com/vpc/docs/configure-private-service-connect-apis).
PSC_VPC_SC = 8;
- See Also:
- Constant Field Values
-
SERVERLESS_NEG_VALUE
public static final int SERVERLESS_NEG_VALUE
Target is a serverless network endpoint group.
SERVERLESS_NEG = 9;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static DeliverInfo.Target[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (DeliverInfo.Target c : DeliverInfo.Target.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static DeliverInfo.Target valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static DeliverInfo.Target valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
public static DeliverInfo.Target forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<DeliverInfo.Target> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static DeliverInfo.Target valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
-