Interface ExampleOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string description = 2 [json_name = "description"];
    com.google.protobuf.ByteString
    string description = 2 [json_name = "description"];
    string external_value = 4 [json_name = "externalValue"];
    com.google.protobuf.ByteString
    string external_value = 4 [json_name = "externalValue"];
    repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];
    int
    repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];
    string summary = 1 [json_name = "summary"];
    com.google.protobuf.ByteString
    string summary = 1 [json_name = "summary"];
    .openapi.v3.Any value = 3 [json_name = "value"];
    .openapi.v3.Any value = 3 [json_name = "value"];
    boolean
    .openapi.v3.Any value = 3 [json_name = "value"];

    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

    • getSummary

      String getSummary()
      string summary = 1 [json_name = "summary"];
      Returns:
      The summary.
    • getSummaryBytes

      com.google.protobuf.ByteString getSummaryBytes()
      string summary = 1 [json_name = "summary"];
      Returns:
      The bytes for summary.
    • getDescription

      String getDescription()
      string description = 2 [json_name = "description"];
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
      string description = 2 [json_name = "description"];
      Returns:
      The bytes for description.
    • hasValue

      boolean hasValue()
      .openapi.v3.Any value = 3 [json_name = "value"];
      Returns:
      Whether the value field is set.
    • getValue

      Any getValue()
      .openapi.v3.Any value = 3 [json_name = "value"];
      Returns:
      The value.
    • getValueOrBuilder

      AnyOrBuilder getValueOrBuilder()
      .openapi.v3.Any value = 3 [json_name = "value"];
    • getExternalValue

      String getExternalValue()
      string external_value = 4 [json_name = "externalValue"];
      Returns:
      The externalValue.
    • getExternalValueBytes

      com.google.protobuf.ByteString getExternalValueBytes()
      string external_value = 4 [json_name = "externalValue"];
      Returns:
      The bytes for externalValue.
    • getSpecificationExtensionList

      List<NamedAny> getSpecificationExtensionList()
      repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];
    • getSpecificationExtension

      NamedAny getSpecificationExtension(int index)
      repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];
    • getSpecificationExtensionCount

      int getSpecificationExtensionCount()
      repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];
    • getSpecificationExtensionOrBuilderList

      List<? extends NamedAnyOrBuilder> getSpecificationExtensionOrBuilderList()
      repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];
    • getSpecificationExtensionOrBuilder

      NamedAnyOrBuilder getSpecificationExtensionOrBuilder(int index)
      repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];