Class PostProcessingStep.Builder (1.83.0)

public static final class PostProcessingStep.Builder extends GeneratedMessage.Builder<PostProcessingStep.Builder> implements PostProcessingStepOrBuilder

PostProcessingStep contains specific step details.

Protobuf type google.cloud.vmmigration.v1.PostProcessingStep

Static Methods

getDescriptor()

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

Methods

build()

public PostProcessingStep build()
Returns
Type Description
PostProcessingStep

buildPartial()

public PostProcessingStep buildPartial()
Returns
Type Description
PostProcessingStep

clear()

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

getDefaultInstanceForType()

public PostProcessingStep getDefaultInstanceForType()
Returns
Type Description
PostProcessingStep

getDescriptorForType()

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

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(PostProcessingStep other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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