Interface Openapiv2.LicenseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Openapiv2.License,Openapiv2.License.Builder
- Enclosing class:
- Openapiv2
public static interface Openapiv2.LicenseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()The license name used for the API.com.google.protobuf.ByteStringgetNameBytes()The license name used for the API.java.lang.StringgetUrl()A URL to the license used for the API.com.google.protobuf.ByteStringgetUrlBytes()A URL to the license used for the API.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
The license name used for the API.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The license name used for the API.
string name = 1;- Returns:
- The bytes for name.
-
getUrl
java.lang.String getUrl()
A URL to the license used for the API. MUST be in the format of a URL.
string url = 2;- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
A URL to the license used for the API. MUST be in the format of a URL.
string url = 2;- Returns:
- The bytes for url.
-
-