
io.opencannabis.schema.product.struct.testing.TerpenesOrBuilder 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: structs/labtesting/TestResults.proto
package io.opencannabis.schema.product.struct.testing;
public interface TerpenesOrBuilder extends
// @@protoc_insertion_point(interface_extends:opencannabis.structs.labtesting.Terpenes)
com.google.protobuf.MessageOrBuilder {
/**
*
* Flag indicating whether terpene testing is available yet or not.
*
*
* bool available = 1;
*/
boolean getAvailable();
/**
*
* Individual terpene testing results.
*
*
* repeated .opencannabis.structs.labtesting.Terpenes.Result terpene = 10;
*/
java.util.List
getTerpeneList();
/**
*
* Individual terpene testing results.
*
*
* repeated .opencannabis.structs.labtesting.Terpenes.Result terpene = 10;
*/
io.opencannabis.schema.product.struct.testing.Terpenes.Result getTerpene(int index);
/**
*
* Individual terpene testing results.
*
*
* repeated .opencannabis.structs.labtesting.Terpenes.Result terpene = 10;
*/
int getTerpeneCount();
/**
*
* Individual terpene testing results.
*
*
* repeated .opencannabis.structs.labtesting.Terpenes.Result terpene = 10;
*/
java.util.List extends io.opencannabis.schema.product.struct.testing.Terpenes.ResultOrBuilder>
getTerpeneOrBuilderList();
/**
*
* Individual terpene testing results.
*
*
* repeated .opencannabis.structs.labtesting.Terpenes.Result terpene = 10;
*/
io.opencannabis.schema.product.struct.testing.Terpenes.ResultOrBuilder getTerpeneOrBuilder(
int index);
/**
*
* Enumerates computed feeling notes, based on the specified terpene results.
*
*
* repeated .opencannabis.structs.labtesting.Feeling feeling = 2;
*/
java.util.List getFeelingList();
/**
*
* Enumerates computed feeling notes, based on the specified terpene results.
*
*
* repeated .opencannabis.structs.labtesting.Feeling feeling = 2;
*/
int getFeelingCount();
/**
*
* Enumerates computed feeling notes, based on the specified terpene results.
*
*
* repeated .opencannabis.structs.labtesting.Feeling feeling = 2;
*/
io.opencannabis.schema.product.struct.testing.Feeling getFeeling(int index);
/**
*
* Enumerates computed feeling notes, based on the specified terpene results.
*
*
* repeated .opencannabis.structs.labtesting.Feeling feeling = 2;
*/
java.util.List
getFeelingValueList();
/**
*
* Enumerates computed feeling notes, based on the specified terpene results.
*
*
* repeated .opencannabis.structs.labtesting.Feeling feeling = 2;
*/
int getFeelingValue(int index);
/**
*
* Enumerates computed aroma/flavor notes.
*
*
* repeated .opencannabis.structs.labtesting.TasteNote aroma = 3;
*/
java.util.List getAromaList();
/**
*
* Enumerates computed aroma/flavor notes.
*
*
* repeated .opencannabis.structs.labtesting.TasteNote aroma = 3;
*/
int getAromaCount();
/**
*
* Enumerates computed aroma/flavor notes.
*
*
* repeated .opencannabis.structs.labtesting.TasteNote aroma = 3;
*/
io.opencannabis.schema.product.struct.testing.TasteNote getAroma(int index);
/**
*
* Enumerates computed aroma/flavor notes.
*
*
* repeated .opencannabis.structs.labtesting.TasteNote aroma = 3;
*/
java.util.List
getAromaValueList();
/**
*
* Enumerates computed aroma/flavor notes.
*
*
* repeated .opencannabis.structs.labtesting.TasteNote aroma = 3;
*/
int getAromaValue(int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy