Uses of Class
org.apache.skywalking.oap.server.configuration.service.ConfigurationResponse.Builder
Packages that use ConfigurationResponse.Builder
-
Uses of ConfigurationResponse.Builder in org.apache.skywalking.oap.server.configuration.service
Methods in org.apache.skywalking.oap.server.configuration.service that return ConfigurationResponse.BuilderModifier and TypeMethodDescriptionConfigurationResponse.Builder.addAllConfigTable(Iterable<? extends Config> values) Include all config items.ConfigurationResponse.Builder.addConfigTable(int index, Config value) Include all config items.ConfigurationResponse.Builder.addConfigTable(int index, Config.Builder builderForValue) Include all config items.ConfigurationResponse.Builder.addConfigTable(Config value) Include all config items.ConfigurationResponse.Builder.addConfigTable(Config.Builder builderForValue) Include all config items.ConfigurationResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ConfigurationResponse.Builder.clear()ConfigurationResponse.Builder.clearConfigTable()Include all config items.ConfigurationResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) ConfigurationResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) ConfigurationResponse.Builder.clearUuid()UUID is literal string represents the content of the config table.ConfigurationResponse.Builder.clone()ConfigurationResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) ConfigurationResponse.Builder.mergeFrom(com.google.protobuf.Message other) ConfigurationResponse.Builder.mergeFrom(ConfigurationResponse other) ConfigurationResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) ConfigurationResponse.newBuilder()ConfigurationResponse.newBuilder(ConfigurationResponse prototype) ConfigurationResponse.newBuilderForType()protected ConfigurationResponse.BuilderConfigurationResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) ConfigurationResponse.Builder.removeConfigTable(int index) Include all config items.ConfigurationResponse.Builder.setConfigTable(int index, Config value) Include all config items.ConfigurationResponse.Builder.setConfigTable(int index, Config.Builder builderForValue) Include all config items.ConfigurationResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) ConfigurationResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) ConfigurationResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) UUID is literal string represents the content of the config table.ConfigurationResponse.Builder.setUuidBytes(com.google.protobuf.ByteString value) UUID is literal string represents the content of the config table.ConfigurationResponse.toBuilder()