Interface Developer.UpgradeSchemaRequestOrBuilder

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

public static interface Developer.UpgradeSchemaRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    repeated string namespace_configs = 1;
    com.google.protobuf.ByteString
    repeated string namespace_configs = 1;
    int
    repeated string namespace_configs = 1;
    repeated string namespace_configs = 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

    • getNamespaceConfigsList

      List<String> getNamespaceConfigsList()
      repeated string namespace_configs = 1;
      Returns:
      A list containing the namespaceConfigs.
    • getNamespaceConfigsCount

      int getNamespaceConfigsCount()
      repeated string namespace_configs = 1;
      Returns:
      The count of namespaceConfigs.
    • getNamespaceConfigs

      String getNamespaceConfigs(int index)
      repeated string namespace_configs = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The namespaceConfigs at the given index.
    • getNamespaceConfigsBytes

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