
io.opencannabis.schema.menu.MenuSettingsOrBuilder Maven / Gradle / Ivy
/*
* 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 MenuSettingsOrBuilder extends
// @@protoc_insertion_point(interface_extends:opencannabis.products.menu.MenuSettings)
com.google.protobuf.MessageOrBuilder {
/**
*
* Flag indicating a full menu, including hidden/out-of-stock items.
*
*
* bool full = 1;
*/
boolean getFull();
/**
*
* Only include menu keys, no detail data.
*
*
* bool keys_only = 2;
*/
boolean getKeysOnly();
/**
*
* Don't return the menu if it's identical to this fingerprint.
*
*
* .opencannabis.crypto.Hash snapshot = 3;
*/
boolean hasSnapshot();
/**
*
* Don't return the menu if it's identical to this fingerprint.
*
*
* .opencannabis.crypto.Hash snapshot = 3;
*/
io.opencannabis.schema.crypto.primitives.integrity.Hash getSnapshot();
/**
*
* Don't return the menu if it's identical to this fingerprint.
*
*
* .opencannabis.crypto.Hash snapshot = 3;
*/
io.opencannabis.schema.crypto.primitives.integrity.HashOrBuilder getSnapshotOrBuilder();
/**
*
* Bloom filter to consider when returning or processing menu items.
*
*
* .opencannabis.crypto.Hash fingerprint = 4;
*/
boolean hasFingerprint();
/**
*
* Bloom filter to consider when returning or processing menu items.
*
*
* .opencannabis.crypto.Hash fingerprint = 4;
*/
io.opencannabis.schema.crypto.primitives.integrity.Hash getFingerprint();
/**
*
* Bloom filter to consider when returning or processing menu items.
*
*
* .opencannabis.crypto.Hash fingerprint = 4;
*/
io.opencannabis.schema.crypto.primitives.integrity.HashOrBuilder getFingerprintOrBuilder();
/**
*
* Sections to include in the menu. If unspecified, include all sections.
*
*
* repeated .opencannabis.products.menu.section.Section section = 5;
*/
java.util.List getSectionList();
/**
*
* Sections to include in the menu. If unspecified, include all sections.
*
*
* repeated .opencannabis.products.menu.section.Section section = 5;
*/
int getSectionCount();
/**
*
* Sections to include in the menu. If unspecified, include all sections.
*
*
* repeated .opencannabis.products.menu.section.Section section = 5;
*/
io.opencannabis.schema.menu.section.Section getSection(int index);
/**
*
* Sections to include in the menu. If unspecified, include all sections.
*
*
* repeated .opencannabis.products.menu.section.Section section = 5;
*/
java.util.List
getSectionValueList();
/**
*
* Sections to include in the menu. If unspecified, include all sections.
*
*
* repeated .opencannabis.products.menu.section.Section section = 5;
*/
int getSectionValue(int index);
/**
*
* Hint for other available sections. Included on a sectioned menu payload with only one section.
*
*
* repeated .opencannabis.products.menu.section.Section available_section = 6;
*/
java.util.List getAvailableSectionList();
/**
*
* Hint for other available sections. Included on a sectioned menu payload with only one section.
*
*
* repeated .opencannabis.products.menu.section.Section available_section = 6;
*/
int getAvailableSectionCount();
/**
*
* Hint for other available sections. Included on a sectioned menu payload with only one section.
*
*
* repeated .opencannabis.products.menu.section.Section available_section = 6;
*/
io.opencannabis.schema.menu.section.Section getAvailableSection(int index);
/**
*
* Hint for other available sections. Included on a sectioned menu payload with only one section.
*
*
* repeated .opencannabis.products.menu.section.Section available_section = 6;
*/
java.util.List
getAvailableSectionValueList();
/**
*
* Hint for other available sections. Included on a sectioned menu payload with only one section.
*
*
* repeated .opencannabis.products.menu.section.Section available_section = 6;
*/
int getAvailableSectionValue(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy