Class MigrationJob.DumpFlag.Builder (2.82.0)

public static final class MigrationJob.DumpFlag.Builder extends GeneratedMessage.Builder<MigrationJob.DumpFlag.Builder> implements MigrationJob.DumpFlagOrBuilder

Dump flag definition.

Protobuf type google.cloud.clouddms.v1.MigrationJob.DumpFlag

Static Methods

getDescriptor()

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

Methods

build()

public MigrationJob.DumpFlag build()
Returns
Type Description
MigrationJob.DumpFlag

buildPartial()

public MigrationJob.DumpFlag buildPartial()
Returns
Type Description
MigrationJob.DumpFlag

clear()

public MigrationJob.DumpFlag.Builder clear()
Returns
Type Description
MigrationJob.DumpFlag.Builder
Overrides

clearName()

public MigrationJob.DumpFlag.Builder clearName()

The name of the flag

string name = 1;

Returns
Type Description
MigrationJob.DumpFlag.Builder

This builder for chaining.

clearValue()

public MigrationJob.DumpFlag.Builder clearValue()

The value of the flag.

string value = 2;

Returns
Type Description
MigrationJob.DumpFlag.Builder

This builder for chaining.

getDefaultInstanceForType()

public MigrationJob.DumpFlag getDefaultInstanceForType()
Returns
Type Description
MigrationJob.DumpFlag

getDescriptorForType()

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

getName()

public String getName()

The name of the flag

string name = 1;

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

The name of the flag

string name = 1;

Returns
Type Description
ByteString

The bytes for name.

getValue()

public String getValue()

The value of the flag.

string value = 2;

Returns
Type Description
String

The value.

getValueBytes()

public ByteString getValueBytes()

The value of the flag.

string value = 2;

Returns
Type Description
ByteString

The bytes for value.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(MigrationJob.DumpFlag other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public MigrationJob.DumpFlag.Builder setName(String value)

The name of the flag

string name = 1;

Parameter
Name Description
value String

The name to set.

Returns
Type Description
MigrationJob.DumpFlag.Builder

This builder for chaining.

setNameBytes(ByteString value)

public MigrationJob.DumpFlag.Builder setNameBytes(ByteString value)

The name of the flag

string name = 1;

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
MigrationJob.DumpFlag.Builder

This builder for chaining.

setValue(String value)

public MigrationJob.DumpFlag.Builder setValue(String value)

The value of the flag.

string value = 2;

Parameter
Name Description
value String

The value to set.

Returns
Type Description
MigrationJob.DumpFlag.Builder

This builder for chaining.

setValueBytes(ByteString value)

public MigrationJob.DumpFlag.Builder setValueBytes(ByteString value)

The value of the flag.

string value = 2;

Parameter
Name Description
value ByteString

The bytes for value to set.

Returns
Type Description
MigrationJob.DumpFlag.Builder

This builder for chaining.