All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.stigg.sidecar.proto.v1.EventOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.112.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: stigg/sidecar/v1/sidecar.proto

package io.stigg.sidecar.proto.v1;

public interface EventOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:stigg.sidecar.v1.Event)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string event_name = 1 [json_name = "eventName"];
   *
   * @return The eventName.
   */
  java.lang.String getEventName();

  /**
   * string event_name = 1 [json_name = "eventName"];
   *
   * @return The bytes for eventName.
   */
  com.google.protobuf.ByteString getEventNameBytes();

  /**
   * string customer_id = 2 [json_name = "customerId"];
   *
   * @return The customerId.
   */
  java.lang.String getCustomerId();

  /**
   * string customer_id = 2 [json_name = "customerId"];
   *
   * @return The bytes for customerId.
   */
  com.google.protobuf.ByteString getCustomerIdBytes();

  /**
   * string idempotency_key = 3 [json_name = "idempotencyKey"];
   *
   * @return The idempotencyKey.
   */
  java.lang.String getIdempotencyKey();

  /**
   * string idempotency_key = 3 [json_name = "idempotencyKey"];
   *
   * @return The bytes for idempotencyKey.
   */
  com.google.protobuf.ByteString getIdempotencyKeyBytes();

  /**
   * optional string resource_id = 4 [json_name = "resourceId"];
   *
   * @return Whether the resourceId field is set.
   */
  boolean hasResourceId();

  /**
   * optional string resource_id = 4 [json_name = "resourceId"];
   *
   * @return The resourceId.
   */
  java.lang.String getResourceId();

  /**
   * optional string resource_id = 4 [json_name = "resourceId"];
   *
   * @return The bytes for resourceId.
   */
  com.google.protobuf.ByteString getResourceIdBytes();

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

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

  /** Use {@link #getDimensionsMap()} instead. */
  @java.lang.Deprecated
  java.util.Map getDimensions();

  /**
   * 
   * map<string, .stigg.sidecar.v1.EventDimensionValue> dimensions = 5 [json_name = "dimensions"];
   * 
   */
  java.util.Map getDimensionsMap();

  /**
   * 
   * map<string, .stigg.sidecar.v1.EventDimensionValue> dimensions = 5 [json_name = "dimensions"];
   * 
   */
  /* nullable */
  io.stigg.sidecar.proto.v1.EventDimensionValue getDimensionsOrDefault(
      java.lang.String key,
      /* nullable */
      io.stigg.sidecar.proto.v1.EventDimensionValue defaultValue);

  /**
   * 
   * map<string, .stigg.sidecar.v1.EventDimensionValue> dimensions = 5 [json_name = "dimensions"];
   * 
   */
  io.stigg.sidecar.proto.v1.EventDimensionValue getDimensionsOrThrow(java.lang.String key);

  /**
   * optional .google.protobuf.Timestamp timestamp = 6 [json_name = "timestamp"];
   *
   * @return Whether the timestamp field is set.
   */
  boolean hasTimestamp();

  /**
   * optional .google.protobuf.Timestamp timestamp = 6 [json_name = "timestamp"];
   *
   * @return The timestamp.
   */
  com.google.protobuf.Timestamp getTimestamp();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy