Interface Collections.RenameAliasOrBuilder

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

public static interface Collections.RenameAliasOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Name of the alias
    com.google.protobuf.ByteString
    Name of the alias
    Name of the alias to rename
    com.google.protobuf.ByteString
    Name of the alias to rename

    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

    • getOldAliasName

      String getOldAliasName()
       Name of the alias to rename
       
      string old_alias_name = 1;
      Returns:
      The oldAliasName.
    • getOldAliasNameBytes

      com.google.protobuf.ByteString getOldAliasNameBytes()
       Name of the alias to rename
       
      string old_alias_name = 1;
      Returns:
      The bytes for oldAliasName.
    • getNewAliasName

      String getNewAliasName()
       Name of the alias
       
      string new_alias_name = 2;
      Returns:
      The newAliasName.
    • getNewAliasNameBytes

      com.google.protobuf.ByteString getNewAliasNameBytes()
       Name of the alias
       
      string new_alias_name = 2;
      Returns:
      The bytes for newAliasName.