Class CreateMigratingVmRequest.Builder (1.15.0)

public static final class CreateMigratingVmRequest.Builder extends GeneratedMessageV3.Builder<CreateMigratingVmRequest.Builder> implements CreateMigratingVmRequestOrBuilder

Request message for 'CreateMigratingVm' request.

Protobuf type google.cloud.vmmigration.v1.CreateMigratingVmRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CreateMigratingVmRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CreateMigratingVmRequest.Builder
Overrides

build()

public CreateMigratingVmRequest build()
Returns
TypeDescription
CreateMigratingVmRequest

buildPartial()

public CreateMigratingVmRequest buildPartial()
Returns
TypeDescription
CreateMigratingVmRequest

clear()

public CreateMigratingVmRequest.Builder clear()
Returns
TypeDescription
CreateMigratingVmRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public CreateMigratingVmRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
CreateMigratingVmRequest.Builder
Overrides

clearMigratingVm()

public CreateMigratingVmRequest.Builder clearMigratingVm()

Required. The create request body.

.google.cloud.vmmigration.v1.MigratingVm migrating_vm = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CreateMigratingVmRequest.Builder

clearMigratingVmId()

public CreateMigratingVmRequest.Builder clearMigratingVmId()

Required. The migratingVm identifier.

string migrating_vm_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CreateMigratingVmRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public CreateMigratingVmRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
CreateMigratingVmRequest.Builder
Overrides

clearParent()

public CreateMigratingVmRequest.Builder clearParent()

Required. The MigratingVm's parent.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
CreateMigratingVmRequest.Builder

This builder for chaining.

clearRequestId()

public CreateMigratingVmRequest.Builder clearRequestId()

A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4;

Returns
TypeDescription
CreateMigratingVmRequest.Builder

This builder for chaining.

clone()

public CreateMigratingVmRequest.Builder clone()
Returns
TypeDescription
CreateMigratingVmRequest.Builder
Overrides

getDefaultInstanceForType()

public CreateMigratingVmRequest getDefaultInstanceForType()
Returns
TypeDescription
CreateMigratingVmRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getMigratingVm()

public MigratingVm getMigratingVm()

Required. The create request body.

.google.cloud.vmmigration.v1.MigratingVm migrating_vm = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
MigratingVm

The migratingVm.

getMigratingVmBuilder()

public MigratingVm.Builder getMigratingVmBuilder()

Required. The create request body.

.google.cloud.vmmigration.v1.MigratingVm migrating_vm = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
MigratingVm.Builder

getMigratingVmId()

public String getMigratingVmId()

Required. The migratingVm identifier.

string migrating_vm_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The migratingVmId.

getMigratingVmIdBytes()

public ByteString getMigratingVmIdBytes()

Required. The migratingVm identifier.

string migrating_vm_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for migratingVmId.

getMigratingVmOrBuilder()

public MigratingVmOrBuilder getMigratingVmOrBuilder()

Required. The create request body.

.google.cloud.vmmigration.v1.MigratingVm migrating_vm = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
MigratingVmOrBuilder

getParent()

public String getParent()

Required. The MigratingVm's parent.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The MigratingVm's parent.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

getRequestId()

public String getRequestId()

A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4;

Returns
TypeDescription
String

The requestId.

getRequestIdBytes()

public ByteString getRequestIdBytes()

A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4;

Returns
TypeDescription
ByteString

The bytes for requestId.

hasMigratingVm()

public boolean hasMigratingVm()

Required. The create request body.

.google.cloud.vmmigration.v1.MigratingVm migrating_vm = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the migratingVm field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CreateMigratingVmRequest other)

public CreateMigratingVmRequest.Builder mergeFrom(CreateMigratingVmRequest other)
Parameter
NameDescription
otherCreateMigratingVmRequest
Returns
TypeDescription
CreateMigratingVmRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CreateMigratingVmRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CreateMigratingVmRequest.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public CreateMigratingVmRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
CreateMigratingVmRequest.Builder
Overrides

mergeMigratingVm(MigratingVm value)

public CreateMigratingVmRequest.Builder mergeMigratingVm(MigratingVm value)

Required. The create request body.

.google.cloud.vmmigration.v1.MigratingVm migrating_vm = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueMigratingVm
Returns
TypeDescription
CreateMigratingVmRequest.Builder

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CreateMigratingVmRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CreateMigratingVmRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public CreateMigratingVmRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CreateMigratingVmRequest.Builder
Overrides

setMigratingVm(MigratingVm value)

public CreateMigratingVmRequest.Builder setMigratingVm(MigratingVm value)

Required. The create request body.

.google.cloud.vmmigration.v1.MigratingVm migrating_vm = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueMigratingVm
Returns
TypeDescription
CreateMigratingVmRequest.Builder

setMigratingVm(MigratingVm.Builder builderForValue)

public CreateMigratingVmRequest.Builder setMigratingVm(MigratingVm.Builder builderForValue)

Required. The create request body.

.google.cloud.vmmigration.v1.MigratingVm migrating_vm = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
builderForValueMigratingVm.Builder
Returns
TypeDescription
CreateMigratingVmRequest.Builder

setMigratingVmId(String value)

public CreateMigratingVmRequest.Builder setMigratingVmId(String value)

Required. The migratingVm identifier.

string migrating_vm_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueString

The migratingVmId to set.

Returns
TypeDescription
CreateMigratingVmRequest.Builder

This builder for chaining.

setMigratingVmIdBytes(ByteString value)

public CreateMigratingVmRequest.Builder setMigratingVmIdBytes(ByteString value)

Required. The migratingVm identifier.

string migrating_vm_id = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
NameDescription
valueByteString

The bytes for migratingVmId to set.

Returns
TypeDescription
CreateMigratingVmRequest.Builder

This builder for chaining.

setParent(String value)

public CreateMigratingVmRequest.Builder setParent(String value)

Required. The MigratingVm's parent.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueString

The parent to set.

Returns
TypeDescription
CreateMigratingVmRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreateMigratingVmRequest.Builder setParentBytes(ByteString value)

Required. The MigratingVm's parent.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
NameDescription
valueByteString

The bytes for parent to set.

Returns
TypeDescription
CreateMigratingVmRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public CreateMigratingVmRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
CreateMigratingVmRequest.Builder
Overrides

setRequestId(String value)

public CreateMigratingVmRequest.Builder setRequestId(String value)

A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4;

Parameter
NameDescription
valueString

The requestId to set.

Returns
TypeDescription
CreateMigratingVmRequest.Builder

This builder for chaining.

setRequestIdBytes(ByteString value)

public CreateMigratingVmRequest.Builder setRequestIdBytes(ByteString value)

A request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and t he request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

string request_id = 4;

Parameter
NameDescription
valueByteString

The bytes for requestId to set.

Returns
TypeDescription
CreateMigratingVmRequest.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final CreateMigratingVmRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CreateMigratingVmRequest.Builder
Overrides