TimestampValue.Builder |
TimestampValue.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TimestampValue.Builder |
TimestampArray.Builder.addValuesBuilder() |
List of timestamp values.
|
TimestampValue.Builder |
TimestampArray.Builder.addValuesBuilder(int index) |
List of timestamp values.
|
TimestampValue.Builder |
TimestampValue.Builder.clear() |
|
TimestampValue.Builder |
TimestampValue.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
TimestampValue.Builder |
TimestampValue.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
TimestampValue.Builder |
TimestampValue.Builder.clearTextValue() |
The string must represent a valid instant in UTC and is parsed using
java.time.format.DateTimeFormatter.ISO_INSTANT.
|
TimestampValue.Builder |
TimestampValue.Builder.clearTimestampValue() |
Timestamp value
|
TimestampValue.Builder |
TimestampValue.Builder.clearValue() |
|
TimestampValue.Builder |
TimestampValue.Builder.clone() |
|
TimestampValue.Builder |
Value.Builder.getTimestampValueBuilder() |
Represents a timestamp value.
|
TimestampValue.Builder |
TimestampArray.Builder.getValuesBuilder(int index) |
List of timestamp values.
|
TimestampValue.Builder |
TimestampValue.Builder.mergeFrom(TimestampValue other) |
|
TimestampValue.Builder |
TimestampValue.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
TimestampValue.Builder |
TimestampValue.Builder.mergeFrom(com.google.protobuf.Message other) |
|
TimestampValue.Builder |
TimestampValue.Builder.mergeTimestampValue(com.google.protobuf.Timestamp value) |
Timestamp value
|
TimestampValue.Builder |
TimestampValue.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static TimestampValue.Builder |
TimestampValue.newBuilder() |
|
static TimestampValue.Builder |
TimestampValue.newBuilder(TimestampValue prototype) |
|
TimestampValue.Builder |
TimestampValue.newBuilderForType() |
|
protected TimestampValue.Builder |
TimestampValue.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
TimestampValue.Builder |
TimestampValue.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
TimestampValue.Builder |
TimestampValue.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
TimestampValue.Builder |
TimestampValue.Builder.setTextValue(String value) |
The string must represent a valid instant in UTC and is parsed using
java.time.format.DateTimeFormatter.ISO_INSTANT.
|
TimestampValue.Builder |
TimestampValue.Builder.setTextValueBytes(com.google.protobuf.ByteString value) |
The string must represent a valid instant in UTC and is parsed using
java.time.format.DateTimeFormatter.ISO_INSTANT.
|
TimestampValue.Builder |
TimestampValue.Builder.setTimestampValue(com.google.protobuf.Timestamp value) |
Timestamp value
|
TimestampValue.Builder |
TimestampValue.Builder.setTimestampValue(com.google.protobuf.Timestamp.Builder builderForValue) |
Timestamp value
|
TimestampValue.Builder |
TimestampValue.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
TimestampValue.Builder |
TimestampValue.toBuilder() |
|