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

main.java.com.streamlayer.sdkSettings.organization.advertising.GetRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 5.133.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: streamlayer/sdkSettings/organization/advertising/organization.advertising.proto

// Protobuf Java Version: 3.25.3
package com.streamlayer.sdkSettings.organization.advertising;

public interface GetRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:streamlayer.sdkSettings.organization.advertising.GetRequest)
    com.google.protobuf.MessageLiteOrBuilder {

  /**
   * string organization_id = 1 [json_name = "organizationId"];
   * @return The organizationId.
   */
  java.lang.String getOrganizationId();
  /**
   * string organization_id = 1 [json_name = "organizationId"];
   * @return The bytes for organizationId.
   */
  com.google.protobuf.ByteString
      getOrganizationIdBytes();

  /**
   * 
   * if passed, get event level Advertising config
   * 
* * optional string event_id = 2 [json_name = "eventId"]; * @return Whether the eventId field is set. */ boolean hasEventId(); /** *
   * if passed, get event level Advertising config
   * 
* * optional string event_id = 2 [json_name = "eventId"]; * @return The eventId. */ java.lang.String getEventId(); /** *
   * if passed, get event level Advertising config
   * 
* * optional string event_id = 2 [json_name = "eventId"]; * @return The bytes for eventId. */ com.google.protobuf.ByteString getEventIdBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy