Interface SingleEntityRenameOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SingleEntityRename, SingleEntityRename.Builder

    public interface SingleEntityRenameOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getNewName()
      Required.
      com.google.protobuf.ByteString getNewNameBytes()
      Required.
      • 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 Detail

      • getNewName

        String getNewName()
         Required. The new name of the destination entity
         
        string new_name = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The newName.
      • getNewNameBytes

        com.google.protobuf.ByteString getNewNameBytes()
         Required. The new name of the destination entity
         
        string new_name = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for newName.