State.CallInfo.Builder |
State.Builder.addCallsBuilder() |
repeated .yamcs.api.State.CallInfo calls = 1;
|
State.CallInfo.Builder |
State.Builder.addCallsBuilder(int index) |
repeated .yamcs.api.State.CallInfo calls = 1;
|
State.CallInfo.Builder |
State.CallInfo.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
State.CallInfo.Builder |
State.CallInfo.Builder.clear() |
|
State.CallInfo.Builder |
State.CallInfo.Builder.clearCall() |
int32 call = 1;
|
State.CallInfo.Builder |
State.CallInfo.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
State.CallInfo.Builder |
State.CallInfo.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
State.CallInfo.Builder |
State.CallInfo.Builder.clearOptions() |
.google.protobuf.Any options = 3;
|
State.CallInfo.Builder |
State.CallInfo.Builder.clearType() |
string type = 2;
|
State.CallInfo.Builder |
State.CallInfo.Builder.clone() |
|
State.CallInfo.Builder |
State.Builder.getCallsBuilder(int index) |
repeated .yamcs.api.State.CallInfo calls = 1;
|
State.CallInfo.Builder |
State.CallInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
State.CallInfo.Builder |
State.CallInfo.Builder.mergeFrom(com.google.protobuf.Message other) |
|
State.CallInfo.Builder |
State.CallInfo.Builder.mergeFrom(State.CallInfo other) |
|
State.CallInfo.Builder |
State.CallInfo.Builder.mergeOptions(com.google.protobuf.Any value) |
.google.protobuf.Any options = 3;
|
State.CallInfo.Builder |
State.CallInfo.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static State.CallInfo.Builder |
State.CallInfo.newBuilder() |
|
static State.CallInfo.Builder |
State.CallInfo.newBuilder(State.CallInfo prototype) |
|
State.CallInfo.Builder |
State.CallInfo.newBuilderForType() |
|
protected State.CallInfo.Builder |
State.CallInfo.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
State.CallInfo.Builder |
State.CallInfo.Builder.setCall(int value) |
int32 call = 1;
|
State.CallInfo.Builder |
State.CallInfo.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
State.CallInfo.Builder |
State.CallInfo.Builder.setOptions(com.google.protobuf.Any value) |
.google.protobuf.Any options = 3;
|
State.CallInfo.Builder |
State.CallInfo.Builder.setOptions(com.google.protobuf.Any.Builder builderForValue) |
.google.protobuf.Any options = 3;
|
State.CallInfo.Builder |
State.CallInfo.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
State.CallInfo.Builder |
State.CallInfo.Builder.setType(String value) |
string type = 2;
|
State.CallInfo.Builder |
State.CallInfo.Builder.setTypeBytes(com.google.protobuf.ByteString value) |
string type = 2;
|
State.CallInfo.Builder |
State.CallInfo.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
State.CallInfo.Builder |
State.CallInfo.toBuilder() |
|