Interface IsNullConditionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
IsNullCondition, IsNullCondition.Builder

public interface IsNullConditionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .io.deephaven.proto.backplane.grpc.Reference reference = 1;
    .io.deephaven.proto.backplane.grpc.Reference reference = 1;
    boolean
    .io.deephaven.proto.backplane.grpc.Reference reference = 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

    • hasReference

      boolean hasReference()
      .io.deephaven.proto.backplane.grpc.Reference reference = 1;
      Returns:
      Whether the reference field is set.
    • getReference

      Reference getReference()
      .io.deephaven.proto.backplane.grpc.Reference reference = 1;
      Returns:
      The reference.
    • getReferenceOrBuilder

      ReferenceOrBuilder getReferenceOrBuilder()
      .io.deephaven.proto.backplane.grpc.Reference reference = 1;