Interface Topology.PartitionEnableExporterOperationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Topology.PartitionEnableExporterOperation, Topology.PartitionEnableExporterOperation.Builder
Enclosing class:
Topology

public static interface Topology.PartitionEnableExporterOperationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string exporterId = 2;
    com.google.protobuf.ByteString
    string exporterId = 2;
    optional string initializeFrom = 3;
    com.google.protobuf.ByteString
    optional string initializeFrom = 3;
    int
    int32 partitionId = 1;
    boolean
    optional string initializeFrom = 3;

    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

    • getPartitionId

      int getPartitionId()
      int32 partitionId = 1;
      Returns:
      The partitionId.
    • getExporterId

      String getExporterId()
      string exporterId = 2;
      Returns:
      The exporterId.
    • getExporterIdBytes

      com.google.protobuf.ByteString getExporterIdBytes()
      string exporterId = 2;
      Returns:
      The bytes for exporterId.
    • hasInitializeFrom

      boolean hasInitializeFrom()
      optional string initializeFrom = 3;
      Returns:
      Whether the initializeFrom field is set.
    • getInitializeFrom

      String getInitializeFrom()
      optional string initializeFrom = 3;
      Returns:
      The initializeFrom.
    • getInitializeFromBytes

      com.google.protobuf.ByteString getInitializeFromBytes()
      optional string initializeFrom = 3;
      Returns:
      The bytes for initializeFrom.