public interface EventProcessorSegmentReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getProcessorName()
The name of the Event Processor
|
com.google.protobuf.ByteString |
getProcessorNameBytes()
The name of the Event Processor
|
int |
getSegmentIdentifier()
The identifier of the Segment
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getProcessorName()
The name of the Event Processor
string processor_name = 1;
com.google.protobuf.ByteString getProcessorNameBytes()
The name of the Event Processor
string processor_name = 1;
int getSegmentIdentifier()
The identifier of the Segment
int32 segment_identifier = 2;
Copyright © 2010–2020. All rights reserved.