Package com.openapi.v3
Interface ServerOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Server,Server.Builder
public interface ServerOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring description = 2 [json_name = "description"];com.google.protobuf.ByteStringstring description = 2 [json_name = "description"];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"];getUrl()string url = 1 [json_name = "url"];com.google.protobuf.ByteStringstring url = 1 [json_name = "url"];.openapi.v3.ServerVariables variables = 3 [json_name = "variables"];.openapi.v3.ServerVariables variables = 3 [json_name = "variables"];boolean.openapi.v3.ServerVariables variables = 3 [json_name = "variables"];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
-
getUrl
String getUrl()string url = 1 [json_name = "url"];- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()string url = 1 [json_name = "url"];- Returns:
- The bytes for url.
-
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.
-
hasVariables
boolean hasVariables().openapi.v3.ServerVariables variables = 3 [json_name = "variables"];- Returns:
- Whether the variables field is set.
-
getVariables
ServerVariables getVariables().openapi.v3.ServerVariables variables = 3 [json_name = "variables"];- Returns:
- The variables.
-
getVariablesOrBuilder
ServerVariablesOrBuilder getVariablesOrBuilder().openapi.v3.ServerVariables variables = 3 [json_name = "variables"]; -
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"];
-