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.StatePrivateConnection.State. forNumber(int value)PrivateConnection.StatePrivateConnection.Builder. getState()Output only.PrivateConnection.StatePrivateConnection. getState()Output only.PrivateConnection.StatePrivateConnectionOrBuilder. getState()Output only.static PrivateConnection.StatePrivateConnection.State. valueOf(int value)Deprecated.static PrivateConnection.StatePrivateConnection.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static PrivateConnection.StatePrivateConnection.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.BuilderPrivateConnection.Builder. setState(PrivateConnection.State value)Output only.
-