Uses of Class
com.google.protobuf.Int64Value.Builder
-
Packages that use Int64Value.Builder Package Description com.google.protobuf -
-
Uses of Int64Value.Builder in com.google.protobuf
Methods in com.google.protobuf that return Int64Value.Builder Modifier and Type Method Description Int64Value.BuilderInt64Value.Builder. clear()Int64Value.BuilderInt64Value.Builder. clearValue()int64 value = 1 [json_name = "value"];Int64Value.BuilderInt64Value.Builder. mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)Int64Value.BuilderInt64Value.Builder. mergeFrom(Int64Value other)Int64Value.BuilderInt64Value.Builder. mergeFrom(Message other)static Int64Value.BuilderInt64Value. newBuilder()static Int64Value.BuilderInt64Value. newBuilder(Int64Value prototype)Int64Value.BuilderInt64Value. newBuilderForType()protected Int64Value.BuilderInt64Value. newBuilderForType(AbstractMessage.BuilderParent parent)Int64Value.BuilderInt64Value.Builder. setValue(long value)int64 value = 1 [json_name = "value"];Int64Value.BuilderInt64Value. toBuilder()
-