Package com.openapi.v3
Interface LicenseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
License,License.Builder
public interface LicenseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetName()string name = 1 [json_name = "name"];com.google.protobuf.ByteStringstring name = 1 [json_name = "name"];getSpecificationExtension(int index) repeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"];intrepeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"];repeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"];getSpecificationExtensionOrBuilder(int index) repeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"];List<? extends NamedAnyOrBuilder>repeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"];getUrl()string url = 2 [json_name = "url"];com.google.protobuf.ByteStringstring url = 2 [json_name = "url"];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
-
getName
String getName()string name = 1 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1 [json_name = "name"];- Returns:
- The bytes for name.
-
getUrl
String getUrl()string url = 2 [json_name = "url"];- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()string url = 2 [json_name = "url"];- Returns:
- The bytes for url.
-
getSpecificationExtensionList
repeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"]; -
getSpecificationExtension
repeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"]; -
getSpecificationExtensionCount
int getSpecificationExtensionCount()repeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"]; -
getSpecificationExtensionOrBuilderList
List<? extends NamedAnyOrBuilder> getSpecificationExtensionOrBuilderList()repeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"]; -
getSpecificationExtensionOrBuilder
repeated .openapi.v3.NamedAny specification_extension = 3 [json_name = "specificationExtension"];
-