io.opencannabis.schema.product.struct.testing.TerpenesOrBuilder 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: 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