Interface Capabilities.SimpleExtensionOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Capabilities.SimpleExtension, Capabilities.SimpleExtension.Builder
Enclosing class:
Capabilities

public static interface Capabilities.SimpleExtensionOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getFunctionKeys(int index)
    repeated string function_keys = 2;
    com.google.protobuf.ByteString
    repeated string function_keys = 2;
    int
    repeated string function_keys = 2;
    repeated string function_keys = 2;
    getTypeKeys(int index)
    repeated string type_keys = 3;
    com.google.protobuf.ByteString
    getTypeKeysBytes(int index)
    repeated string type_keys = 3;
    int
    repeated string type_keys = 3;
    repeated string type_keys = 3;
    repeated string type_variation_keys = 4;
    com.google.protobuf.ByteString
    repeated string type_variation_keys = 4;
    int
    repeated string type_variation_keys = 4;
    repeated string type_variation_keys = 4;
    string uri = 1;
    com.google.protobuf.ByteString
    string uri = 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

    • getUri

      String getUri()
      string uri = 1;
      Returns:
      The uri.
    • getUriBytes

      com.google.protobuf.ByteString getUriBytes()
      string uri = 1;
      Returns:
      The bytes for uri.
    • getFunctionKeysList

      List<String> getFunctionKeysList()
      repeated string function_keys = 2;
      Returns:
      A list containing the functionKeys.
    • getFunctionKeysCount

      int getFunctionKeysCount()
      repeated string function_keys = 2;
      Returns:
      The count of functionKeys.
    • getFunctionKeys

      String getFunctionKeys(int index)
      repeated string function_keys = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The functionKeys at the given index.
    • getFunctionKeysBytes

      com.google.protobuf.ByteString getFunctionKeysBytes(int index)
      repeated string function_keys = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the functionKeys at the given index.
    • getTypeKeysList

      List<String> getTypeKeysList()
      repeated string type_keys = 3;
      Returns:
      A list containing the typeKeys.
    • getTypeKeysCount

      int getTypeKeysCount()
      repeated string type_keys = 3;
      Returns:
      The count of typeKeys.
    • getTypeKeys

      String getTypeKeys(int index)
      repeated string type_keys = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The typeKeys at the given index.
    • getTypeKeysBytes

      com.google.protobuf.ByteString getTypeKeysBytes(int index)
      repeated string type_keys = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the typeKeys at the given index.
    • getTypeVariationKeysList

      List<String> getTypeVariationKeysList()
      repeated string type_variation_keys = 4;
      Returns:
      A list containing the typeVariationKeys.
    • getTypeVariationKeysCount

      int getTypeVariationKeysCount()
      repeated string type_variation_keys = 4;
      Returns:
      The count of typeVariationKeys.
    • getTypeVariationKeys

      String getTypeVariationKeys(int index)
      repeated string type_variation_keys = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The typeVariationKeys at the given index.
    • getTypeVariationKeysBytes

      com.google.protobuf.ByteString getTypeVariationKeysBytes(int index)
      repeated string type_variation_keys = 4;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the typeVariationKeys at the given index.