Uses of Class
com.google.container.v1beta1.Location.LocationType
-
Packages that use Location.LocationType Package Description com.google.container.v1beta1 -
-
Uses of Location.LocationType in com.google.container.v1beta1
Methods in com.google.container.v1beta1 that return Location.LocationType Modifier and Type Method Description static Location.LocationType
Location.LocationType. forNumber(int value)
Location.LocationType
Location.Builder. getType()
Contains the type of location this Location is for.Location.LocationType
Location. getType()
Contains the type of location this Location is for.Location.LocationType
LocationOrBuilder. getType()
Contains the type of location this Location is for.static Location.LocationType
Location.LocationType. valueOf(int value)
Deprecated.static Location.LocationType
Location.LocationType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Location.LocationType
Location.LocationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Location.LocationType[]
Location.LocationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.container.v1beta1 that return types with arguments of type Location.LocationType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Location.LocationType>
Location.LocationType. internalGetValueMap()
Methods in com.google.container.v1beta1 with parameters of type Location.LocationType Modifier and Type Method Description Location.Builder
Location.Builder. setType(Location.LocationType value)
Contains the type of location this Location is for.
-