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