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 Type
    Method
    Description
    getException(int index)
    repeated string exception = 2;
    com.google.protobuf.ByteString
    getExceptionBytes(int index)
    repeated string exception = 2;
    int
    repeated string exception = 2;
    repeated string exception = 2;
    getLicenseType(int index)
    repeated string license_type = 1;
    com.google.protobuf.ByteString
    repeated string license_type = 1;
    int
    repeated string license_type = 1;
    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 Details

    • getLicenseTypeList

      List<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

      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

      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

      List<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

      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

      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.