Interface ExtendedPropertySetProto.ExtendedPropertySetPBOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ExtendedPropertySetProto.ExtendedPropertySetPB, ExtendedPropertySetProto.ExtendedPropertySetPB.Builder
Enclosing class:
ExtendedPropertySetProto

public static interface ExtendedPropertySetProto.ExtendedPropertySetPBOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasLocalProps

      boolean hasLocalProps()
      optional .common.protobuf.PropertySetPB localProps = 1;
      Returns:
      Whether the localProps field is set.
    • getLocalProps

      optional .common.protobuf.PropertySetPB localProps = 1;
      Returns:
      The localProps.
    • getLocalPropsOrBuilder

      PropertySetProto.PropertySetPBOrBuilder getLocalPropsOrBuilder()
      optional .common.protobuf.PropertySetPB localProps = 1;
    • hasParentProps

      boolean hasParentProps()
      optional .common.protobuf.PropertySetPB parentProps = 2;
      Returns:
      Whether the parentProps field is set.
    • getParentProps

      optional .common.protobuf.PropertySetPB parentProps = 2;
      Returns:
      The parentProps.
    • getParentPropsOrBuilder

      PropertySetProto.PropertySetPBOrBuilder getParentPropsOrBuilder()
      optional .common.protobuf.PropertySetPB parentProps = 2;