public static interface RemoteMessageProto.Message.Request.ViewerRequest.InitializeOrBuilder
extends com.google.gwt.dev.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getClientId()
optional string clientId = 1; |
com.google.gwt.dev.protobuf.ByteString |
getClientIdBytes()
optional string clientId = 1; |
String |
getStartupURLs(int index)
repeated string startupURLs = 2; |
com.google.gwt.dev.protobuf.ByteString |
getStartupURLsBytes(int index)
repeated string startupURLs = 2; |
int |
getStartupURLsCount()
repeated string startupURLs = 2; |
List<String> |
getStartupURLsList()
repeated string startupURLs = 2; |
boolean |
hasClientId()
optional string clientId = 1; |
boolean hasClientId()
optional string clientId = 1;
String getClientId()
optional string clientId = 1;
com.google.gwt.dev.protobuf.ByteString getClientIdBytes()
optional string clientId = 1;
int getStartupURLsCount()
repeated string startupURLs = 2;
String getStartupURLs(int index)
repeated string startupURLs = 2;
com.google.gwt.dev.protobuf.ByteString getStartupURLsBytes(int index)
repeated string startupURLs = 2;
Copyright © 2018. All rights reserved.