Uses of Class
com.google.protobuf.Timestamp.Builder
-
Packages that use Timestamp.Builder Package Description com.google.protobuf logproto -
-
Uses of Timestamp.Builder in com.google.protobuf
Methods in com.google.protobuf that return Timestamp.Builder Modifier and Type Method Description Timestamp.BuilderTimestamp.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)Timestamp.BuilderTimestamp.Builder. clear()Timestamp.BuilderTimestamp.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)Timestamp.BuilderTimestamp.Builder. clearNanos()Non-negative fractions of a second at nanosecond resolution.Timestamp.BuilderTimestamp.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Timestamp.BuilderTimestamp.Builder. clearSeconds()Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.Timestamp.BuilderTimestamp.Builder. clone()Timestamp.BuilderTimestamp.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Timestamp.BuilderTimestamp.Builder. mergeFrom(com.google.protobuf.Message other)Timestamp.BuilderTimestamp.Builder. mergeFrom(Timestamp other)Timestamp.BuilderTimestamp.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static Timestamp.BuilderTimestamp. newBuilder()static Timestamp.BuilderTimestamp. newBuilder(Timestamp prototype)Timestamp.BuilderTimestamp. newBuilderForType()protected Timestamp.BuilderTimestamp. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)Timestamp.BuilderTimestamp.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)Timestamp.BuilderTimestamp.Builder. setNanos(int value)Non-negative fractions of a second at nanosecond resolution.Timestamp.BuilderTimestamp.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)Timestamp.BuilderTimestamp.Builder. setSeconds(long value)Represents seconds of UTC time since Unix epoch 1970-01-01T00:00:00Z.Timestamp.BuilderTimestamp.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Timestamp.BuilderTimestamp. toBuilder() -
Uses of Timestamp.Builder in logproto
Methods in logproto that return Timestamp.Builder Modifier and Type Method Description Timestamp.BuilderLogproto.LabelRequest.Builder. getEndBuilder().google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];Timestamp.BuilderLogproto.QueryRequest.Builder. getEndBuilder().google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];Timestamp.BuilderLogproto.SampleQueryRequest.Builder. getEndBuilder().google.protobuf.Timestamp end = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];Timestamp.BuilderLogproto.SeriesRequest.Builder. getEndBuilder().google.protobuf.Timestamp end = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];Timestamp.BuilderLogproto.DroppedStream.Builder. getFromBuilder().google.protobuf.Timestamp from = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];Timestamp.BuilderLogproto.LabelRequest.Builder. getStartBuilder().google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];Timestamp.BuilderLogproto.QueryRequest.Builder. getStartBuilder().google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];Timestamp.BuilderLogproto.SampleQueryRequest.Builder. getStartBuilder().google.protobuf.Timestamp start = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];Timestamp.BuilderLogproto.SeriesRequest.Builder. getStartBuilder().google.protobuf.Timestamp start = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];Timestamp.BuilderLogproto.TailRequest.Builder. getStartBuilder().google.protobuf.Timestamp start = 5 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];Timestamp.BuilderLogproto.EntryAdapter.Builder. getTimestampBuilder().google.protobuf.Timestamp timestamp = 1 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "ts", (.gogoproto.stdtime) = true];Timestamp.BuilderLogproto.DroppedStream.Builder. getToBuilder().google.protobuf.Timestamp to = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];Methods in logproto with parameters of type Timestamp.Builder Modifier and Type Method Description Logproto.LabelRequest.BuilderLogproto.LabelRequest.Builder. setEnd(Timestamp.Builder builderForValue).google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];Logproto.QueryRequest.BuilderLogproto.QueryRequest.Builder. setEnd(Timestamp.Builder builderForValue).google.protobuf.Timestamp end = 4 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];Logproto.SampleQueryRequest.BuilderLogproto.SampleQueryRequest.Builder. setEnd(Timestamp.Builder builderForValue).google.protobuf.Timestamp end = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];Logproto.SeriesRequest.BuilderLogproto.SeriesRequest.Builder. setEnd(Timestamp.Builder builderForValue).google.protobuf.Timestamp end = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];Logproto.DroppedStream.BuilderLogproto.DroppedStream.Builder. setFrom(Timestamp.Builder builderForValue).google.protobuf.Timestamp from = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];Logproto.LabelRequest.BuilderLogproto.LabelRequest.Builder. setStart(Timestamp.Builder builderForValue).google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = true, (.gogoproto.stdtime) = true];Logproto.QueryRequest.BuilderLogproto.QueryRequest.Builder. setStart(Timestamp.Builder builderForValue).google.protobuf.Timestamp start = 3 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];Logproto.SampleQueryRequest.BuilderLogproto.SampleQueryRequest.Builder. setStart(Timestamp.Builder builderForValue).google.protobuf.Timestamp start = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];Logproto.SeriesRequest.BuilderLogproto.SeriesRequest.Builder. setStart(Timestamp.Builder builderForValue).google.protobuf.Timestamp start = 1 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];Logproto.TailRequest.BuilderLogproto.TailRequest.Builder. setStart(Timestamp.Builder builderForValue).google.protobuf.Timestamp start = 5 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];Logproto.EntryAdapter.BuilderLogproto.EntryAdapter.Builder. setTimestamp(Timestamp.Builder builderForValue).google.protobuf.Timestamp timestamp = 1 [(.gogoproto.nullable) = false, (.gogoproto.jsontag) = "ts", (.gogoproto.stdtime) = true];Logproto.DroppedStream.BuilderLogproto.DroppedStream.Builder. setTo(Timestamp.Builder builderForValue).google.protobuf.Timestamp to = 2 [(.gogoproto.nullable) = false, (.gogoproto.stdtime) = true];
-