
io.opencannabis.schema.menu.MenuSettingsOrBuilder 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 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