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