Interface CreateInputTableRequest.InputTableKind.InMemoryKeyBackedOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CreateInputTableRequest.InputTableKind.InMemoryKeyBacked, CreateInputTableRequest.InputTableKind.InMemoryKeyBacked.Builder
Enclosing class:
CreateInputTableRequest.InputTableKind

public static interface CreateInputTableRequest.InputTableKind.InMemoryKeyBackedOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getKeyColumns(int index)
    repeated string key_columns = 1;
    com.google.protobuf.ByteString
    getKeyColumnsBytes(int index)
    repeated string key_columns = 1;
    int
    repeated string key_columns = 1;
    repeated string key_columns = 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

    • getKeyColumnsList

      List<String> getKeyColumnsList()
      repeated string key_columns = 1;
      Returns:
      A list containing the keyColumns.
    • getKeyColumnsCount

      int getKeyColumnsCount()
      repeated string key_columns = 1;
      Returns:
      The count of keyColumns.
    • getKeyColumns

      String getKeyColumns(int index)
      repeated string key_columns = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The keyColumns at the given index.
    • getKeyColumnsBytes

      com.google.protobuf.ByteString getKeyColumnsBytes(int index)
      repeated string key_columns = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the keyColumns at the given index.