Uses of Class
com.google.cloud.apigateway.v1.ApiConfig.State
-
Packages that use ApiConfig.State Package Description com.google.cloud.apigateway.v1 A client to API Gateway API -
-
Uses of ApiConfig.State in com.google.cloud.apigateway.v1
Methods in com.google.cloud.apigateway.v1 that return ApiConfig.State Modifier and Type Method Description static ApiConfig.State
ApiConfig.State. forNumber(int value)
ApiConfig.State
ApiConfig.Builder. getState()
Output only.ApiConfig.State
ApiConfig. getState()
Output only.ApiConfig.State
ApiConfigOrBuilder. getState()
Output only.static ApiConfig.State
ApiConfig.State. valueOf(int value)
Deprecated.static ApiConfig.State
ApiConfig.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ApiConfig.State
ApiConfig.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static ApiConfig.State[]
ApiConfig.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 ApiConfig.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<ApiConfig.State>
ApiConfig.State. internalGetValueMap()
Methods in com.google.cloud.apigateway.v1 with parameters of type ApiConfig.State Modifier and Type Method Description ApiConfig.Builder
ApiConfig.Builder. setState(ApiConfig.State value)
Output only.
-