Interface ServerVariableOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string default = 2 [json_name = "default"];
    com.google.protobuf.ByteString
    string default = 2 [json_name = "default"];
    string description = 3 [json_name = "description"];
    com.google.protobuf.ByteString
    string description = 3 [json_name = "description"];
    getEnum(int index)
    repeated string enum = 1 [json_name = "enum"];
    com.google.protobuf.ByteString
    getEnumBytes(int index)
    repeated string enum = 1 [json_name = "enum"];
    int
    repeated string enum = 1 [json_name = "enum"];
    repeated string enum = 1 [json_name = "enum"];
    repeated .openapi.v3.NamedAny specification_extension = 4 [json_name = "specificationExtension"];
    int
    repeated .openapi.v3.NamedAny specification_extension = 4 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 4 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 4 [json_name = "specificationExtension"];
    repeated .openapi.v3.NamedAny specification_extension = 4 [json_name = "specificationExtension"];

    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

    • getEnumList

      List<String> getEnumList()
      repeated string enum = 1 [json_name = "enum"];
      Returns:
      A list containing the enum.
    • getEnumCount

      int getEnumCount()
      repeated string enum = 1 [json_name = "enum"];
      Returns:
      The count of enum.
    • getEnum

      String getEnum(int index)
      repeated string enum = 1 [json_name = "enum"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The enum at the given index.
    • getEnumBytes

      com.google.protobuf.ByteString getEnumBytes(int index)
      repeated string enum = 1 [json_name = "enum"];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the enum at the given index.
    • getDefault

      String getDefault()
      string default = 2 [json_name = "default"];
      Returns:
      The default.
    • getDefaultBytes

      com.google.protobuf.ByteString getDefaultBytes()
      string default = 2 [json_name = "default"];
      Returns:
      The bytes for default.
    • getDescription

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

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

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

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

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

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

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