Uses of Enum
com.google.pubsub.v1.Schema.Type
-
Uses of Schema.Type in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return Schema.TypeModifier and TypeMethodDescriptionstatic Schema.TypeSchema.Type.forNumber(int value) Schema.Builder.getType()The type of the schema definition.Schema.getType()The type of the schema definition.SchemaOrBuilder.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.TypeReturns 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.TypeModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Schema.Type>Schema.Type.internalGetValueMap()Methods in com.google.pubsub.v1 with parameters of type Schema.TypeModifier and TypeMethodDescriptionSchema.Builder.setType(Schema.Type value) The type of the schema definition.