Interface AnyOptionalProto.AnyOptOrBuilder

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

public static interface AnyOptionalProto.AnyOptOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.protobuf.Any
    .google.protobuf.Any arg = 2;
    com.google.protobuf.AnyOrBuilder
    .google.protobuf.Any arg = 2;
     
    boolean
    bool is_null = 1;
    boolean
    .google.protobuf.Any arg = 2;
    boolean
    bool is_null = 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

    • hasIsNull

      boolean hasIsNull()
      bool is_null = 1;
      Returns:
      Whether the isNull field is set.
    • getIsNull

      boolean getIsNull()
      bool is_null = 1;
      Returns:
      The isNull.
    • hasArg

      boolean hasArg()
      .google.protobuf.Any arg = 2;
      Returns:
      Whether the arg field is set.
    • getArg

      com.google.protobuf.Any getArg()
      .google.protobuf.Any arg = 2;
      Returns:
      The arg.
    • getArgOrBuilder

      com.google.protobuf.AnyOrBuilder getArgOrBuilder()
      .google.protobuf.Any arg = 2;
    • getArgsCase