Class VSphereScan.Builder (0.27.0)

public static final class VSphereScan.Builder extends GeneratedMessageV3.Builder<VSphereScan.Builder> implements VSphereScanOrBuilder

Message describing a MC Source of type VSphere Scan.

Protobuf type google.cloud.rapidmigrationassessment.v1.VSphereScan

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public VSphereScan.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
VSphereScan.Builder
Overrides

build()

public VSphereScan build()
Returns
Type Description
VSphereScan

buildPartial()

public VSphereScan buildPartial()
Returns
Type Description
VSphereScan

clear()

public VSphereScan.Builder clear()
Returns
Type Description
VSphereScan.Builder
Overrides

clearCoreSource()

public VSphereScan.Builder clearCoreSource()

reference to the corresponding VSphere Scan in MC Source.

string core_source = 1;

Returns
Type Description
VSphereScan.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public VSphereScan.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
VSphereScan.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public VSphereScan.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
VSphereScan.Builder
Overrides

clone()

public VSphereScan.Builder clone()
Returns
Type Description
VSphereScan.Builder
Overrides

getCoreSource()

public String getCoreSource()

reference to the corresponding VSphere Scan in MC Source.

string core_source = 1;

Returns
Type Description
String

The coreSource.

getCoreSourceBytes()

public ByteString getCoreSourceBytes()

reference to the corresponding VSphere Scan in MC Source.

string core_source = 1;

Returns
Type Description
ByteString

The bytes for coreSource.

getDefaultInstanceForType()

public VSphereScan getDefaultInstanceForType()
Returns
Type Description
VSphereScan

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(VSphereScan other)

public VSphereScan.Builder mergeFrom(VSphereScan other)
Parameter
Name Description
other VSphereScan
Returns
Type Description
VSphereScan.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public VSphereScan.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
VSphereScan.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public VSphereScan.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
VSphereScan.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final VSphereScan.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
VSphereScan.Builder
Overrides

setCoreSource(String value)

public VSphereScan.Builder setCoreSource(String value)

reference to the corresponding VSphere Scan in MC Source.

string core_source = 1;

Parameter
Name Description
value String

The coreSource to set.

Returns
Type Description
VSphereScan.Builder

This builder for chaining.

setCoreSourceBytes(ByteString value)

public VSphereScan.Builder setCoreSourceBytes(ByteString value)

reference to the corresponding VSphere Scan in MC Source.

string core_source = 1;

Parameter
Name Description
value ByteString

The bytes for coreSource to set.

Returns
Type Description
VSphereScan.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public VSphereScan.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
VSphereScan.Builder
Overrides

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

public VSphereScan.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
VSphereScan.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final VSphereScan.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
VSphereScan.Builder
Overrides