Package com.openapi.v3
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 TypeMethodDescriptionstring default = 2 [json_name = "default"];com.google.protobuf.ByteStringstring default = 2 [json_name = "default"];string description = 3 [json_name = "description"];com.google.protobuf.ByteStringstring description = 3 [json_name = "description"];getEnum(int index) repeated string enum = 1 [json_name = "enum"];com.google.protobuf.ByteStringgetEnumBytes(int index) repeated string enum = 1 [json_name = "enum"];intrepeated string enum = 1 [json_name = "enum"];repeated string enum = 1 [json_name = "enum"];getSpecificationExtension(int index) repeated .openapi.v3.NamedAny specification_extension = 4 [json_name = "specificationExtension"];intrepeated .openapi.v3.NamedAny specification_extension = 4 [json_name = "specificationExtension"];repeated .openapi.v3.NamedAny specification_extension = 4 [json_name = "specificationExtension"];getSpecificationExtensionOrBuilder(int index) repeated .openapi.v3.NamedAny specification_extension = 4 [json_name = "specificationExtension"];List<? extends NamedAnyOrBuilder>repeated .openapi.v3.NamedAny specification_extension = 4 [json_name = "specificationExtension"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
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
repeated .openapi.v3.NamedAny specification_extension = 4 [json_name = "specificationExtension"]; -
getSpecificationExtension
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
repeated .openapi.v3.NamedAny specification_extension = 4 [json_name = "specificationExtension"];
-