Interface AdminTopicGrpcMetadataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AdminTopicGrpcMetadata, AdminTopicGrpcMetadata.Builder

public interface AdminTopicGrpcMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string clusterName = 1;
    com.google.protobuf.ByteString
    string clusterName = 1;
    long
    int64 executionId = 2;
    long
    optional int64 offset = 4;
    optional string storeName = 3;
    com.google.protobuf.ByteString
    optional string storeName = 3;
    long
    optional int64 upstreamOffset = 5;
    boolean
    optional int64 offset = 4;
    boolean
    optional string storeName = 3;
    boolean
    optional int64 upstreamOffset = 5;

    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 Details

    • getClusterName

      String getClusterName()
      string clusterName = 1;
      Returns:
      The clusterName.
    • getClusterNameBytes

      com.google.protobuf.ByteString getClusterNameBytes()
      string clusterName = 1;
      Returns:
      The bytes for clusterName.
    • getExecutionId

      long getExecutionId()
      int64 executionId = 2;
      Returns:
      The executionId.
    • hasStoreName

      boolean hasStoreName()
      optional string storeName = 3;
      Returns:
      Whether the storeName field is set.
    • getStoreName

      String getStoreName()
      optional string storeName = 3;
      Returns:
      The storeName.
    • getStoreNameBytes

      com.google.protobuf.ByteString getStoreNameBytes()
      optional string storeName = 3;
      Returns:
      The bytes for storeName.
    • hasOffset

      boolean hasOffset()
      optional int64 offset = 4;
      Returns:
      Whether the offset field is set.
    • getOffset

      long getOffset()
      optional int64 offset = 4;
      Returns:
      The offset.
    • hasUpstreamOffset

      boolean hasUpstreamOffset()
      optional int64 upstreamOffset = 5;
      Returns:
      Whether the upstreamOffset field is set.
    • getUpstreamOffset

      long getUpstreamOffset()
      optional int64 upstreamOffset = 5;
      Returns:
      The upstreamOffset.