Interface ParameterModelProto.ParameterModelPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ParameterModelProto.ParameterModelPB
,ParameterModelProto.ParameterModelPB.Builder
- Enclosing class:
- ParameterModelProto
public static interface ParameterModelProto.ParameterModelPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetModel
(int index) repeated .common.protobuf.ParameterModelEntryPB model = 3;
int
repeated .common.protobuf.ParameterModelEntryPB model = 3;
repeated .common.protobuf.ParameterModelEntryPB model = 3;
getModelOrBuilder
(int index) repeated .common.protobuf.ParameterModelEntryPB model = 3;
repeated .common.protobuf.ParameterModelEntryPB model = 3;
.common.protobuf.PropertySetPB rootParams = 2;
.common.protobuf.PropertySetPB rootParams = 2;
.common.protobuf.TagPathPB udtPath = 1;
.common.protobuf.TagPathPB udtPath = 1;
boolean
.common.protobuf.PropertySetPB rootParams = 2;
boolean
.common.protobuf.TagPathPB udtPath = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasUdtPath
boolean hasUdtPath().common.protobuf.TagPathPB udtPath = 1;
- Returns:
- Whether the udtPath field is set.
-
getUdtPath
TagPathProto.TagPathPB getUdtPath().common.protobuf.TagPathPB udtPath = 1;
- Returns:
- The udtPath.
-
getUdtPathOrBuilder
TagPathProto.TagPathPBOrBuilder getUdtPathOrBuilder().common.protobuf.TagPathPB udtPath = 1;
-
hasRootParams
boolean hasRootParams().common.protobuf.PropertySetPB rootParams = 2;
- Returns:
- Whether the rootParams field is set.
-
getRootParams
PropertySetProto.PropertySetPB getRootParams().common.protobuf.PropertySetPB rootParams = 2;
- Returns:
- The rootParams.
-
getRootParamsOrBuilder
PropertySetProto.PropertySetPBOrBuilder getRootParamsOrBuilder().common.protobuf.PropertySetPB rootParams = 2;
-
getModelList
List<ParameterModelProto.ParameterModelEntryPB> getModelList()repeated .common.protobuf.ParameterModelEntryPB model = 3;
-
getModel
repeated .common.protobuf.ParameterModelEntryPB model = 3;
-
getModelCount
int getModelCount()repeated .common.protobuf.ParameterModelEntryPB model = 3;
-
getModelOrBuilderList
List<? extends ParameterModelProto.ParameterModelEntryPBOrBuilder> getModelOrBuilderList()repeated .common.protobuf.ParameterModelEntryPB model = 3;
-
getModelOrBuilder
repeated .common.protobuf.ParameterModelEntryPB model = 3;
-