
io.opencannabis.schema.menu.SectionDataOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
Java RPCAPI client for the Bloombox Cloud.
The newest version!
/*
* Copyright 2019, Momentum Ideas Co.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* 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 SectionDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:opencannabis.products.menu.SectionData)
com.google.protobuf.MessageOrBuilder {
/**
*
* Count of products included in this menu section data.
*
*
* int32 count = 1;
*/
int getCount();
/**
*
* Section that this data is attached to.
*
*
* .opencannabis.products.menu.section.SectionSpec section = 2;
*/
boolean hasSection();
/**
*
* Section that this data is attached to.
*
*
* .opencannabis.products.menu.section.SectionSpec section = 2;
*/
io.opencannabis.schema.menu.section.SectionSpec getSection();
/**
*
* Section that this data is attached to.
*
*
* .opencannabis.products.menu.section.SectionSpec section = 2;
*/
io.opencannabis.schema.menu.section.SectionSpecOrBuilder getSectionOrBuilder();
/**
*
* Menu products attached to this section.
*
*
* repeated .opencannabis.products.menu.MenuProduct product = 3;
*/
java.util.List
getProductList();
/**
*
* Menu products attached to this section.
*
*
* repeated .opencannabis.products.menu.MenuProduct product = 3;
*/
io.opencannabis.schema.menu.MenuProduct getProduct(int index);
/**
*
* Menu products attached to this section.
*
*
* repeated .opencannabis.products.menu.MenuProduct product = 3;
*/
int getProductCount();
/**
*
* Menu products attached to this section.
*
*
* repeated .opencannabis.products.menu.MenuProduct product = 3;
*/
java.util.List extends io.opencannabis.schema.menu.MenuProductOrBuilder>
getProductOrBuilderList();
/**
*
* Menu products attached to this section.
*
*
* repeated .opencannabis.products.menu.MenuProduct product = 3;
*/
io.opencannabis.schema.menu.MenuProductOrBuilder getProductOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy