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
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > VSphereScan.BuilderImplements
VSphereScanOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
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 |
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. |
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 |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public VSphereScan.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other | Message |
Returns | |
---|---|
Type | Description |
VSphereScan.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final VSphereScan.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
VSphereScan.Builder |
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. |
setUnknownFields(UnknownFieldSet unknownFields)
public final VSphereScan.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields | UnknownFieldSet |
Returns | |
---|---|
Type | Description |
VSphereScan.Builder |