Interface ExtensionObjectOrBuilder

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

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

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

    • hasDetail

      boolean hasDetail()
      .google.protobuf.Any detail = 1;
      Returns:
      Whether the detail field is set.
    • getDetail

      com.google.protobuf.Any getDetail()
      .google.protobuf.Any detail = 1;
      Returns:
      The detail.
    • getDetailOrBuilder

      com.google.protobuf.AnyOrBuilder getDetailOrBuilder()
      .google.protobuf.Any detail = 1;