Interface Build.LicenseOrBuilder
-
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
Build.License,Build.License.Builder
- Enclosing class:
- Build
public static interface Build.LicenseOrBuilder extends MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetException(int index)repeated string exception = 2;ByteStringgetExceptionBytes(int index)repeated string exception = 2;intgetExceptionCount()repeated string exception = 2;java.util.List<java.lang.String>getExceptionList()repeated string exception = 2;java.lang.StringgetLicenseType(int index)repeated string license_type = 1;ByteStringgetLicenseTypeBytes(int index)repeated string license_type = 1;intgetLicenseTypeCount()repeated string license_type = 1;java.util.List<java.lang.String>getLicenseTypeList()repeated string license_type = 1;-
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 Detail
-
getLicenseTypeList
java.util.List<java.lang.String> getLicenseTypeList()
repeated string license_type = 1;- Returns:
- A list containing the licenseType.
-
getLicenseTypeCount
int getLicenseTypeCount()
repeated string license_type = 1;- Returns:
- The count of licenseType.
-
getLicenseType
java.lang.String getLicenseType(int index)
repeated string license_type = 1;- Parameters:
index- The index of the element to return.- Returns:
- The licenseType at the given index.
-
getLicenseTypeBytes
ByteString getLicenseTypeBytes(int index)
repeated string license_type = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the licenseType at the given index.
-
getExceptionList
java.util.List<java.lang.String> getExceptionList()
repeated string exception = 2;- Returns:
- A list containing the exception.
-
getExceptionCount
int getExceptionCount()
repeated string exception = 2;- Returns:
- The count of exception.
-
getException
java.lang.String getException(int index)
repeated string exception = 2;- Parameters:
index- The index of the element to return.- Returns:
- The exception at the given index.
-
getExceptionBytes
ByteString getExceptionBytes(int index)
repeated string exception = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the exception at the given index.
-
-