
io.opencannabis.schema.menu.MetadataOrBuilder 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 MetadataOrBuilder extends
// @@protoc_insertion_point(interface_extends:opencannabis.products.menu.Metadata)
com.google.protobuf.MessageOrBuilder {
/**
*
* Partner location that owns this menu data.
*
*
* string scope = 1;
*/
java.lang.String getScope();
/**
*
* Partner location that owns this menu data.
*
*
* string scope = 1;
*/
com.google.protobuf.ByteString
getScopeBytes();
/**
*
* Version number, or publish timestamp, of this data.
*
*
* uint64 version = 2;
*/
long getVersion();
/**
*
* Status of this menu data.
*
*
* .opencannabis.products.menu.Status status = 3;
*/
int getStatusValue();
/**
*
* Status of this menu data.
*
*
* .opencannabis.products.menu.Status status = 3;
*/
io.opencannabis.schema.menu.Status getStatus();
/**
*
* Flags attached to this menu data.
*
*
* repeated .opencannabis.products.menu.Flag flags = 4;
*/
java.util.List getFlagsList();
/**
*
* Flags attached to this menu data.
*
*
* repeated .opencannabis.products.menu.Flag flags = 4;
*/
int getFlagsCount();
/**
*
* Flags attached to this menu data.
*
*
* repeated .opencannabis.products.menu.Flag flags = 4;
*/
io.opencannabis.schema.menu.Flag getFlags(int index);
/**
*
* Flags attached to this menu data.
*
*
* repeated .opencannabis.products.menu.Flag flags = 4;
*/
java.util.List
getFlagsValueList();
/**
*
* Flags attached to this menu data.
*
*
* repeated .opencannabis.products.menu.Flag flags = 4;
*/
int getFlagsValue(int index);
/**
*
* When this menu data was published.
*
*
* .opencannabis.temporal.Instant published = 5;
*/
boolean hasPublished();
/**
*
* When this menu data was published.
*
*
* .opencannabis.temporal.Instant published = 5;
*/
io.opencannabis.schema.temporal.TemporalInstant.Instant getPublished();
/**
*
* When this menu data was published.
*
*
* .opencannabis.temporal.Instant published = 5;
*/
io.opencannabis.schema.temporal.TemporalInstant.InstantOrBuilder getPublishedOrBuilder();
/**
*
* Settings that produced this menu data.
*
*
* .opencannabis.products.menu.MenuSettings settings = 6;
*/
boolean hasSettings();
/**
*
* Settings that produced this menu data.
*
*
* .opencannabis.products.menu.MenuSettings settings = 6;
*/
io.opencannabis.schema.menu.MenuSettings getSettings();
/**
*
* Settings that produced this menu data.
*
*
* .opencannabis.products.menu.MenuSettings settings = 6;
*/
io.opencannabis.schema.menu.MenuSettingsOrBuilder getSettingsOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy