Uses of Class
com.google.pubsub.v1.Schema.Type
-
Packages that use Schema.Type Package Description com.google.pubsub.v1 -
-
Uses of Schema.Type in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return Schema.Type Modifier and Type Method Description static Schema.Type
Schema.Type. forNumber(int value)
Schema.Type
Schema.Builder. getType()
The type of the schema definition.Schema.Type
Schema. getType()
The type of the schema definition.Schema.Type
SchemaOrBuilder. getType()
The type of the schema definition.static Schema.Type
Schema.Type. valueOf(int value)
Deprecated.static Schema.Type
Schema.Type. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Schema.Type
Schema.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static Schema.Type[]
Schema.Type. 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 Schema.Type Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Schema.Type>
Schema.Type. internalGetValueMap()
Methods in com.google.pubsub.v1 with parameters of type Schema.Type Modifier and Type Method Description Schema.Builder
Schema.Builder. setType(Schema.Type value)
The type of the schema definition.
-