Package com.google.cloud.clouddms.v1
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 StringgetNewName()Required.com.google.protobuf.ByteStringgetNewNameBytes()Required.-
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.
-
-