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

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

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 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