public interface LicenseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
The license name used for the API.
|
com.google.protobuf.ByteString |
getNameBytes()
The license name used for the API.
|
java.lang.String |
getUrl()
A URL to the license used for the API.
|
com.google.protobuf.ByteString |
getUrlBytes()
A URL to the license used for the API.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getName()
The license name used for the API.
string name = 1 [json_name = "name"];
com.google.protobuf.ByteString getNameBytes()
The license name used for the API.
string name = 1 [json_name = "name"];
java.lang.String getUrl()
A URL to the license used for the API. MUST be in the format of a URL.
string url = 2 [json_name = "url"];
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 [json_name = "url"];