Uses of Class
org.yamcs.protobuf.TemplateVariable
-
Packages that use TemplateVariable Package Description org.yamcs.protobuf -
-
Uses of TemplateVariable in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type TemplateVariable Modifier and Type Field Description static com.google.protobuf.Parser<TemplateVariable>TemplateVariable. PARSERDeprecated.Methods in org.yamcs.protobuf that return TemplateVariable Modifier and Type Method Description TemplateVariableTemplateVariable.Builder. build()TemplateVariableTemplateVariable.Builder. buildPartial()static TemplateVariableTemplateVariable. getDefaultInstance()TemplateVariableTemplateVariable.Builder. getDefaultInstanceForType()TemplateVariableTemplateVariable. getDefaultInstanceForType()TemplateVariableInstanceTemplate.Builder. getVariables(int index)List of variables that this template may expectTemplateVariableInstanceTemplate. getVariables(int index)List of variables that this template may expectTemplateVariableInstanceTemplateOrBuilder. getVariables(int index)List of variables that this template may expectstatic TemplateVariableTemplateVariable. parseDelimitedFrom(InputStream input)static TemplateVariableTemplateVariable. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TemplateVariableTemplateVariable. parseFrom(byte[] data)static TemplateVariableTemplateVariable. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TemplateVariableTemplateVariable. parseFrom(com.google.protobuf.ByteString data)static TemplateVariableTemplateVariable. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TemplateVariableTemplateVariable. parseFrom(com.google.protobuf.CodedInputStream input)static TemplateVariableTemplateVariable. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TemplateVariableTemplateVariable. parseFrom(InputStream input)static TemplateVariableTemplateVariable. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TemplateVariableTemplateVariable. parseFrom(ByteBuffer data)static TemplateVariableTemplateVariable. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type TemplateVariable Modifier and Type Method Description com.google.protobuf.Parser<TemplateVariable>TemplateVariable. getParserForType()List<TemplateVariable>InstanceTemplate.Builder. getVariablesList()List of variables that this template may expectList<TemplateVariable>InstanceTemplate. getVariablesList()List of variables that this template may expectList<TemplateVariable>InstanceTemplateOrBuilder. getVariablesList()List of variables that this template may expectstatic com.google.protobuf.Parser<TemplateVariable>TemplateVariable. parser()Methods in org.yamcs.protobuf with parameters of type TemplateVariable Modifier and Type Method Description InstanceTemplate.BuilderInstanceTemplate.Builder. addVariables(int index, TemplateVariable value)List of variables that this template may expectInstanceTemplate.BuilderInstanceTemplate.Builder. addVariables(TemplateVariable value)List of variables that this template may expectTemplateVariable.BuilderTemplateVariable.Builder. mergeFrom(TemplateVariable other)static TemplateVariable.BuilderTemplateVariable. newBuilder(TemplateVariable prototype)InstanceTemplate.BuilderInstanceTemplate.Builder. setVariables(int index, TemplateVariable value)List of variables that this template may expectMethod parameters in org.yamcs.protobuf with type arguments of type TemplateVariable Modifier and Type Method Description InstanceTemplate.BuilderInstanceTemplate.Builder. addAllVariables(Iterable<? extends TemplateVariable> values)List of variables that this template may expect
-