Uses of Interface
com.google.protobuf.Message
Packages that use Message
Package
Description
-
Uses of Message in com.google.protobuf
Classes in com.google.protobuf with type parameters of type MessageModifier and TypeClassDescriptionstatic classGeneratedMessage.GeneratedExtension<ContainingType extends Message,Type> Type used to represent generated extensions.Classes in com.google.protobuf that implement MessageModifier and TypeClassDescriptionclassA partial implementation of theMessageinterface which implements as many methods of that interface as possible in terms of other methods.final classProtobuf typegoogle.protobuf.Anyfinal classProtobuf typegoogle.protobuf.Apifinal classProtobuf typegoogle.protobuf.BoolValuefinal classProtobuf typegoogle.protobuf.BytesValuestatic final classProtobuf typegoogle.protobuf.DescriptorProtostatic final classProtobuf typegoogle.protobuf.DescriptorProto.ExtensionRangestatic final classProtobuf typegoogle.protobuf.DescriptorProto.ReservedRangestatic final classProtobuf typegoogle.protobuf.EnumDescriptorProtostatic final classProtobuf typegoogle.protobuf.EnumDescriptorProto.EnumReservedRangestatic final classProtobuf typegoogle.protobuf.EnumOptionsstatic final classProtobuf typegoogle.protobuf.EnumValueDescriptorProtostatic final classProtobuf typegoogle.protobuf.EnumValueOptionsstatic final classProtobuf typegoogle.protobuf.ExtensionRangeOptionsstatic final classProtobuf typegoogle.protobuf.FieldDescriptorProtostatic final classProtobuf typegoogle.protobuf.FieldOptionsstatic final classProtobuf typegoogle.protobuf.FileDescriptorProtostatic final classProtobuf typegoogle.protobuf.FileDescriptorSetstatic final classProtobuf typegoogle.protobuf.FileOptionsstatic final classProtobuf typegoogle.protobuf.GeneratedCodeInfostatic final classProtobuf typegoogle.protobuf.GeneratedCodeInfo.Annotationstatic final classProtobuf typegoogle.protobuf.MessageOptionsstatic final classProtobuf typegoogle.protobuf.MethodDescriptorProtostatic final classProtobuf typegoogle.protobuf.MethodOptionsstatic final classProtobuf typegoogle.protobuf.OneofDescriptorProtostatic final classProtobuf typegoogle.protobuf.OneofOptionsstatic final classProtobuf typegoogle.protobuf.ServiceDescriptorProtostatic final classProtobuf typegoogle.protobuf.ServiceOptionsstatic final classProtobuf typegoogle.protobuf.SourceCodeInfostatic final classProtobuf typegoogle.protobuf.SourceCodeInfo.Locationstatic final classProtobuf typegoogle.protobuf.UninterpretedOptionstatic final classProtobuf typegoogle.protobuf.UninterpretedOption.NamePartfinal classProtobuf typegoogle.protobuf.DoubleValuefinal classProtobuf typegoogle.protobuf.Durationfinal classAn implementation ofMessagethat can represent arbitrary types, given aDescriptors.Descriptor.final classProtobuf typegoogle.protobuf.Emptyfinal classProtobuf typegoogle.protobuf.Enumfinal classProtobuf typegoogle.protobuf.EnumValuefinal classProtobuf typegoogle.protobuf.Fieldfinal classProtobuf typegoogle.protobuf.FieldMaskfinal classProtobuf typegoogle.protobuf.FloatValueclassAll generated protocol message classes extend this class.static classGeneratedMessage.ExtendableMessage<MessageType extends GeneratedMessage.ExtendableMessage>Generated message classes for message types that contain extension ranges subclass this.classAll generated protocol message classes extend this class.static classGeneratedMessageV3.ExtendableMessage<MessageT extends GeneratedMessageV3.ExtendableMessage<MessageT>>Generated message classes for message types that contain extension ranges subclass this.final classProtobuf typegoogle.protobuf.Int32Valuefinal classProtobuf typegoogle.protobuf.Int64Valuefinal classProtobuf typegoogle.protobuf.ListValuefinal classMapEntry<K,V> Implements MapEntry messages.final classProtobuf typegoogle.protobuf.Methodfinal classProtobuf typegoogle.protobuf.Mixinfinal classProtobuf typegoogle.protobuf.Optionfinal classProtobuf typegoogle.protobuf.SourceContextfinal classProtobuf typegoogle.protobuf.StringValuefinal classProtobuf typegoogle.protobuf.Structfinal classProtobuf typegoogle.protobuf.Timestampfinal classProtobuf typegoogle.protobuf.Typefinal classProtobuf typegoogle.protobuf.UInt32Valuefinal classProtobuf typegoogle.protobuf.UInt64Valuefinal classProtobuf typegoogle.protobuf.ValueFields in com.google.protobuf declared as MessageModifier and TypeFieldDescriptionfinal MessageExtensionRegistry.ExtensionInfo.defaultInstanceA default instance of the extension's type, if it has a message type.Methods in com.google.protobuf with type parameters of type MessageModifier and TypeMethodDescriptionstatic <Type extends Message>
RpcCallback<Message>RpcUtil.generalizeCallback(RpcCallback<Type> originalCallback, Class<Type> originalClass, Type defaultInstance) Take anRpcCallbackaccepting a specific message type and convert it to anRpcCallback<Message>.<T extends Message>
booleanstatic <ContainingType extends Message,Type>
GeneratedMessage.GeneratedExtension<ContainingType,Type> GeneratedMessage.newFileScopedGeneratedExtension(Class singularType, Message defaultInstance) For use by generated code only.static <ContainingType extends Message,Type>
GeneratedMessage.GeneratedExtension<ContainingType,Type> GeneratedMessage.newFileScopedGeneratedExtension(Class singularType, Message defaultInstance, String descriptorOuterClass, String extensionName) Used in proto1 generated code only.static <ContainingType extends Message,Type>
GeneratedMessage.GeneratedExtension<ContainingType,Type> GeneratedMessage.newMessageScopedGeneratedExtension(Message scope, int descriptorIndex, Class singularType, Message defaultInstance) For use by generated code only.static <ContainingType extends Message,Type>
GeneratedMessage.GeneratedExtension<ContainingType,Type> GeneratedMessage.newMessageScopedGeneratedExtension(Message scope, String name, Class singularType, Message defaultInstance) Used in proto1 generated code only.Any.pack(T message) Packs a message using the given type URL prefix.static <T extends Message>
TTextFormat.parse(CharSequence input, ExtensionRegistry extensionRegistry, Class<T> protoClass) Parse a text-format message frominput.static <T extends Message>
TTextFormat.parse(CharSequence input, Class<T> protoClass) Parse a text-format message frominput.protected static <M extends Message>
MGeneratedMessage.parseDelimitedWithIOException(Parser<M> parser, InputStream input) protected static <M extends Message>
MGeneratedMessage.parseDelimitedWithIOException(Parser<M> parser, InputStream input, ExtensionRegistryLite extensions) protected static <M extends Message>
MGeneratedMessageV3.parseDelimitedWithIOException(Parser<M> parser, InputStream input) Used by generated code.protected static <M extends Message>
MGeneratedMessageV3.parseDelimitedWithIOException(Parser<M> parser, InputStream input, ExtensionRegistryLite extensions) Used by generated code.protected static <M extends Message>
MGeneratedMessage.parseWithIOException(Parser<M> parser, CodedInputStream input) protected static <M extends Message>
MGeneratedMessage.parseWithIOException(Parser<M> parser, CodedInputStream input, ExtensionRegistryLite extensions) protected static <M extends Message>
MGeneratedMessage.parseWithIOException(Parser<M> parser, InputStream input) protected static <M extends Message>
MGeneratedMessage.parseWithIOException(Parser<M> parser, InputStream input, ExtensionRegistryLite extensions) protected static <M extends Message>
MGeneratedMessageV3.parseWithIOException(Parser<M> parser, CodedInputStream input) Used by generated code.protected static <M extends Message>
MGeneratedMessageV3.parseWithIOException(Parser<M> parser, CodedInputStream input, ExtensionRegistryLite extensions) Used by generated code.protected static <M extends Message>
MGeneratedMessageV3.parseWithIOException(Parser<M> parser, InputStream input) Used by generated code.protected static <M extends Message>
MGeneratedMessageV3.parseWithIOException(Parser<M> parser, InputStream input, ExtensionRegistryLite extensions) Used by generated code.static <Type extends Message>
RpcCallback<Type>RpcUtil.specializeCallback(RpcCallback<Message> originalCallback) Take anRpcCallback<Message>and convert it to anRpcCallbackaccepting a specific message type.<T extends Message>
T<T extends Message>
TAny.unpackSameTypeAs(T message) Methods in com.google.protobuf that return MessageModifier and TypeMethodDescriptionMessage.Builder.build()Message.Builder.buildPartial()BlockingRpcChannel.callBlockingMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, Message responsePrototype) Call the given method of the remote service and blocks until it returns.BlockingService.callBlockingMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request) Equivalent toService.callMethod(com.google.protobuf.Descriptors.MethodDescriptor, com.google.protobuf.RpcController, com.google.protobuf.Message, com.google.protobuf.RpcCallback<com.google.protobuf.Message>), except thatcallBlockingMethod()returns the result of the RPC or throws aServiceExceptionif there is a failure, rather than passing the information to a callback.GeneratedMessage.ExtendableMessageOrBuilder.getDefaultInstanceForType()GeneratedMessageV3.ExtendableMessageOrBuilder.getDefaultInstanceForType()MessageOrBuilder.getDefaultInstanceForType()abstract MessageExtension.getMessageDefaultInstance()Returns the default instance of the extension field, if it's a message extension.GeneratedMessage.GeneratedExtension.getMessageDefaultInstance()If the extension is an embedded message or group, returns the default instance of the message.Descriptors.DescriptorValidationException.getProblemProto()Gets the protocol message representation of the invalid descriptor.BlockingService.getRequestPrototype(Descriptors.MethodDescriptor method) Service.getRequestPrototype(Descriptors.MethodDescriptor method) callMethod()requires that the request passed in is of a particular subclass ofMessage.BlockingService.getResponsePrototype(Descriptors.MethodDescriptor method) Service.getResponsePrototype(Descriptors.MethodDescriptor method) LikegetRequestPrototype(), but gets a prototype of the response message.abstract MessageDescriptors.GenericDescriptor.toProto()Methods in com.google.protobuf that return types with arguments of type MessageModifier and TypeMethodDescriptionstatic <Type extends Message>
RpcCallback<Message>RpcUtil.generalizeCallback(RpcCallback<Type> originalCallback, Class<Type> originalClass, Type defaultInstance) Take anRpcCallbackaccepting a specific message type and convert it to anRpcCallback<Message>.Message.getParserForType()Methods in com.google.protobuf with parameters of type MessageModifier and TypeMethodDescriptionvoidExtensionRegistry.add(Descriptors.FieldDescriptor type, Message defaultInstance) Add a message-type extension to the registry by descriptor.BlockingRpcChannel.callBlockingMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, Message responsePrototype) Call the given method of the remote service and blocks until it returns.BlockingService.callBlockingMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request) Equivalent toService.callMethod(com.google.protobuf.Descriptors.MethodDescriptor, com.google.protobuf.RpcController, com.google.protobuf.Message, com.google.protobuf.RpcCallback<com.google.protobuf.Message>), except thatcallBlockingMethod()returns the result of the RPC or throws aServiceExceptionif there is a failure, rather than passing the information to a callback.voidRpcChannel.callMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, Message responsePrototype, RpcCallback<Message> done) Call the given method of the remote service.voidService.callMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, RpcCallback<Message> done) Call a method of the service specified by MethodDescriptor.booleanAny.isSameTypeAs(Message message) Mergeotherinto the message being built.static DynamicMessage.BuilderDynamicMessage.newBuilder(Message prototype) Construct aMessage.Builderfor a message of the same type asprototype, and initialize it withprototype's contents.static <ContainingType extends Message,Type>
GeneratedMessage.GeneratedExtension<ContainingType,Type> GeneratedMessage.newFileScopedGeneratedExtension(Class singularType, Message defaultInstance) For use by generated code only.static <ContainingType extends Message,Type>
GeneratedMessage.GeneratedExtension<ContainingType,Type> GeneratedMessage.newFileScopedGeneratedExtension(Class singularType, Message defaultInstance, String descriptorOuterClass, String extensionName) Used in proto1 generated code only.static <ContainingType extends Message,Type>
GeneratedMessage.GeneratedExtension<ContainingType,Type> GeneratedMessage.newMessageScopedGeneratedExtension(Message scope, int descriptorIndex, Class singularType, Message defaultInstance) For use by generated code only.static <ContainingType extends Message,Type>
GeneratedMessage.GeneratedExtension<ContainingType,Type> GeneratedMessage.newMessageScopedGeneratedExtension(Message scope, String name, Class singularType, Message defaultInstance) Used in proto1 generated code only.protected static UninitializedMessageExceptionAbstractMessage.Builder.newUninitializedMessageException(Message message) Construct an UninitializedMessageException reporting missing fields in the given message.Method parameters in com.google.protobuf with type arguments of type MessageModifier and TypeMethodDescriptionvoidRpcChannel.callMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, Message responsePrototype, RpcCallback<Message> done) Call the given method of the remote service.voidService.callMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, RpcCallback<Message> done) Call a method of the service specified by MethodDescriptor.static <Type extends Message>
RpcCallback<Type>RpcUtil.specializeCallback(RpcCallback<Message> originalCallback) Take anRpcCallback<Message>and convert it to anRpcCallbackaccepting a specific message type. -
Uses of Message in com.google.protobuf.compiler
Classes in com.google.protobuf.compiler that implement MessageModifier and TypeClassDescriptionstatic final classProtobuf typegoogle.protobuf.compiler.CodeGeneratorRequeststatic final classProtobuf typegoogle.protobuf.compiler.CodeGeneratorResponsestatic final classProtobuf typegoogle.protobuf.compiler.CodeGeneratorResponse.Filestatic final classProtobuf typegoogle.protobuf.compiler.VersionMethods in com.google.protobuf.compiler with parameters of type MessageModifier and TypeMethodDescription -
Uses of Message in com.ocient.jdbc.proto
Classes in com.ocient.jdbc.proto that implement MessageModifier and TypeClassDescriptionstatic final classProtobuf typexg.cmdcomp.AttachToQuerystatic final classContains the minimal subset of info the client needs to perform any prerequisite authentication challenge(s).static final classProtobuf typexg.cmdcomp.CancelQuerystatic final classProtobuf typexg.cmdcomp.CancelQueryResponsestatic final classProtobuf typexg.cmdcomp.CheckDataRequeststatic final classProtobuf typexg.cmdcomp.CheckDataResponsestatic final classProtobuf typexg.cmdcomp.ClearCachestatic final classProtobuf typexg.cmdcomp.ClientConnectionstatic final classProtobuf typexg.cmdcomp.ClientConnection2static final classProtobuf typexg.cmdcomp.ClientConnection2Responsestatic final classProtobuf typexg.cmdcomp.ClientConnectionGCMstatic final classProtobuf typexg.cmdcomp.ClientConnectionGCM2static final classProtobuf typexg.cmdcomp.ClientConnectionGCM2Responsestatic final classProtobuf typexg.cmdcomp.ClientConnectionGCMResponsestatic final classProtobuf typexg.cmdcomp.ClientConnectionRefreshSessionstatic final classProtobuf typexg.cmdcomp.ClientConnectionRefreshSessionResponsestatic final classProtobuf typexg.cmdcomp.ClientConnectionRefreshTokenstatic final classProtobuf typexg.cmdcomp.ClientConnectionRefreshTokenResponsestatic final classProtobuf typexg.cmdcomp.ClientConnectionResponsestatic final classProtobuf typexg.cmdcomp.ClientConnectionSecurityTokenstatic final classProtobuf typexg.cmdcomp.ClientConnectionSecurityTokenResponsestatic final classProtobuf typexg.cmdcomp.ClientConnectionSSOstatic final classProtobuf typexg.cmdcomp.ClientConnectionSSO2static final classProtobuf typexg.cmdcomp.ClientConnectionSSO2Responsestatic final classProtobuf typexg.cmdcomp.ClientConnectionSSOResponsestatic final classProtobuf typexg.cmdcomp.CloseConnectionstatic final classProtobuf typexg.cmdcomp.CloseResultSetstatic final classProtobuf typexg.cmdcomp.CompletedQueriesResponsestatic final classMatches row output from the completed queries vTablestatic final classProtobuf typexg.cmdcomp.ConfirmationResponsestatic final classProtobuf typexg.cmdcomp.ExecuteExplainstatic final classSpark Deprecatedstatic final classProtobuf typexg.cmdcomp.ExecuteExportstatic final classProtobuf typexg.cmdcomp.ExecuteExportResponsestatic final classProtobuf typexg.cmdcomp.ExecuteInlinePlanstatic final classProtobuf typexg.cmdcomp.ExecutePlanstatic final classProtobuf typexg.cmdcomp.ExecuteQuerystatic final classProtobuf typexg.cmdcomp.ExecuteQueryResponsestatic final classProtobuf typexg.cmdcomp.ExecuteUpdatestatic final classProtobuf typexg.cmdcomp.ExecuteUpdateResponsestatic final classProtobuf typexg.cmdcomp.ExplainPipelineRequeststatic final classProtobuf typexg.cmdcomp.ExplainPipelineResponsestatic final classProtobuf typexg.cmdcomp.ExplainPlanstatic final classProtobuf typexg.cmdcomp.ExplainResponseStringPlanstatic final classProtobuf typexg.cmdcomp.FetchAuthenticatorsstatic final classProtobuf typexg.cmdcomp.FetchAuthenticatorsResponsestatic final classProtobuf typexg.cmdcomp.FetchDatastatic final classProtobuf typexg.cmdcomp.FetchDataResponsestatic final classProtobuf typexg.cmdcomp.FetchMetadatastatic final classProtobuf typexg.cmdcomp.FetchMetadataResponsestatic final classProtobuf typexg.cmdcomp.FetchSystemMetadatastatic final classProtobuf typexg.cmdcomp.FetchSystemMetadataResponsestatic final classDeprecated.static final classProtobuf typexg.cmdcomp.GetSchemastatic final classProtobuf typexg.cmdcomp.GetSchemaResponsestatic final classProtobuf typexg.cmdcomp.KillQuerystatic final classProtobuf typexg.cmdcomp.KillQueryResponsestatic final classProtobuf typexg.cmdcomp.ListPlanstatic final classProtobuf typexg.cmdcomp.ListPlanResponsestatic final classProtobuf typexg.cmdcomp.LocalQueriesstatic final classProtobuf typexg.cmdcomp.LocalQueriesResponsestatic final classProtobuf typexg.cmdcomp.OpenIDAuthenticatorstatic final classProtobuf typexg.cmdcomp.QueryConcurrencyResponsestatic final classThe request has a type and then the relevant optional field is filled.static final classProtobuf typexg.cmdcomp.ResultSetstatic final classProtobuf typexg.cmdcomp.SecondaryInterfaceListstatic final classFor Connectors v2, we should be using compact JWE's which provide integrity verifiction + encryptionstatic final classProtobuf typexg.cmdcomp.SessionInfostatic final classProtobuf typexg.cmdcomp.SetParameterstatic final classProtobuf typexg.cmdcomp.SetParameter.Concurrencystatic final classProtobuf typexg.cmdcomp.SetParameter.ForceExternalstatic final classProtobuf typexg.cmdcomp.SetParameter.MaxTempDiskLimitstatic final classProtobuf typexg.cmdcomp.SetParameter.MemoryTracingstatic final classProtobuf typexg.cmdcomp.SetParameter.Prioritystatic final classProtobuf typexg.cmdcomp.SetParameter.PriorityAdjustFactorstatic final classProtobuf typexg.cmdcomp.SetParameter.PriorityAdjustTimestatic final classProtobuf typexg.cmdcomp.SetParameter.ResultSetColumnLimitstatic final classProtobuf typexg.cmdcomp.SetParameter.RowLimitstatic final classProtobuf typexg.cmdcomp.SetParameter.ServiceClassNamestatic final classProtobuf typexg.cmdcomp.SetParameter.TimeLimitstatic final classProtobuf typexg.cmdcomp.SetSchemastatic final classProtobuf typexg.cmdcomp.SysQueriesRowstatic final classProtobuf typexg.cmdcomp.SystemWideCompletedQueriesstatic final classProtobuf typexg.cmdcomp.SystemWideQueriesstatic final classProtobuf typexg.cmdcomp.SystemWideQueriesResponsestatic final classProtobuf typexg.cmdcomp.TestConnectionMethods in com.ocient.jdbc.proto with parameters of type MessageModifier and TypeMethodDescription -
Uses of Message in xg
Modifier and TypeClassDescriptionstatic final classProtobuf typeEnumValidatorOptionsstatic final classProtobuf typeOneofValidatorOptionsstatic final classProtobuf typeValidatorOptionsModifier and TypeMethodDescription -
Uses of Message in xg.md
Modifier and TypeClassDescriptionstatic final classRepresents a protocol endpoint addressstatic final classan IPV4 addressstatic final classRepresents a protocol identitystatic final classA node with an anonymous identity should generally create a UUID.static final classThe nodes original security certificate fingerprint identity Note - this is not always necessarily the same as nodeInfo.signed_certificate_fingerprint as a nodes certificate can be renewed and changed However, this value is immutable and should come from the rolehostd.conf filestatic final classSimple hostname identityModifier and TypeMethodDescription -
Uses of Message in xg.protocol.messages
Classes in xg.protocol.messages that implement MessageModifier and TypeClassDescriptionstatic final classA generic 'ack' message returned for most priv messagesstatic final classMessage allowing a remote to request the enabling of a protocol over the channelstatic final classMessage allowing a remote to request the enabling of a protocol over the channelstatic final classA protocol private message internal to the scheme itselfstatic final classMessage allowing a remote to supply its identity as part of the protocol initiation processMethods in xg.protocol.messages with parameters of type MessageModifier and TypeMethodDescription