Interface Controlcenter.TriggerEventKeyOrBuilder

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

public static interface Controlcenter.TriggerEventKeyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    e.g., consumer group, topic, brokerCluster, or brokerCluster:broker
    com.google.protobuf.ByteString
    e.g., consumer group, topic, brokerCluster, or brokerCluster:broker
    long
    int64 timestamp = 2;
    string triggerGuid = 1;
    com.google.protobuf.ByteString
    string triggerGuid = 1;
    long
    int64 window = 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

    • getTriggerGuid

      String getTriggerGuid()
      string triggerGuid = 1;
      Returns:
      The triggerGuid.
    • getTriggerGuidBytes

      com.google.protobuf.ByteString getTriggerGuidBytes()
      string triggerGuid = 1;
      Returns:
      The bytes for triggerGuid.
    • getComponent

      String getComponent()
       e.g., consumer group, topic, brokerCluster, or brokerCluster:broker
       
      string component = 4;
      Returns:
      The component.
    • getComponentBytes

      com.google.protobuf.ByteString getComponentBytes()
       e.g., consumer group, topic, brokerCluster, or brokerCluster:broker
       
      string component = 4;
      Returns:
      The bytes for component.
    • getTimestamp

      long getTimestamp()
      int64 timestamp = 2;
      Returns:
      The timestamp.
    • getWindow

      long getWindow()
      int64 window = 3;
      Returns:
      The window.