Interface EventOrBuilder

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

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

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsDimensions​(java.lang.String key)
      map<string, .stigg.sidecar.v1.EventDimensionValue> dimensions = 5 [json_name = "dimensions"];
      java.lang.String getCustomerId()
      string customer_id = 2 [json_name = "customerId"];
      com.google.protobuf.ByteString getCustomerIdBytes()
      string customer_id = 2 [json_name = "customerId"];
      java.util.Map<java.lang.String,​EventDimensionValue> getDimensions()
      Deprecated.
      int getDimensionsCount()
      map<string, .stigg.sidecar.v1.EventDimensionValue> dimensions = 5 [json_name = "dimensions"];
      java.util.Map<java.lang.String,​EventDimensionValue> getDimensionsMap()
      map<string, .stigg.sidecar.v1.EventDimensionValue> dimensions = 5 [json_name = "dimensions"];
      EventDimensionValue getDimensionsOrDefault​(java.lang.String key, EventDimensionValue defaultValue)
      map<string, .stigg.sidecar.v1.EventDimensionValue> dimensions = 5 [json_name = "dimensions"];
      EventDimensionValue getDimensionsOrThrow​(java.lang.String key)
      map<string, .stigg.sidecar.v1.EventDimensionValue> dimensions = 5 [json_name = "dimensions"];
      java.lang.String getEventName()
      string event_name = 1 [json_name = "eventName"];
      com.google.protobuf.ByteString getEventNameBytes()
      string event_name = 1 [json_name = "eventName"];
      java.lang.String getIdempotencyKey()
      string idempotency_key = 3 [json_name = "idempotencyKey"];
      com.google.protobuf.ByteString getIdempotencyKeyBytes()
      string idempotency_key = 3 [json_name = "idempotencyKey"];
      java.lang.String getResourceId()
      optional string resource_id = 4 [json_name = "resourceId"];
      com.google.protobuf.ByteString getResourceIdBytes()
      optional string resource_id = 4 [json_name = "resourceId"];
      com.google.protobuf.Timestamp getTimestamp()
      optional .google.protobuf.Timestamp timestamp = 6 [json_name = "timestamp"];
      com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
      optional .google.protobuf.Timestamp timestamp = 6 [json_name = "timestamp"];
      boolean hasResourceId()
      optional string resource_id = 4 [json_name = "resourceId"];
      boolean hasTimestamp()
      optional .google.protobuf.Timestamp timestamp = 6 [json_name = "timestamp"];
      • 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 Detail

      • getEventName

        java.lang.String getEventName()
        string event_name = 1 [json_name = "eventName"];
        Returns:
        The eventName.
      • getEventNameBytes

        com.google.protobuf.ByteString getEventNameBytes()
        string event_name = 1 [json_name = "eventName"];
        Returns:
        The bytes for eventName.
      • getCustomerId

        java.lang.String getCustomerId()
        string customer_id = 2 [json_name = "customerId"];
        Returns:
        The customerId.
      • getCustomerIdBytes

        com.google.protobuf.ByteString getCustomerIdBytes()
        string customer_id = 2 [json_name = "customerId"];
        Returns:
        The bytes for customerId.
      • getIdempotencyKey

        java.lang.String getIdempotencyKey()
        string idempotency_key = 3 [json_name = "idempotencyKey"];
        Returns:
        The idempotencyKey.
      • getIdempotencyKeyBytes

        com.google.protobuf.ByteString getIdempotencyKeyBytes()
        string idempotency_key = 3 [json_name = "idempotencyKey"];
        Returns:
        The bytes for idempotencyKey.
      • hasResourceId

        boolean hasResourceId()
        optional string resource_id = 4 [json_name = "resourceId"];
        Returns:
        Whether the resourceId field is set.
      • getResourceId

        java.lang.String getResourceId()
        optional string resource_id = 4 [json_name = "resourceId"];
        Returns:
        The resourceId.
      • getResourceIdBytes

        com.google.protobuf.ByteString getResourceIdBytes()
        optional string resource_id = 4 [json_name = "resourceId"];
        Returns:
        The bytes for resourceId.
      • getDimensionsCount

        int getDimensionsCount()
        map<string, .stigg.sidecar.v1.EventDimensionValue> dimensions = 5 [json_name = "dimensions"];
      • containsDimensions

        boolean containsDimensions​(java.lang.String key)
        map<string, .stigg.sidecar.v1.EventDimensionValue> dimensions = 5 [json_name = "dimensions"];
      • getDimensionsMap

        java.util.Map<java.lang.String,​EventDimensionValue> getDimensionsMap()
        map<string, .stigg.sidecar.v1.EventDimensionValue> dimensions = 5 [json_name = "dimensions"];
      • getDimensionsOrDefault

        EventDimensionValue getDimensionsOrDefault​(java.lang.String key,
                                                   EventDimensionValue defaultValue)
        map<string, .stigg.sidecar.v1.EventDimensionValue> dimensions = 5 [json_name = "dimensions"];
      • getDimensionsOrThrow

        EventDimensionValue getDimensionsOrThrow​(java.lang.String key)
        map<string, .stigg.sidecar.v1.EventDimensionValue> dimensions = 5 [json_name = "dimensions"];
      • hasTimestamp

        boolean hasTimestamp()
        optional .google.protobuf.Timestamp timestamp = 6 [json_name = "timestamp"];
        Returns:
        Whether the timestamp field is set.
      • getTimestamp

        com.google.protobuf.Timestamp getTimestamp()
        optional .google.protobuf.Timestamp timestamp = 6 [json_name = "timestamp"];
        Returns:
        The timestamp.
      • getTimestampOrBuilder

        com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder()
        optional .google.protobuf.Timestamp timestamp = 6 [json_name = "timestamp"];