Interface GetRequestOrBuilder

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

    public interface GetRequestOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getEventId()
      if passed, get event level Advertising config
      com.google.protobuf.ByteString getEventIdBytes()
      if passed, get event level Advertising config
      java.lang.String getOrganizationId()
      string organization_id = 1 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 1 [json_name = "organizationId"];
      boolean hasEventId()
      if passed, get event level Advertising config
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getOrganizationId

        java.lang.String getOrganizationId()
        string organization_id = 1 [json_name = "organizationId"];
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        com.google.protobuf.ByteString getOrganizationIdBytes()
        string organization_id = 1 [json_name = "organizationId"];
        Returns:
        The bytes for organizationId.
      • hasEventId

        boolean hasEventId()
         if passed, get event level Advertising config
         
        optional string event_id = 2 [json_name = "eventId"];
        Returns:
        Whether the eventId field is set.
      • getEventId

        java.lang.String getEventId()
         if passed, get event level Advertising config
         
        optional string event_id = 2 [json_name = "eventId"];
        Returns:
        The eventId.
      • getEventIdBytes

        com.google.protobuf.ByteString getEventIdBytes()
         if passed, get event level Advertising config
         
        optional string event_id = 2 [json_name = "eventId"];
        Returns:
        The bytes for eventId.