Uses of Class
com.cognite.client.dto.ConvertResponse.Result
Packages that use ConvertResponse.Result
-
Uses of ConvertResponse.Result in com.cognite.client.dto
Methods in com.cognite.client.dto that return ConvertResponse.ResultModifier and TypeMethodDescriptionConvertResponse.Result.Builder.build()ConvertResponse.Result.Builder.buildPartial()static ConvertResponse.ResultConvertResponse.Result.getDefaultInstance()ConvertResponse.Result.Builder.getDefaultInstanceForType()ConvertResponse.Result.getDefaultInstanceForType()ConvertResponse.Builder.getResults(int index) repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;ConvertResponse.getResults(int index) repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;ConvertResponseOrBuilder.getResults(int index) repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;static ConvertResponse.ResultConvertResponse.Result.parseDelimitedFrom(InputStream input) static ConvertResponse.ResultConvertResponse.Result.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConvertResponse.ResultConvertResponse.Result.parseFrom(byte[] data) static ConvertResponse.ResultConvertResponse.Result.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConvertResponse.ResultConvertResponse.Result.parseFrom(com.google.protobuf.ByteString data) static ConvertResponse.ResultConvertResponse.Result.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConvertResponse.ResultConvertResponse.Result.parseFrom(com.google.protobuf.CodedInputStream input) static ConvertResponse.ResultConvertResponse.Result.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConvertResponse.ResultConvertResponse.Result.parseFrom(InputStream input) static ConvertResponse.ResultConvertResponse.Result.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ConvertResponse.ResultConvertResponse.Result.parseFrom(ByteBuffer data) static ConvertResponse.ResultConvertResponse.Result.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.cognite.client.dto that return types with arguments of type ConvertResponse.ResultModifier and TypeMethodDescriptioncom.google.protobuf.Parser<ConvertResponse.Result>ConvertResponse.Result.getParserForType()ConvertResponse.Builder.getResultsList()repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;ConvertResponse.getResultsList()repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;ConvertResponseOrBuilder.getResultsList()repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;static com.google.protobuf.Parser<ConvertResponse.Result>ConvertResponse.Result.parser()Methods in com.cognite.client.dto with parameters of type ConvertResponse.ResultModifier and TypeMethodDescriptionConvertResponse.Builder.addResults(int index, ConvertResponse.Result value) repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;ConvertResponse.Builder.addResults(ConvertResponse.Result value) repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;ConvertResponse.Result.Builder.mergeFrom(ConvertResponse.Result other) ConvertResponse.Result.newBuilder(ConvertResponse.Result prototype) ConvertResponse.Builder.setResults(int index, ConvertResponse.Result value) repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;Method parameters in com.cognite.client.dto with type arguments of type ConvertResponse.ResultModifier and TypeMethodDescriptionConvertResponse.Builder.addAllResults(Iterable<? extends ConvertResponse.Result> values) repeated .com.cognite.client.dto.ConvertResponse.Result results = 3;