Interface EventCallOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EventCall, EventCall.Builder

public interface EventCallOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Unique ID for this event call (useful for tracking).
    com.google.protobuf.ByteString
    Unique ID for this event call (useful for tracking).
    The affected object.
    The affected object.
    boolean
    The affected object.

    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

    • hasObject

      boolean hasObject()
      The affected object.
      
      .octopus_sdk.v1.Object object = 1 [json_name = "object"];
      Returns:
      Whether the object field is set.
    • getObject

      Object getObject()
      The affected object.
      
      .octopus_sdk.v1.Object object = 1 [json_name = "object"];
      Returns:
      The object.
    • getObjectOrBuilder

      ObjectOrBuilder getObjectOrBuilder()
      The affected object.
      
      .octopus_sdk.v1.Object object = 1 [json_name = "object"];
    • getCallId

      String getCallId()
      Unique ID for this event call (useful for tracking).
      
      string call_id = 2 [json_name = "callId"];
      Returns:
      The callId.
    • getCallIdBytes

      com.google.protobuf.ByteString getCallIdBytes()
      Unique ID for this event call (useful for tracking).
      
      string call_id = 2 [json_name = "callId"];
      Returns:
      The bytes for callId.