Uses of Class
com.google.cloud.compute.v1.HTTPHealthCheck.PortSpecification
-
Packages that use HTTPHealthCheck.PortSpecification Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of HTTPHealthCheck.PortSpecification in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return HTTPHealthCheck.PortSpecification Modifier and Type Method Description static HTTPHealthCheck.PortSpecification
HTTPHealthCheck.PortSpecification. forNumber(int value)
static HTTPHealthCheck.PortSpecification
HTTPHealthCheck.PortSpecification. valueOf(int value)
Deprecated.static HTTPHealthCheck.PortSpecification
HTTPHealthCheck.PortSpecification. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static HTTPHealthCheck.PortSpecification
HTTPHealthCheck.PortSpecification. valueOf(String name)
Returns the enum constant of this type with the specified name.static HTTPHealthCheck.PortSpecification[]
HTTPHealthCheck.PortSpecification. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.compute.v1 that return types with arguments of type HTTPHealthCheck.PortSpecification Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<HTTPHealthCheck.PortSpecification>
HTTPHealthCheck.PortSpecification. internalGetValueMap()
-