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

io.opencannabis.schema.menu.MenuOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
/*
 * Copyright 2018, Momentum Ideas, Co. All rights reserved.
 *
 * Source and object computer code contained herein is the private intellectual
 * property of Momentum Ideas Co., a Delaware Corporation. Use of this
 * code in source form requires permission in writing before use or the
 * assembly, distribution, or publishing of derivative works, for commercial
 * purposes or any other purpose, from a duly authorized officer of Momentum
 * Ideas Co.
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: products/menu/Menu.proto

package io.opencannabis.schema.menu;

public interface MenuOrBuilder extends
    // @@protoc_insertion_point(interface_extends:opencannabis.products.menu.Menu)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Metadata for the menu.
   * 
* * .opencannabis.products.menu.Metadata metadata = 1; */ boolean hasMetadata(); /** *
   * Metadata for the menu.
   * 
* * .opencannabis.products.menu.Metadata metadata = 1; */ io.opencannabis.schema.menu.Metadata getMetadata(); /** *
   * Metadata for the menu.
   * 
* * .opencannabis.products.menu.Metadata metadata = 1; */ io.opencannabis.schema.menu.MetadataOrBuilder getMetadataOrBuilder(); /** *
   * Data payloads attached to this menu.
   * 
* * .opencannabis.products.menu.SectionedMenu payload = 3; */ boolean hasPayload(); /** *
   * Data payloads attached to this menu.
   * 
* * .opencannabis.products.menu.SectionedMenu payload = 3; */ io.opencannabis.schema.menu.SectionedMenu getPayload(); /** *
   * Data payloads attached to this menu.
   * 
* * .opencannabis.products.menu.SectionedMenu payload = 3; */ io.opencannabis.schema.menu.SectionedMenuOrBuilder getPayloadOrBuilder(); /** *
   * Specifies a static menu, where each section is specified as a typed map, with keys mapped to products.
   * 
* * .opencannabis.products.menu.StaticMenu menu = 4; */ boolean hasMenu(); /** *
   * Specifies a static menu, where each section is specified as a typed map, with keys mapped to products.
   * 
* * .opencannabis.products.menu.StaticMenu menu = 4; */ io.opencannabis.schema.menu.StaticMenu getMenu(); /** *
   * Specifies a static menu, where each section is specified as a typed map, with keys mapped to products.
   * 
* * .opencannabis.products.menu.StaticMenu menu = 4; */ io.opencannabis.schema.menu.StaticMenuOrBuilder getMenuOrBuilder(); public io.opencannabis.schema.menu.Menu.ContentCase getContentCase(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy