public static final class Messages.PubsubCommand.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Messages.PubsubCommand.Builder> implements Messages.PubsubCommandOrBuilder
com.avos.avoscloud.PubsubCommand
限定符和类型 | 方法和说明 |
---|---|
Messages.PubsubCommand.Builder |
addAllCids(java.lang.Iterable<java.lang.String> values)
repeated string cids = 2; |
Messages.PubsubCommand.Builder |
addAllSubtopics(java.lang.Iterable<java.lang.String> values)
repeated string subtopics = 6; |
Messages.PubsubCommand.Builder |
addAllTopics(java.lang.Iterable<java.lang.String> values)
repeated string topics = 5; |
Messages.PubsubCommand.Builder |
addCids(java.lang.String value)
repeated string cids = 2; |
Messages.PubsubCommand.Builder |
addCidsBytes(com.google.protobuf.ByteString value)
repeated string cids = 2; |
Messages.PubsubCommand.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Messages.PubsubCommand.Builder |
addSubtopics(java.lang.String value)
repeated string subtopics = 6; |
Messages.PubsubCommand.Builder |
addSubtopicsBytes(com.google.protobuf.ByteString value)
repeated string subtopics = 6; |
Messages.PubsubCommand.Builder |
addTopics(java.lang.String value)
repeated string topics = 5; |
Messages.PubsubCommand.Builder |
addTopicsBytes(com.google.protobuf.ByteString value)
repeated string topics = 5; |
Messages.PubsubCommand |
build() |
Messages.PubsubCommand |
buildPartial() |
Messages.PubsubCommand.Builder |
clear() |
Messages.PubsubCommand.Builder |
clearCid()
optional string cid = 1; |
Messages.PubsubCommand.Builder |
clearCids()
repeated string cids = 2; |
Messages.PubsubCommand.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Messages.PubsubCommand.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Messages.PubsubCommand.Builder |
clearResults()
optional .com.avos.avoscloud.JsonObjectMessage results = 7; |
Messages.PubsubCommand.Builder |
clearSubtopic()
optional string subtopic = 4; |
Messages.PubsubCommand.Builder |
clearSubtopics()
repeated string subtopics = 6; |
Messages.PubsubCommand.Builder |
clearTopic()
optional string topic = 3; |
Messages.PubsubCommand.Builder |
clearTopics()
repeated string topics = 5; |
Messages.PubsubCommand.Builder |
clone() |
java.lang.String |
getCid()
optional string cid = 1; |
com.google.protobuf.ByteString |
getCidBytes()
optional string cid = 1; |
java.lang.String |
getCids(int index)
repeated string cids = 2; |
com.google.protobuf.ByteString |
getCidsBytes(int index)
repeated string cids = 2; |
int |
getCidsCount()
repeated string cids = 2; |
com.google.protobuf.ProtocolStringList |
getCidsList()
repeated string cids = 2; |
Messages.PubsubCommand |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
Messages.JsonObjectMessage |
getResults()
optional .com.avos.avoscloud.JsonObjectMessage results = 7; |
Messages.JsonObjectMessage.Builder |
getResultsBuilder()
optional .com.avos.avoscloud.JsonObjectMessage results = 7; |
Messages.JsonObjectMessageOrBuilder |
getResultsOrBuilder()
optional .com.avos.avoscloud.JsonObjectMessage results = 7; |
java.lang.String |
getSubtopic()
optional string subtopic = 4; |
com.google.protobuf.ByteString |
getSubtopicBytes()
optional string subtopic = 4; |
java.lang.String |
getSubtopics(int index)
repeated string subtopics = 6; |
com.google.protobuf.ByteString |
getSubtopicsBytes(int index)
repeated string subtopics = 6; |
int |
getSubtopicsCount()
repeated string subtopics = 6; |
com.google.protobuf.ProtocolStringList |
getSubtopicsList()
repeated string subtopics = 6; |
java.lang.String |
getTopic()
optional string topic = 3; |
com.google.protobuf.ByteString |
getTopicBytes()
optional string topic = 3; |
java.lang.String |
getTopics(int index)
repeated string topics = 5; |
com.google.protobuf.ByteString |
getTopicsBytes(int index)
repeated string topics = 5; |
int |
getTopicsCount()
repeated string topics = 5; |
com.google.protobuf.ProtocolStringList |
getTopicsList()
repeated string topics = 5; |
boolean |
hasCid()
optional string cid = 1; |
boolean |
hasResults()
optional .com.avos.avoscloud.JsonObjectMessage results = 7; |
boolean |
hasSubtopic()
optional string subtopic = 4; |
boolean |
hasTopic()
optional string topic = 3; |
boolean |
isInitialized() |
Messages.PubsubCommand.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Messages.PubsubCommand.Builder |
mergeFrom(com.google.protobuf.Message other) |
Messages.PubsubCommand.Builder |
mergeFrom(Messages.PubsubCommand other) |
Messages.PubsubCommand.Builder |
mergeResults(Messages.JsonObjectMessage value)
optional .com.avos.avoscloud.JsonObjectMessage results = 7; |
Messages.PubsubCommand.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Messages.PubsubCommand.Builder |
setCid(java.lang.String value)
optional string cid = 1; |
Messages.PubsubCommand.Builder |
setCidBytes(com.google.protobuf.ByteString value)
optional string cid = 1; |
Messages.PubsubCommand.Builder |
setCids(int index,
java.lang.String value)
repeated string cids = 2; |
Messages.PubsubCommand.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Messages.PubsubCommand.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Messages.PubsubCommand.Builder |
setResults(Messages.JsonObjectMessage.Builder builderForValue)
optional .com.avos.avoscloud.JsonObjectMessage results = 7; |
Messages.PubsubCommand.Builder |
setResults(Messages.JsonObjectMessage value)
optional .com.avos.avoscloud.JsonObjectMessage results = 7; |
Messages.PubsubCommand.Builder |
setSubtopic(java.lang.String value)
optional string subtopic = 4; |
Messages.PubsubCommand.Builder |
setSubtopicBytes(com.google.protobuf.ByteString value)
optional string subtopic = 4; |
Messages.PubsubCommand.Builder |
setSubtopics(int index,
java.lang.String value)
repeated string subtopics = 6; |
Messages.PubsubCommand.Builder |
setTopic(java.lang.String value)
optional string topic = 3; |
Messages.PubsubCommand.Builder |
setTopicBytes(com.google.protobuf.ByteString value)
optional string topic = 3; |
Messages.PubsubCommand.Builder |
setTopics(int index,
java.lang.String value)
repeated string topics = 5; |
Messages.PubsubCommand.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, newBuilderForField
findInitializationErrors, getInitializationErrorString, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, toString
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public Messages.PubsubCommand.Builder clear()
clear
在接口中 com.google.protobuf.Message.Builder
clear
在接口中 com.google.protobuf.MessageLite.Builder
clear
在类中 com.google.protobuf.GeneratedMessageV3.Builder<Messages.PubsubCommand.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
在接口中 com.google.protobuf.Message.Builder
getDescriptorForType
在接口中 com.google.protobuf.MessageOrBuilder
getDescriptorForType
在类中 com.google.protobuf.GeneratedMessageV3.Builder<Messages.PubsubCommand.Builder>
public Messages.PubsubCommand getDefaultInstanceForType()
getDefaultInstanceForType
在接口中 com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
在接口中 com.google.protobuf.MessageOrBuilder
public Messages.PubsubCommand build()
build
在接口中 com.google.protobuf.Message.Builder
build
在接口中 com.google.protobuf.MessageLite.Builder
public Messages.PubsubCommand buildPartial()
buildPartial
在接口中 com.google.protobuf.Message.Builder
buildPartial
在接口中 com.google.protobuf.MessageLite.Builder
public Messages.PubsubCommand.Builder clone()
clone
在接口中 com.google.protobuf.Message.Builder
clone
在接口中 com.google.protobuf.MessageLite.Builder
clone
在类中 com.google.protobuf.GeneratedMessageV3.Builder<Messages.PubsubCommand.Builder>
public Messages.PubsubCommand.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField
在接口中 com.google.protobuf.Message.Builder
setField
在类中 com.google.protobuf.GeneratedMessageV3.Builder<Messages.PubsubCommand.Builder>
public Messages.PubsubCommand.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
在接口中 com.google.protobuf.Message.Builder
clearField
在类中 com.google.protobuf.GeneratedMessageV3.Builder<Messages.PubsubCommand.Builder>
public Messages.PubsubCommand.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
在接口中 com.google.protobuf.Message.Builder
clearOneof
在类中 com.google.protobuf.GeneratedMessageV3.Builder<Messages.PubsubCommand.Builder>
public Messages.PubsubCommand.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
在接口中 com.google.protobuf.Message.Builder
setRepeatedField
在类中 com.google.protobuf.GeneratedMessageV3.Builder<Messages.PubsubCommand.Builder>
public Messages.PubsubCommand.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
在接口中 com.google.protobuf.Message.Builder
addRepeatedField
在类中 com.google.protobuf.GeneratedMessageV3.Builder<Messages.PubsubCommand.Builder>
public Messages.PubsubCommand.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
在接口中 com.google.protobuf.Message.Builder
mergeFrom
在类中 com.google.protobuf.AbstractMessage.Builder<Messages.PubsubCommand.Builder>
public Messages.PubsubCommand.Builder mergeFrom(Messages.PubsubCommand other)
public final boolean isInitialized()
isInitialized
在接口中 com.google.protobuf.MessageLiteOrBuilder
isInitialized
在类中 com.google.protobuf.GeneratedMessageV3.Builder<Messages.PubsubCommand.Builder>
public Messages.PubsubCommand.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
在接口中 com.google.protobuf.Message.Builder
mergeFrom
在接口中 com.google.protobuf.MessageLite.Builder
mergeFrom
在类中 com.google.protobuf.AbstractMessage.Builder<Messages.PubsubCommand.Builder>
java.io.IOException
public boolean hasCid()
optional string cid = 1;
hasCid
在接口中 Messages.PubsubCommandOrBuilder
public java.lang.String getCid()
optional string cid = 1;
getCid
在接口中 Messages.PubsubCommandOrBuilder
public com.google.protobuf.ByteString getCidBytes()
optional string cid = 1;
getCidBytes
在接口中 Messages.PubsubCommandOrBuilder
public Messages.PubsubCommand.Builder setCid(java.lang.String value)
optional string cid = 1;
public Messages.PubsubCommand.Builder clearCid()
optional string cid = 1;
public Messages.PubsubCommand.Builder setCidBytes(com.google.protobuf.ByteString value)
optional string cid = 1;
public com.google.protobuf.ProtocolStringList getCidsList()
repeated string cids = 2;
getCidsList
在接口中 Messages.PubsubCommandOrBuilder
public int getCidsCount()
repeated string cids = 2;
getCidsCount
在接口中 Messages.PubsubCommandOrBuilder
public java.lang.String getCids(int index)
repeated string cids = 2;
getCids
在接口中 Messages.PubsubCommandOrBuilder
public com.google.protobuf.ByteString getCidsBytes(int index)
repeated string cids = 2;
getCidsBytes
在接口中 Messages.PubsubCommandOrBuilder
public Messages.PubsubCommand.Builder setCids(int index, java.lang.String value)
repeated string cids = 2;
public Messages.PubsubCommand.Builder addCids(java.lang.String value)
repeated string cids = 2;
public Messages.PubsubCommand.Builder addAllCids(java.lang.Iterable<java.lang.String> values)
repeated string cids = 2;
public Messages.PubsubCommand.Builder clearCids()
repeated string cids = 2;
public Messages.PubsubCommand.Builder addCidsBytes(com.google.protobuf.ByteString value)
repeated string cids = 2;
public boolean hasTopic()
optional string topic = 3;
hasTopic
在接口中 Messages.PubsubCommandOrBuilder
public java.lang.String getTopic()
optional string topic = 3;
getTopic
在接口中 Messages.PubsubCommandOrBuilder
public com.google.protobuf.ByteString getTopicBytes()
optional string topic = 3;
getTopicBytes
在接口中 Messages.PubsubCommandOrBuilder
public Messages.PubsubCommand.Builder setTopic(java.lang.String value)
optional string topic = 3;
public Messages.PubsubCommand.Builder clearTopic()
optional string topic = 3;
public Messages.PubsubCommand.Builder setTopicBytes(com.google.protobuf.ByteString value)
optional string topic = 3;
public boolean hasSubtopic()
optional string subtopic = 4;
hasSubtopic
在接口中 Messages.PubsubCommandOrBuilder
public java.lang.String getSubtopic()
optional string subtopic = 4;
getSubtopic
在接口中 Messages.PubsubCommandOrBuilder
public com.google.protobuf.ByteString getSubtopicBytes()
optional string subtopic = 4;
public Messages.PubsubCommand.Builder setSubtopic(java.lang.String value)
optional string subtopic = 4;
public Messages.PubsubCommand.Builder clearSubtopic()
optional string subtopic = 4;
public Messages.PubsubCommand.Builder setSubtopicBytes(com.google.protobuf.ByteString value)
optional string subtopic = 4;
public com.google.protobuf.ProtocolStringList getTopicsList()
repeated string topics = 5;
getTopicsList
在接口中 Messages.PubsubCommandOrBuilder
public int getTopicsCount()
repeated string topics = 5;
public java.lang.String getTopics(int index)
repeated string topics = 5;
getTopics
在接口中 Messages.PubsubCommandOrBuilder
public com.google.protobuf.ByteString getTopicsBytes(int index)
repeated string topics = 5;
public Messages.PubsubCommand.Builder setTopics(int index, java.lang.String value)
repeated string topics = 5;
public Messages.PubsubCommand.Builder addTopics(java.lang.String value)
repeated string topics = 5;
public Messages.PubsubCommand.Builder addAllTopics(java.lang.Iterable<java.lang.String> values)
repeated string topics = 5;
public Messages.PubsubCommand.Builder clearTopics()
repeated string topics = 5;
public Messages.PubsubCommand.Builder addTopicsBytes(com.google.protobuf.ByteString value)
repeated string topics = 5;
public com.google.protobuf.ProtocolStringList getSubtopicsList()
repeated string subtopics = 6;
public int getSubtopicsCount()
repeated string subtopics = 6;
public java.lang.String getSubtopics(int index)
repeated string subtopics = 6;
getSubtopics
在接口中 Messages.PubsubCommandOrBuilder
public com.google.protobuf.ByteString getSubtopicsBytes(int index)
repeated string subtopics = 6;
public Messages.PubsubCommand.Builder setSubtopics(int index, java.lang.String value)
repeated string subtopics = 6;
public Messages.PubsubCommand.Builder addSubtopics(java.lang.String value)
repeated string subtopics = 6;
public Messages.PubsubCommand.Builder addAllSubtopics(java.lang.Iterable<java.lang.String> values)
repeated string subtopics = 6;
public Messages.PubsubCommand.Builder clearSubtopics()
repeated string subtopics = 6;
public Messages.PubsubCommand.Builder addSubtopicsBytes(com.google.protobuf.ByteString value)
repeated string subtopics = 6;
public boolean hasResults()
optional .com.avos.avoscloud.JsonObjectMessage results = 7;
hasResults
在接口中 Messages.PubsubCommandOrBuilder
public Messages.JsonObjectMessage getResults()
optional .com.avos.avoscloud.JsonObjectMessage results = 7;
getResults
在接口中 Messages.PubsubCommandOrBuilder
public Messages.PubsubCommand.Builder setResults(Messages.JsonObjectMessage value)
optional .com.avos.avoscloud.JsonObjectMessage results = 7;
public Messages.PubsubCommand.Builder setResults(Messages.JsonObjectMessage.Builder builderForValue)
optional .com.avos.avoscloud.JsonObjectMessage results = 7;
public Messages.PubsubCommand.Builder mergeResults(Messages.JsonObjectMessage value)
optional .com.avos.avoscloud.JsonObjectMessage results = 7;
public Messages.PubsubCommand.Builder clearResults()
optional .com.avos.avoscloud.JsonObjectMessage results = 7;
public Messages.JsonObjectMessage.Builder getResultsBuilder()
optional .com.avos.avoscloud.JsonObjectMessage results = 7;
public Messages.JsonObjectMessageOrBuilder getResultsOrBuilder()
optional .com.avos.avoscloud.JsonObjectMessage results = 7;
public final Messages.PubsubCommand.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
在接口中 com.google.protobuf.Message.Builder
setUnknownFields
在类中 com.google.protobuf.GeneratedMessageV3.Builder<Messages.PubsubCommand.Builder>
public final Messages.PubsubCommand.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
在接口中 com.google.protobuf.Message.Builder
mergeUnknownFields
在类中 com.google.protobuf.GeneratedMessageV3.Builder<Messages.PubsubCommand.Builder>
Copyright © 2013 AVOS Systems Inc. All Rights Reserved.