Uses of Interface
com.google.protobuf.gwt.shared.Message

Packages that use Message
com.google.protobuf.gwt.server   
com.google.protobuf.gwt.shared   
com.inmobi.conduit.visualization.shared   
 

Uses of Message in com.google.protobuf.gwt.server
 

Methods in com.google.protobuf.gwt.server with parameters of type Message
static VerboseGsonJsonStream VerboseGsonJsonStream.createStreamFromMessage(Message message)
           
static CompactGsonJsonStream CompactGsonJsonStream.createStreamFromMessage(Message message)
           
 

Uses of Message in com.google.protobuf.gwt.shared
 

Classes in com.google.protobuf.gwt.shared that implement Message
 class AbstractMessage
          A partial implementation of the Message interface which implements as many methods of that interface as possible in terms of other methods.
 class GeneratedMessage
          Gwt version of GeneratedMessage.
 

Methods in com.google.protobuf.gwt.shared that return Message
 Message Message.Builder.build()
          Construct the final message.
 Message Message.Builder.buildPartial()
          Like Message.Builder.build(), but does not throw an exception if the message is missing required fields.
 Message Message.getDefaultInstanceForType()
          Get an instance of the type with all fields set to their default values.
 Message Message.Builder.getDefaultInstanceForType()
          Get the message's type's default instance.
 

Methods in com.google.protobuf.gwt.shared with parameters of type Message
 JsonStream JsonStreamFactory.createNewStreamFromMessage(Message message)
           
 JsonStream JsonStreamFactory.createNewStreamFromMessage(Message message, JsonStreamFactory.ImplementationType implementationType)
           
 Message.Builder Message.Builder.mergeFrom(Message other)
          Merge other into the message being built.
protected static UninitializedMessageException AbstractMessage.Builder.newUninitializedMessageException(Message message)
          Construct an UninitializedMessageException reporting missing fields in the given message.
 String JsonStreamFactory.serializeMessage(Message message)
           
 String JsonStreamFactory.serializeMessage(Message message, JsonStreamFactory.ImplementationType implementationType)
           
 String JsonStreamFactory.serializeMessage(Message message, JsonStreamFactory.ImplementationType implementationType, boolean prettyPrint)
           
 void JsonStream.writeMessage(int fieldNumber, String fieldName, Message message)
           
 void AbstractJsonStream.writeMessage(int fieldNumber, String fieldName, Message message)
           
 

Method parameters in com.google.protobuf.gwt.shared with type arguments of type Message
 void JsonStream.writeMessageRepeated(int fieldNumber, String fieldName, List<? extends Message> messageList)
           
 void AbstractJsonStream.writeMessageRepeated(int fieldNumber, String fieldName, List<? extends Message> messageList)
           
 

Constructors in com.google.protobuf.gwt.shared with parameters of type Message
UninitializedMessageException(Message message)
           
 

Uses of Message in com.inmobi.conduit.visualization.shared
 

Classes in com.inmobi.conduit.visualization.shared that implement Message
static class RequestResponse.ClientConfiguration
           
static class RequestResponse.GraphDataRequest
           
static class RequestResponse.LoadMainPanelResponse
           
static class RequestResponse.Request
           
static class RequestResponse.Response
           
static class RequestResponse.TierLatencyObj
           
static class RequestResponse.TierLatencyResponse
           
static class RequestResponse.TimeLineGraphResponse
           
static class RequestResponse.TopologyDataResponse
           
 

Methods in com.inmobi.conduit.visualization.shared with parameters of type Message
 RequestResponse.Request.Builder RequestResponse.Request.Builder.mergeFrom(Message other)
           
 RequestResponse.GraphDataRequest.Builder RequestResponse.GraphDataRequest.Builder.mergeFrom(Message other)
           
 RequestResponse.Response.Builder RequestResponse.Response.Builder.mergeFrom(Message other)
           
 RequestResponse.TimeLineGraphResponse.Builder RequestResponse.TimeLineGraphResponse.Builder.mergeFrom(Message other)
           
 RequestResponse.TopologyDataResponse.Builder RequestResponse.TopologyDataResponse.Builder.mergeFrom(Message other)
           
 RequestResponse.TierLatencyResponse.Builder RequestResponse.TierLatencyResponse.Builder.mergeFrom(Message other)
           
 RequestResponse.TierLatencyObj.Builder RequestResponse.TierLatencyObj.Builder.mergeFrom(Message other)
           
 RequestResponse.LoadMainPanelResponse.Builder RequestResponse.LoadMainPanelResponse.Builder.mergeFrom(Message other)
           
 RequestResponse.ClientConfiguration.Builder RequestResponse.ClientConfiguration.Builder.mergeFrom(Message other)
           
 



Copyright © 2014 InMobi. All rights reserved.