Uses of Class
com.google.bigtable.v2.Type.Timestamp.Encoding.Builder
-
Uses of Type.Timestamp.Encoding.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return Type.Timestamp.Encoding.BuilderModifier and TypeMethodDescriptionType.Timestamp.Encoding.Builder.clear()Type.Timestamp.Encoding.Builder.clearEncoding()Type.Timestamp.Encoding.Builder.clearUnixMicrosInt64()Encodes the number of microseconds since the Unix epoch using the given `Int64` encoding.Type.Timestamp.Builder.getEncodingBuilder()The encoding to use when converting to or from lower level types.Type.Timestamp.Encoding.Builder.mergeFrom(Type.Timestamp.Encoding other) Type.Timestamp.Encoding.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Type.Timestamp.Encoding.Builder.mergeFrom(com.google.protobuf.Message other) Type.Timestamp.Encoding.Builder.mergeUnixMicrosInt64(Type.Int64.Encoding value) Encodes the number of microseconds since the Unix epoch using the given `Int64` encoding.Type.Timestamp.Encoding.newBuilder()Type.Timestamp.Encoding.newBuilder(Type.Timestamp.Encoding prototype) Type.Timestamp.Encoding.newBuilderForType()protected Type.Timestamp.Encoding.BuilderType.Timestamp.Encoding.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Type.Timestamp.Encoding.Builder.setUnixMicrosInt64(Type.Int64.Encoding value) Encodes the number of microseconds since the Unix epoch using the given `Int64` encoding.Type.Timestamp.Encoding.Builder.setUnixMicrosInt64(Type.Int64.Encoding.Builder builderForValue) Encodes the number of microseconds since the Unix epoch using the given `Int64` encoding.Type.Timestamp.Encoding.toBuilder()Methods in com.google.bigtable.v2 with parameters of type Type.Timestamp.Encoding.BuilderModifier and TypeMethodDescriptionType.Timestamp.Builder.setEncoding(Type.Timestamp.Encoding.Builder builderForValue) The encoding to use when converting to or from lower level types.