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