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