public static final class RemoveGroupMigrationRequest.Builder extends GeneratedMessage.Builder<RemoveGroupMigrationRequest.Builder> implements RemoveGroupMigrationRequestOrBuilderRequest message for 'RemoveMigration' request.
Protobuf type google.cloud.vmmigration.v1.RemoveGroupMigrationRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > RemoveGroupMigrationRequest.BuilderImplements
RemoveGroupMigrationRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public RemoveGroupMigrationRequest build()| Returns | |
|---|---|
| Type | Description |
RemoveGroupMigrationRequest |
|
buildPartial()
public RemoveGroupMigrationRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
RemoveGroupMigrationRequest |
|
clear()
public RemoveGroupMigrationRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
RemoveGroupMigrationRequest.Builder |
|
clearGroup()
public RemoveGroupMigrationRequest.Builder clearGroup()Required. The name of the Group.
string group = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
RemoveGroupMigrationRequest.Builder |
This builder for chaining. |
clearMigratingVm()
public RemoveGroupMigrationRequest.Builder clearMigratingVm()The MigratingVm to remove.
string migrating_vm = 2 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
RemoveGroupMigrationRequest.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public RemoveGroupMigrationRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
RemoveGroupMigrationRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getGroup()
public String getGroup()Required. The name of the Group.
string group = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The group. |
getGroupBytes()
public ByteString getGroupBytes()Required. The name of the Group.
string group = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for group. |
getMigratingVm()
public String getMigratingVm()The MigratingVm to remove.
string migrating_vm = 2 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The migratingVm. |
getMigratingVmBytes()
public ByteString getMigratingVmBytes()The MigratingVm to remove.
string migrating_vm = 2 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for migratingVm. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(RemoveGroupMigrationRequest other)
public RemoveGroupMigrationRequest.Builder mergeFrom(RemoveGroupMigrationRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
RemoveGroupMigrationRequest |
| Returns | |
|---|---|
| Type | Description |
RemoveGroupMigrationRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RemoveGroupMigrationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
RemoveGroupMigrationRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public RemoveGroupMigrationRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
RemoveGroupMigrationRequest.Builder |
|
setGroup(String value)
public RemoveGroupMigrationRequest.Builder setGroup(String value)Required. The name of the Group.
string group = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe group to set. |
| Returns | |
|---|---|
| Type | Description |
RemoveGroupMigrationRequest.Builder |
This builder for chaining. |
setGroupBytes(ByteString value)
public RemoveGroupMigrationRequest.Builder setGroupBytes(ByteString value)Required. The name of the Group.
string group = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for group to set. |
| Returns | |
|---|---|
| Type | Description |
RemoveGroupMigrationRequest.Builder |
This builder for chaining. |
setMigratingVm(String value)
public RemoveGroupMigrationRequest.Builder setMigratingVm(String value)The MigratingVm to remove.
string migrating_vm = 2 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe migratingVm to set. |
| Returns | |
|---|---|
| Type | Description |
RemoveGroupMigrationRequest.Builder |
This builder for chaining. |
setMigratingVmBytes(ByteString value)
public RemoveGroupMigrationRequest.Builder setMigratingVmBytes(ByteString value)The MigratingVm to remove.
string migrating_vm = 2 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for migratingVm to set. |
| Returns | |
|---|---|
| Type | Description |
RemoveGroupMigrationRequest.Builder |
This builder for chaining. |