Interface SetLicenseKeyRequestOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- SetLicenseKeyRequest,- SetLicenseKeyRequest.Builder
public interface SetLicenseKeyRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptionstring license_key = 1;com.google.protobuf.ByteStringstring license_key = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
getLicenseKeyString getLicenseKey()string license_key = 1;- Returns:
- The licenseKey.
 
- 
getLicenseKeyBytescom.google.protobuf.ByteString getLicenseKeyBytes()string license_key = 1;- Returns:
- The bytes for licenseKey.
 
 
-