Interface Build.LicenseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Build.License,Build.License.Builder
- Enclosing class:
- Build
public static interface Build.LicenseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetException(int index) repeated string exception = 2;com.google.protobuf.ByteStringgetExceptionBytes(int index) repeated string exception = 2;intrepeated string exception = 2;repeated string exception = 2;getLicenseType(int index) repeated string license_type = 1;com.google.protobuf.ByteStringgetLicenseTypeBytes(int index) repeated string license_type = 1;intrepeated string license_type = 1;repeated string license_type = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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
repeated string license_type = 1;- Parameters:
index- The index of the element to return.- Returns:
- The licenseType at the given index.
-
getLicenseTypeBytes
com.google.protobuf.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
repeated string exception = 2;- Returns:
- A list containing the exception.
-
getExceptionCount
int getExceptionCount()repeated string exception = 2;- Returns:
- The count of exception.
-
getException
repeated string exception = 2;- Parameters:
index- The index of the element to return.- Returns:
- The exception at the given index.
-
getExceptionBytes
com.google.protobuf.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.
-