Uses of Class
com.google.protobuf.Int32Value.Builder
-
Packages that use Int32Value.Builder Package Description com.cognite.client.dto com.google.protobuf -
-
Uses of Int32Value.Builder in com.cognite.client.dto
Methods in com.cognite.client.dto that return Int32Value.Builder Modifier and Type Method Description Int32Value.BuilderAsset.Aggregates.Builder. getChildCountBuilder().google.protobuf.Int32Value child_count = 1;Int32Value.BuilderAsset.Aggregates.Builder. getDepthBuilder().google.protobuf.Int32Value depth = 2;Methods in com.cognite.client.dto with parameters of type Int32Value.Builder Modifier and Type Method Description Asset.Aggregates.BuilderAsset.Aggregates.Builder. setChildCount(Int32Value.Builder builderForValue).google.protobuf.Int32Value child_count = 1;Asset.Aggregates.BuilderAsset.Aggregates.Builder. setDepth(Int32Value.Builder builderForValue).google.protobuf.Int32Value depth = 2; -
Uses of Int32Value.Builder in com.google.protobuf
Methods in com.google.protobuf that return Int32Value.Builder Modifier and Type Method Description Int32Value.BuilderInt32Value.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Int32Value.BuilderInt32Value.Builder. clear()Int32Value.BuilderInt32Value.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)Int32Value.BuilderInt32Value.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Int32Value.BuilderInt32Value.Builder. clearValue()The int32 value.Int32Value.BuilderInt32Value.Builder. clone()Int32Value.BuilderInt32Value.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Int32Value.BuilderInt32Value.Builder. mergeFrom(Int32Value other)Int32Value.BuilderInt32Value.Builder. mergeFrom(com.google.protobuf.Message other)Int32Value.BuilderInt32Value.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static Int32Value.BuilderInt32Value. newBuilder()static Int32Value.BuilderInt32Value. newBuilder(Int32Value prototype)Int32Value.BuilderInt32Value. newBuilderForType()protected Int32Value.BuilderInt32Value. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)Int32Value.BuilderInt32Value.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Int32Value.BuilderInt32Value.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Int32Value.BuilderInt32Value.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Int32Value.BuilderInt32Value.Builder. setValue(int value)The int32 value.Int32Value.BuilderInt32Value. toBuilder()
-