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