Uses of Enum
com.google.pubsub.v1.Encoding
-
Uses of Encoding in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return EncodingModifier and TypeMethodDescriptionstatic EncodingEncoding.forNumber(int value) SchemaSettings.Builder.getEncoding()The encoding of messages validated against `schema`.SchemaSettings.getEncoding()The encoding of messages validated against `schema`.SchemaSettingsOrBuilder.getEncoding()The encoding of messages validated against `schema`.ValidateMessageRequest.Builder.getEncoding()The encoding expected for messagesValidateMessageRequest.getEncoding()The encoding expected for messagesValidateMessageRequestOrBuilder.getEncoding()The encoding expected for messagesstatic EncodingEncoding.valueOf(int value) Deprecated.static EncodingEncoding.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static EncodingReturns the enum constant of this type with the specified name.static Encoding[]Encoding.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 EncodingModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Encoding>Encoding.internalGetValueMap()Methods in com.google.pubsub.v1 with parameters of type EncodingModifier and TypeMethodDescriptionSchemaSettings.Builder.setEncoding(Encoding value) The encoding of messages validated against `schema`.ValidateMessageRequest.Builder.setEncoding(Encoding value) The encoding expected for messages