Interface Topology.PartitionDisableExporterOperationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Topology.PartitionDisableExporterOperation,Topology.PartitionDisableExporterOperation.Builder
- Enclosing class:
Topology
public static interface Topology.PartitionDisableExporterOperationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring exporterId = 2;com.google.protobuf.ByteStringstring exporterId = 2;intint32 partitionId = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-