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.StateApiConfig.State. forNumber(int value)ApiConfig.StateApiConfig.Builder. getState()Output only.ApiConfig.StateApiConfig. getState()Output only.ApiConfig.StateApiConfigOrBuilder. getState()Output only.static ApiConfig.StateApiConfig.State. valueOf(int value)Deprecated.static ApiConfig.StateApiConfig.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ApiConfig.StateApiConfig.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.BuilderApiConfig.Builder. setState(ApiConfig.State value)Output only.
-