Uses of Class
com.google.cloud.apigateway.v1.Gateway.State
-
Packages that use Gateway.State Package Description com.google.cloud.apigateway.v1 A client to API Gateway API -
-
Uses of Gateway.State in com.google.cloud.apigateway.v1
Methods in com.google.cloud.apigateway.v1 that return Gateway.State Modifier and Type Method Description static Gateway.State
Gateway.State. forNumber(int value)
Gateway.State
Gateway.Builder. getState()
Output only.Gateway.State
Gateway. getState()
Output only.Gateway.State
GatewayOrBuilder. getState()
Output only.static Gateway.State
Gateway.State. valueOf(int value)
Deprecated.static Gateway.State
Gateway.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Gateway.State
Gateway.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Gateway.State[]
Gateway.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.apigateway.v1 that return types with arguments of type Gateway.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Gateway.State>
Gateway.State. internalGetValueMap()
Methods in com.google.cloud.apigateway.v1 with parameters of type Gateway.State Modifier and Type Method Description Gateway.Builder
Gateway.Builder. setState(Gateway.State value)
Output only.
-