Class Type.Int64.Encoding.BigEndianBytes

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.bigtable.v2.Type.Int64.Encoding.BigEndianBytes
All Implemented Interfaces:
Type.Int64.Encoding.BigEndianBytesOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
Type.Int64.Encoding

public static final class Type.Int64.Encoding.BigEndianBytes extends com.google.protobuf.GeneratedMessageV3 implements Type.Int64.Encoding.BigEndianBytesOrBuilder
 Encodes the value as an 8-byte big endian twos complement `Bytes`
 value.
 * Order-preserving? No (positive values only)
 * Self-delimiting? Yes
 * Compatibility?
    - BigQuery Federation `BINARY` encoding
    - HBase `Bytes.toBytes`
    - Java `ByteBuffer.putLong()` with `ByteOrder.BIG_ENDIAN`
 
Protobuf type google.bigtable.v2.Type.Int64.Encoding.BigEndianBytes
See Also:
  • Field Details

    • BYTES_TYPE_FIELD_NUMBER

      public static final int BYTES_TYPE_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • hasBytesType

      public boolean hasBytesType()
       Deprecated: ignored if set.
       
      .google.bigtable.v2.Type.Bytes bytes_type = 1;
      Specified by:
      hasBytesType in interface Type.Int64.Encoding.BigEndianBytesOrBuilder
      Returns:
      Whether the bytesType field is set.
    • getBytesType

      public Type.Bytes getBytesType()
       Deprecated: ignored if set.
       
      .google.bigtable.v2.Type.Bytes bytes_type = 1;
      Specified by:
      getBytesType in interface Type.Int64.Encoding.BigEndianBytesOrBuilder
      Returns:
      The bytesType.
    • getBytesTypeOrBuilder

      public Type.BytesOrBuilder getBytesTypeOrBuilder()
       Deprecated: ignored if set.
       
      .google.bigtable.v2.Type.Bytes bytes_type = 1;
      Specified by:
      getBytesTypeOrBuilder in interface Type.Int64.Encoding.BigEndianBytesOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Type.Int64.Encoding.BigEndianBytes parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Type.Int64.Encoding.BigEndianBytes parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Type.Int64.Encoding.BigEndianBytes parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Type.Int64.Encoding.BigEndianBytes parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Type.Int64.Encoding.BigEndianBytes parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Type.Int64.Encoding.BigEndianBytes parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Type.Int64.Encoding.BigEndianBytes parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Type.Int64.Encoding.BigEndianBytes parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Type.Int64.Encoding.BigEndianBytes parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Type.Int64.Encoding.BigEndianBytes parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Type.Int64.Encoding.BigEndianBytes parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Type.Int64.Encoding.BigEndianBytes parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Type.Int64.Encoding.BigEndianBytes.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Type.Int64.Encoding.BigEndianBytes.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Type.Int64.Encoding.BigEndianBytes.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Type.Int64.Encoding.BigEndianBytes getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Type.Int64.Encoding.BigEndianBytes> parser()
    • getParserForType

      public com.google.protobuf.Parser<Type.Int64.Encoding.BigEndianBytes> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Type.Int64.Encoding.BigEndianBytes getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder