public static final class Int64Value.Builder extends GeneratedMessageLite.Builder<Int64Value,Int64Value.Builder> implements Int64ValueOrBuilder
Wrapper message for int64
.
The JSON representation for Int64Value
is JSON string.
Protobuf type google.protobuf.Int64Value
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > GeneratedMessageLite.Builder > Int64Value.BuilderImplements
Int64ValueOrBuilderMethods
clearValue()
public Int64Value.Builder clearValue()
The int64 value.
int64 value = 1;
Returns | |
---|---|
Type | Description |
Int64Value.Builder | This builder for chaining. |
getValue()
public long getValue()
The int64 value.
int64 value = 1;
Returns | |
---|---|
Type | Description |
long | The value. |
setValue(long value)
public Int64Value.Builder setValue(long value)
The int64 value.
int64 value = 1;
Parameter | |
---|---|
Name | Description |
value | long The value to set. |
Returns | |
---|---|
Type | Description |
Int64Value.Builder | This builder for chaining. |