Uses of Class
com.google.protobuf.Struct.Builder
-
Packages that use Struct.Builder Package Description com.cognite.client.dto com.google.protobuf -
-
Uses of Struct.Builder in com.cognite.client.dto
Methods in com.cognite.client.dto that return Struct.Builder Modifier and Type Method Description Struct.BuilderAnnotation.Builder. addEntitiesBuilder()repeated .google.protobuf.Struct entities = 3;Struct.BuilderAnnotation.Builder. addEntitiesBuilder(int index)repeated .google.protobuf.Struct entities = 3;Struct.BuilderRawRow.Builder. getColumnsBuilder().google.protobuf.Struct columns = 5;Struct.BuilderAnnotation.Builder. getEntitiesBuilder(int index)repeated .google.protobuf.Struct entities = 3;Struct.BuilderEntityMatchResult.Builder. getSourceBuilder().google.protobuf.Struct source = 1;Struct.BuilderEntityMatch.Builder. getTargetBuilder().google.protobuf.Struct target = 2;Methods in com.cognite.client.dto that return types with arguments of type Struct.Builder Modifier and Type Method Description List<Struct.Builder>Annotation.Builder. getEntitiesBuilderList()repeated .google.protobuf.Struct entities = 3;Methods in com.cognite.client.dto with parameters of type Struct.Builder Modifier and Type Method Description Annotation.BuilderAnnotation.Builder. addEntities(int index, Struct.Builder builderForValue)repeated .google.protobuf.Struct entities = 3;Annotation.BuilderAnnotation.Builder. addEntities(Struct.Builder builderForValue)repeated .google.protobuf.Struct entities = 3;RawRow.BuilderRawRow.Builder. setColumns(Struct.Builder builderForValue).google.protobuf.Struct columns = 5;Annotation.BuilderAnnotation.Builder. setEntities(int index, Struct.Builder builderForValue)repeated .google.protobuf.Struct entities = 3;EntityMatchResult.BuilderEntityMatchResult.Builder. setSource(Struct.Builder builderForValue).google.protobuf.Struct source = 1;EntityMatch.BuilderEntityMatch.Builder. setTarget(Struct.Builder builderForValue).google.protobuf.Struct target = 2; -
Uses of Struct.Builder in com.google.protobuf
Methods in com.google.protobuf that return Struct.Builder Modifier and Type Method Description Struct.BuilderStruct.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Struct.BuilderStruct.Builder. clear()Struct.BuilderStruct.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)Struct.BuilderStruct.Builder. clearFields()Struct.BuilderStruct.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Struct.BuilderStruct.Builder. clone()Struct.BuilderValue.Builder. getStructValueBuilder()Represents a structured value.Struct.BuilderStruct.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Struct.BuilderStruct.Builder. mergeFrom(com.google.protobuf.Message other)Struct.BuilderStruct.Builder. mergeFrom(Struct other)Struct.BuilderStruct.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static Struct.BuilderStruct. newBuilder()static Struct.BuilderStruct. newBuilder(Struct prototype)Struct.BuilderStruct. newBuilderForType()protected Struct.BuilderStruct. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)Struct.BuilderStruct.Builder. putAllFields(Map<String,Value> values)Unordered map of dynamically typed values.Struct.BuilderStruct.Builder. putFields(String key, Value value)Unordered map of dynamically typed values.Struct.BuilderStruct.Builder. removeFields(String key)Unordered map of dynamically typed values.Struct.BuilderStruct.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Struct.BuilderStruct.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Struct.BuilderStruct.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Struct.BuilderStruct. toBuilder()Methods in com.google.protobuf with parameters of type Struct.Builder Modifier and Type Method Description Value.BuilderValue.Builder. setStructValue(Struct.Builder builderForValue)Represents a structured value.
-