- 1.53.0 (latest)
- 1.52.0
- 1.51.0
- 1.49.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.37.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.5
- 1.2.0
- 1.1.1
- 1.0.5
public static final class RemoveGroupMigrationRequest.Builder extends GeneratedMessageV3.Builder<RemoveGroupMigrationRequest.Builder> implements RemoveGroupMigrationRequestOrBuilder
Request message for 'RemoveMigration' request.
Protobuf type google.cloud.vmmigration.v1.RemoveGroupMigrationRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > RemoveGroupMigrationRequest.BuilderImplements
RemoveGroupMigrationRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RemoveGroupMigrationRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
RemoveGroupMigrationRequest.Builder |
build()
public RemoveGroupMigrationRequest build()
Type | Description |
RemoveGroupMigrationRequest |
buildPartial()
public RemoveGroupMigrationRequest buildPartial()
Type | Description |
RemoveGroupMigrationRequest |
clear()
public RemoveGroupMigrationRequest.Builder clear()
Type | Description |
RemoveGroupMigrationRequest.Builder |
clearField(Descriptors.FieldDescriptor field)
public RemoveGroupMigrationRequest.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
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) = { ... }
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) = { ... }
Type | Description |
RemoveGroupMigrationRequest.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public RemoveGroupMigrationRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
RemoveGroupMigrationRequest.Builder |
clone()
public RemoveGroupMigrationRequest.Builder clone()
Type | Description |
RemoveGroupMigrationRequest.Builder |
getDefaultInstanceForType()
public RemoveGroupMigrationRequest getDefaultInstanceForType()
Type | Description |
RemoveGroupMigrationRequest |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
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) = { ... }
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) = { ... }
Type | Description |
ByteString | The bytes for group. |
getMigratingVm()
public String getMigratingVm()
The MigratingVm to remove.
string migrating_vm = 2 [(.google.api.resource_reference) = { ... }
Type | Description |
String | The migratingVm. |
getMigratingVmBytes()
public ByteString getMigratingVmBytes()
The MigratingVm to remove.
string migrating_vm = 2 [(.google.api.resource_reference) = { ... }
Type | Description |
ByteString | The bytes for migratingVm. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(RemoveGroupMigrationRequest other)
public RemoveGroupMigrationRequest.Builder mergeFrom(RemoveGroupMigrationRequest other)
Name | Description |
other | RemoveGroupMigrationRequest |
Type | Description |
RemoveGroupMigrationRequest.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RemoveGroupMigrationRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RemoveGroupMigrationRequest.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public RemoveGroupMigrationRequest.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
RemoveGroupMigrationRequest.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RemoveGroupMigrationRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
RemoveGroupMigrationRequest.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public RemoveGroupMigrationRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
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) = { ... }
Name | Description |
value | String The group to set. |
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) = { ... }
Name | Description |
value | ByteString The bytes for group to set. |
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) = { ... }
Name | Description |
value | String The migratingVm to set. |
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) = { ... }
Name | Description |
value | ByteString The bytes for migratingVm to set. |
Type | Description |
RemoveGroupMigrationRequest.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RemoveGroupMigrationRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
RemoveGroupMigrationRequest.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final RemoveGroupMigrationRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
RemoveGroupMigrationRequest.Builder |