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