Interface ShardV1.ShardOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ShardV1.Shard, ShardV1.Shard.Builder
    Enclosing class:
    ShardV1

    public static interface ShardV1.ShardOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.google.protobuf.ByteString getRecipient()
      required bytes recipient = 4;
      com.google.protobuf.ByteString getRoot()
      required bytes root = 6;
      com.google.protobuf.ByteString getShard()
      required bytes shard = 5;
      long getTimestamp()
      required fixed64 timestamp = 3;
      java.lang.String getType()
      required string type = 1;
      com.google.protobuf.ByteString getTypeBytes()
      required string type = 1;
      java.lang.String getVersion()
      required string version = 2;
      com.google.protobuf.ByteString getVersionBytes()
      required string version = 2;
      boolean hasRecipient()
      required bytes recipient = 4;
      boolean hasRoot()
      required bytes root = 6;
      boolean hasShard()
      required bytes shard = 5;
      boolean hasTimestamp()
      required fixed64 timestamp = 3;
      boolean hasType()
      required string type = 1;
      boolean hasVersion()
      required string version = 2;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasType

        boolean hasType()
        required string type = 1;
        Returns:
        Whether the type field is set.
      • getType

        java.lang.String getType()
        required string type = 1;
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        required string type = 1;
        Returns:
        The bytes for type.
      • hasVersion

        boolean hasVersion()
        required string version = 2;
        Returns:
        Whether the version field is set.
      • getVersion

        java.lang.String getVersion()
        required string version = 2;
        Returns:
        The version.
      • getVersionBytes

        com.google.protobuf.ByteString getVersionBytes()
        required string version = 2;
        Returns:
        The bytes for version.
      • hasTimestamp

        boolean hasTimestamp()
        required fixed64 timestamp = 3;
        Returns:
        Whether the timestamp field is set.
      • getTimestamp

        long getTimestamp()
        required fixed64 timestamp = 3;
        Returns:
        The timestamp.
      • hasRecipient

        boolean hasRecipient()
        required bytes recipient = 4;
        Returns:
        Whether the recipient field is set.
      • getRecipient

        com.google.protobuf.ByteString getRecipient()
        required bytes recipient = 4;
        Returns:
        The recipient.
      • hasShard

        boolean hasShard()
        required bytes shard = 5;
        Returns:
        Whether the shard field is set.
      • getShard

        com.google.protobuf.ByteString getShard()
        required bytes shard = 5;
        Returns:
        The shard.
      • hasRoot

        boolean hasRoot()
        required bytes root = 6;
        Returns:
        Whether the root field is set.
      • getRoot

        com.google.protobuf.ByteString getRoot()
        required bytes root = 6;
        Returns:
        The root.