Interface ParameterModelProto.ParameterModelEntryPBOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ParameterModelProto.ParameterModelEntryPB,ParameterModelProto.ParameterModelEntryPB.Builder
- Enclosing class:
- ParameterModelProto
public static interface ParameterModelProto.ParameterModelEntryPBOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetPath().common.protobuf.TagPathPB path = 1;.common.protobuf.TagPathPB path = 1;getProps().common.protobuf.PropertySetPB props = 2;.common.protobuf.PropertySetPB props = 2;booleanhasPath().common.protobuf.TagPathPB path = 1;booleanhasProps().common.protobuf.PropertySetPB props = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPath
boolean hasPath().common.protobuf.TagPathPB path = 1;- Returns:
- Whether the path field is set.
-
getPath
TagPathProto.TagPathPB getPath().common.protobuf.TagPathPB path = 1;- Returns:
- The path.
-
getPathOrBuilder
TagPathProto.TagPathPBOrBuilder getPathOrBuilder().common.protobuf.TagPathPB path = 1; -
hasProps
boolean hasProps().common.protobuf.PropertySetPB props = 2;- Returns:
- Whether the props field is set.
-
getProps
PropertySetProto.PropertySetPB getProps().common.protobuf.PropertySetPB props = 2;- Returns:
- The props.
-
getPropsOrBuilder
PropertySetProto.PropertySetPBOrBuilder getPropsOrBuilder().common.protobuf.PropertySetPB props = 2;
-