Uses of Class
com.google.protobuf.Int32Value
-
Packages that use Int32Value Package Description com.cognite.client.dto com.google.protobuf -
-
Uses of Int32Value in com.cognite.client.dto
Methods in com.cognite.client.dto that return Int32Value Modifier and Type Method Description Int32ValueAsset.Aggregates.Builder. getChildCount().google.protobuf.Int32Value child_count = 1;Int32ValueAsset.Aggregates. getChildCount().google.protobuf.Int32Value child_count = 1;Int32ValueAsset.AggregatesOrBuilder. getChildCount().google.protobuf.Int32Value child_count = 1;Int32ValueAsset.Aggregates.Builder. getDepth().google.protobuf.Int32Value depth = 2;Int32ValueAsset.Aggregates. getDepth().google.protobuf.Int32Value depth = 2;Int32ValueAsset.AggregatesOrBuilder. getDepth().google.protobuf.Int32Value depth = 2;Methods in com.cognite.client.dto with parameters of type Int32Value Modifier and Type Method Description Asset.Aggregates.BuilderAsset.Aggregates.Builder. mergeChildCount(Int32Value value).google.protobuf.Int32Value child_count = 1;Asset.Aggregates.BuilderAsset.Aggregates.Builder. mergeDepth(Int32Value value).google.protobuf.Int32Value depth = 2;Asset.Aggregates.BuilderAsset.Aggregates.Builder. setChildCount(Int32Value value).google.protobuf.Int32Value child_count = 1;Asset.Aggregates.BuilderAsset.Aggregates.Builder. setDepth(Int32Value value).google.protobuf.Int32Value depth = 2; -
Uses of Int32Value in com.google.protobuf
Methods in com.google.protobuf that return Int32Value Modifier and Type Method Description Int32ValueInt32Value.Builder. build()Int32ValueInt32Value.Builder. buildPartial()static Int32ValueInt32Value. getDefaultInstance()Int32ValueInt32Value.Builder. getDefaultInstanceForType()Int32ValueInt32Value. getDefaultInstanceForType()static Int32ValueInt32Value. of(int value)static Int32ValueInt32Value. parseDelimitedFrom(InputStream input)static Int32ValueInt32Value. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Int32ValueInt32Value. parseFrom(byte[] data)static Int32ValueInt32Value. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Int32ValueInt32Value. parseFrom(com.google.protobuf.ByteString data)static Int32ValueInt32Value. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Int32ValueInt32Value. parseFrom(com.google.protobuf.CodedInputStream input)static Int32ValueInt32Value. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Int32ValueInt32Value. parseFrom(InputStream input)static Int32ValueInt32Value. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Int32ValueInt32Value. parseFrom(ByteBuffer data)static Int32ValueInt32Value. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf that return types with arguments of type Int32Value Modifier and Type Method Description com.google.protobuf.Parser<Int32Value>Int32Value. getParserForType()static com.google.protobuf.Parser<Int32Value>Int32Value. parser()Methods in com.google.protobuf with parameters of type Int32Value Modifier and Type Method Description Int32Value.BuilderInt32Value.Builder. mergeFrom(Int32Value other)static Int32Value.BuilderInt32Value. newBuilder(Int32Value prototype)
-