DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.addAllAuth(java.lang.Iterable<java.lang.String> values) |
repeated string auth = 5;
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.addAllExtensions(java.lang.Iterable<java.lang.String> values) |
repeated string extensions = 6;
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.addAuth(java.lang.String value) |
repeated string auth = 5;
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.addAuthBytes(com.google.protobuf.ByteString value) |
repeated string auth = 5;
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Builder.addEndpointsBuilder() |
repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Builder.addEndpointsBuilder(int index) |
repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.addExtensions(java.lang.String value) |
repeated string extensions = 6;
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.addExtensionsBytes(com.google.protobuf.ByteString value) |
repeated string extensions = 6;
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.clear() |
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.clearAuth() |
repeated string auth = 5;
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.clearExtensions() |
repeated string extensions = 6;
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.clearHost() |
required string host = 3;
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.clearId() |
required string id = 1;
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.clearPort() |
required int32 port = 2;
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.clearProtocol() |
required string protocol = 4;
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.clone() |
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Builder.getEndpointsBuilder(int index) |
repeated .BookieServiceInfoFormat.Endpoint endpoints = 6;
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.mergeFrom(com.google.protobuf.Message other) |
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.mergeFrom(DataFormats.BookieServiceInfoFormat.Endpoint other) |
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.newBuilder() |
|
static DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.newBuilder(DataFormats.BookieServiceInfoFormat.Endpoint prototype) |
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.newBuilderForType() |
|
protected DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.setAuth(int index,
java.lang.String value) |
repeated string auth = 5;
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.setExtensions(int index,
java.lang.String value) |
repeated string extensions = 6;
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.setHost(java.lang.String value) |
required string host = 3;
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.setHostBytes(com.google.protobuf.ByteString value) |
required string host = 3;
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.setId(java.lang.String value) |
required string id = 1;
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.setIdBytes(com.google.protobuf.ByteString value) |
required string id = 1;
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.setPort(int value) |
required int32 port = 2;
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.setProtocol(java.lang.String value) |
required string protocol = 4;
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.setProtocolBytes(com.google.protobuf.ByteString value) |
required string protocol = 4;
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
DataFormats.BookieServiceInfoFormat.Endpoint.Builder |
DataFormats.BookieServiceInfoFormat.Endpoint.toBuilder() |
|