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.TypeSchema.Type. forNumber(int value)Schema.TypeSchema.Builder. getType()The type of the schema definition.Schema.TypeSchema. getType()The type of the schema definition.Schema.TypeSchemaOrBuilder. getType()The type of the schema definition.static Schema.TypeSchema.Type. valueOf(int value)Deprecated.static Schema.TypeSchema.Type. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static Schema.TypeSchema.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.BuilderSchema.Builder. setType(Schema.Type value)The type of the schema definition.
-