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 Type
    Method
    Description
    .common.protobuf.TagPathPB path = 1;
    .common.protobuf.TagPathPB path = 1;
    .common.protobuf.PropertySetPB props = 2;
    .common.protobuf.PropertySetPB props = 2;
    boolean
    .common.protobuf.TagPathPB path = 1;
    boolean
    .common.protobuf.PropertySetPB props = 2;

    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

    • hasPath

      boolean hasPath()
      .common.protobuf.TagPathPB path = 1;
      Returns:
      Whether the path field is set.
    • getPath

      .common.protobuf.TagPathPB path = 1;
      Returns:
      The path.
    • getPathOrBuilder

      .common.protobuf.TagPathPB path = 1;
    • hasProps

      boolean hasProps()
      .common.protobuf.PropertySetPB props = 2;
      Returns:
      Whether the props field is set.
    • getProps

      .common.protobuf.PropertySetPB props = 2;
      Returns:
      The props.
    • getPropsOrBuilder

      .common.protobuf.PropertySetPB props = 2;