TopicInfo.Builder |
TopicInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TopicInfo.Builder |
ListTopicsResponse.Builder.addTopicsBuilder() |
repeated .yamcs.protobuf.web.TopicInfo topics = 1;
|
TopicInfo.Builder |
ListTopicsResponse.Builder.addTopicsBuilder(int index) |
repeated .yamcs.protobuf.web.TopicInfo topics = 1;
|
TopicInfo.Builder |
TopicInfo.Builder.clear() |
|
TopicInfo.Builder |
TopicInfo.Builder.clearDeprecated() |
optional bool deprecated = 7;
|
TopicInfo.Builder |
TopicInfo.Builder.clearDescription() |
optional string description = 4;
|
TopicInfo.Builder |
TopicInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
TopicInfo.Builder |
TopicInfo.Builder.clearInputType() |
optional string inputType = 5;
|
TopicInfo.Builder |
TopicInfo.Builder.clearMethod() |
optional string method = 3;
|
TopicInfo.Builder |
TopicInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
TopicInfo.Builder |
TopicInfo.Builder.clearOutputType() |
optional string outputType = 6;
|
TopicInfo.Builder |
TopicInfo.Builder.clearService() |
optional string service = 2;
|
TopicInfo.Builder |
TopicInfo.Builder.clearTopic() |
optional string topic = 1;
|
TopicInfo.Builder |
TopicInfo.Builder.clone() |
|
TopicInfo.Builder |
ListTopicsResponse.Builder.getTopicsBuilder(int index) |
repeated .yamcs.protobuf.web.TopicInfo topics = 1;
|
TopicInfo.Builder |
TopicInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
TopicInfo.Builder |
TopicInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
|
TopicInfo.Builder |
TopicInfo.Builder.mergeFrom(TopicInfo other) |
|
TopicInfo.Builder |
TopicInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static TopicInfo.Builder |
TopicInfo.newBuilder() |
|
static TopicInfo.Builder |
TopicInfo.newBuilder(TopicInfo prototype) |
|
TopicInfo.Builder |
TopicInfo.newBuilderForType() |
|
protected TopicInfo.Builder |
TopicInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
TopicInfo.Builder |
TopicInfo.Builder.setDeprecated(boolean value) |
optional bool deprecated = 7;
|
TopicInfo.Builder |
TopicInfo.Builder.setDescription(String value) |
optional string description = 4;
|
TopicInfo.Builder |
TopicInfo.Builder.setDescriptionBytes(com.google.protobuf.ByteString value) |
optional string description = 4;
|
TopicInfo.Builder |
TopicInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TopicInfo.Builder |
TopicInfo.Builder.setInputType(String value) |
optional string inputType = 5;
|
TopicInfo.Builder |
TopicInfo.Builder.setInputTypeBytes(com.google.protobuf.ByteString value) |
optional string inputType = 5;
|
TopicInfo.Builder |
TopicInfo.Builder.setMethod(String value) |
optional string method = 3;
|
TopicInfo.Builder |
TopicInfo.Builder.setMethodBytes(com.google.protobuf.ByteString value) |
optional string method = 3;
|
TopicInfo.Builder |
TopicInfo.Builder.setOutputType(String value) |
optional string outputType = 6;
|
TopicInfo.Builder |
TopicInfo.Builder.setOutputTypeBytes(com.google.protobuf.ByteString value) |
optional string outputType = 6;
|
TopicInfo.Builder |
TopicInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
TopicInfo.Builder |
TopicInfo.Builder.setService(String value) |
optional string service = 2;
|
TopicInfo.Builder |
TopicInfo.Builder.setServiceBytes(com.google.protobuf.ByteString value) |
optional string service = 2;
|
TopicInfo.Builder |
TopicInfo.Builder.setTopic(String value) |
optional string topic = 1;
|
TopicInfo.Builder |
TopicInfo.Builder.setTopicBytes(com.google.protobuf.ByteString value) |
optional string topic = 1;
|
TopicInfo.Builder |
TopicInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
TopicInfo.Builder |
TopicInfo.toBuilder() |
|