Uses of Class
com.cognite.client.dto.Transformation.Destination.Builder
Packages that use Transformation.Destination.Builder
-
Uses of Transformation.Destination.Builder in com.cognite.client.dto
Methods in com.cognite.client.dto that return Transformation.Destination.BuilderModifier and TypeMethodDescriptionTransformation.Destination.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Transformation.Destination.Builder.clear()Transformation.Destination.Builder.clearDatabase()optional string database = 3;Transformation.Destination.Builder.clearExternalId()string external_id = 5;Transformation.Destination.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Transformation.Destination.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Transformation.Destination.Builder.clearTable()optional string table = 4;Transformation.Destination.Builder.clearType()optional string type = 2;Transformation.Destination.Builder.clone()Transformation.Builder.getDestinationBuilder()optional .com.cognite.client.dto.Transformation.Destination destination = 4;Transformation.Job.Builder.getDestinationBuilder()optional .com.cognite.client.dto.Transformation.Destination destination = 7;Transformation.Destination.Builder.mergeFrom(Transformation.Destination other) Transformation.Destination.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Transformation.Destination.Builder.mergeFrom(com.google.protobuf.Message other) Transformation.Destination.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Transformation.Destination.newBuilder()Transformation.Destination.newBuilder(Transformation.Destination prototype) Transformation.Destination.newBuilderForType()protected Transformation.Destination.BuilderTransformation.Destination.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Transformation.Destination.Builder.setDatabase(String value) optional string database = 3;Transformation.Destination.Builder.setDatabaseBytes(com.google.protobuf.ByteString value) optional string database = 3;Transformation.Destination.Builder.setExternalId(String value) string external_id = 5;Transformation.Destination.Builder.setExternalIdBytes(com.google.protobuf.ByteString value) string external_id = 5;Transformation.Destination.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Transformation.Destination.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) optional string table = 4;Transformation.Destination.Builder.setTableBytes(com.google.protobuf.ByteString value) optional string table = 4;optional string type = 2;Transformation.Destination.Builder.setTypeBytes(com.google.protobuf.ByteString value) optional string type = 2;Transformation.Destination.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Transformation.Destination.toBuilder()Methods in com.cognite.client.dto with parameters of type Transformation.Destination.BuilderModifier and TypeMethodDescriptionTransformation.Builder.setDestination(Transformation.Destination.Builder builderForValue) optional .com.cognite.client.dto.Transformation.Destination destination = 4;Transformation.Job.Builder.setDestination(Transformation.Destination.Builder builderForValue) optional .com.cognite.client.dto.Transformation.Destination destination = 7;