Interface V1.EventSourceOrBuilder

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

public static interface V1.EventSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Component from which the event is generated.
    com.google.protobuf.ByteString
    Component from which the event is generated.
    Node name on which the event is generated.
    com.google.protobuf.ByteString
    Node name on which the event is generated.
    boolean
    Component from which the event is generated.
    boolean
    Node name on which the event is generated.

    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

    • hasComponent

      boolean hasComponent()
       Component from which the event is generated.
       +optional
       
      optional string component = 1;
    • getComponent

      String getComponent()
       Component from which the event is generated.
       +optional
       
      optional string component = 1;
    • getComponentBytes

      com.google.protobuf.ByteString getComponentBytes()
       Component from which the event is generated.
       +optional
       
      optional string component = 1;
    • hasHost

      boolean hasHost()
       Node name on which the event is generated.
       +optional
       
      optional string host = 2;
    • getHost

      String getHost()
       Node name on which the event is generated.
       +optional
       
      optional string host = 2;
    • getHostBytes

      com.google.protobuf.ByteString getHostBytes()
       Node name on which the event is generated.
       +optional
       
      optional string host = 2;