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