Class MigrationJob.DumpFlag.Builder (2.41.0)

public static final class MigrationJob.DumpFlag.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

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

clearField(Descriptors.FieldDescriptor field)

public MigrationJob.DumpFlag.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
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.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearValue()

public MigrationJob.DumpFlag.Builder clearValue()

The value of the flag.

string value = 2;

Returns
Type Description
MigrationJob.DumpFlag.Builder

This builder for chaining.

clone()

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

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

setField(Descriptors.FieldDescriptor field, Object value)

public MigrationJob.DumpFlag.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
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.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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

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.