Interface RemoveGroupMigrationRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getGroup()
      Required.
      com.google.protobuf.ByteString getGroupBytes()
      Required.
      String getMigratingVm()
      The MigratingVm to remove.
      com.google.protobuf.ByteString getMigratingVmBytes()
      The MigratingVm to remove.
      • 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

      • getGroup

        String getGroup()
         Required. The name of the Group.
         
        string group = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The group.
      • getGroupBytes

        com.google.protobuf.ByteString getGroupBytes()
         Required. The name of the Group.
         
        string group = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for group.
      • getMigratingVm

        String getMigratingVm()
         The MigratingVm to remove.
         
        string migrating_vm = 2 [(.google.api.resource_reference) = { ... }
        Returns:
        The migratingVm.
      • getMigratingVmBytes

        com.google.protobuf.ByteString getMigratingVmBytes()
         The MigratingVm to remove.
         
        string migrating_vm = 2 [(.google.api.resource_reference) = { ... }
        Returns:
        The bytes for migratingVm.