Package com.openapi.v3
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 TypeMethodDescriptionstring description = 2 [json_name = "description"];com.google.protobuf.ByteStringstring description = 2 [json_name = "description"];string external_value = 4 [json_name = "externalValue"];com.google.protobuf.ByteStringstring external_value = 4 [json_name = "externalValue"];getSpecificationExtension(int index) repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];intrepeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];getSpecificationExtensionOrBuilder(int index) repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];List<? extends NamedAnyOrBuilder>repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];string summary = 1 [json_name = "summary"];com.google.protobuf.ByteStringstring summary = 1 [json_name = "summary"];getValue().openapi.v3.Any value = 3 [json_name = "value"];.openapi.v3.Any value = 3 [json_name = "value"];booleanhasValue().openapi.v3.Any value = 3 [json_name = "value"];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
-
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
repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"]; -
getSpecificationExtension
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
repeated .openapi.v3.NamedAny specification_extension = 5 [json_name = "specificationExtension"];
-