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

ai.promoted.proto.event.CartOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/event/event.proto

package ai.promoted.proto.event;

public interface CartOrBuilder extends
    // @@protoc_insertion_point(interface_extends:event.Cart)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .event.CartContent contents = 1 [json_name = "contents"];
   */
  java.util.List 
      getContentsList();
  /**
   * repeated .event.CartContent contents = 1 [json_name = "contents"];
   */
  ai.promoted.proto.event.CartContent getContents(int index);
  /**
   * repeated .event.CartContent contents = 1 [json_name = "contents"];
   */
  int getContentsCount();
  /**
   * repeated .event.CartContent contents = 1 [json_name = "contents"];
   */
  java.util.List 
      getContentsOrBuilderList();
  /**
   * repeated .event.CartContent contents = 1 [json_name = "contents"];
   */
  ai.promoted.proto.event.CartContentOrBuilder getContentsOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy