Interface NestedTestAllTypesOrBuilder

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

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

    Modifier and Type
    Method
    Description
    optional .cel.expr.conformance.proto2.NestedTestAllTypes child = 1;
    optional .cel.expr.conformance.proto2.NestedTestAllTypes child = 1;
    optional .cel.expr.conformance.proto2.TestAllTypes payload = 2;
    optional .cel.expr.conformance.proto2.TestAllTypes payload = 2;
    boolean
    optional .cel.expr.conformance.proto2.NestedTestAllTypes child = 1;
    boolean
    optional .cel.expr.conformance.proto2.TestAllTypes payload = 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

    • hasChild

      boolean hasChild()
      optional .cel.expr.conformance.proto2.NestedTestAllTypes child = 1;
      Returns:
      Whether the child field is set.
    • getChild

      NestedTestAllTypes getChild()
      optional .cel.expr.conformance.proto2.NestedTestAllTypes child = 1;
      Returns:
      The child.
    • getChildOrBuilder

      NestedTestAllTypesOrBuilder getChildOrBuilder()
      optional .cel.expr.conformance.proto2.NestedTestAllTypes child = 1;
    • hasPayload

      boolean hasPayload()
      optional .cel.expr.conformance.proto2.TestAllTypes payload = 2;
      Returns:
      Whether the payload field is set.
    • getPayload

      TestAllTypes getPayload()
      optional .cel.expr.conformance.proto2.TestAllTypes payload = 2;
      Returns:
      The payload.
    • getPayloadOrBuilder

      TestAllTypesOrBuilder getPayloadOrBuilder()
      optional .cel.expr.conformance.proto2.TestAllTypes payload = 2;