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
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
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
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.
-