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
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public MigrationJob.DumpFlag.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public MigrationJob.DumpFlag build()
buildPartial()
public MigrationJob.DumpFlag buildPartial()
clear()
public MigrationJob.DumpFlag.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public MigrationJob.DumpFlag.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearName()
public MigrationJob.DumpFlag.Builder clearName()
The name of the flag
string name = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
public MigrationJob.DumpFlag.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearValue()
public MigrationJob.DumpFlag.Builder clearValue()
The value of the flag.
string value = 2;
clone()
public MigrationJob.DumpFlag.Builder clone()
Overrides
getDefaultInstanceForType()
public MigrationJob.DumpFlag getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
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()
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()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(MigrationJob.DumpFlag other)
public MigrationJob.DumpFlag.Builder mergeFrom(MigrationJob.DumpFlag other)
public MigrationJob.DumpFlag.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public MigrationJob.DumpFlag.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final MigrationJob.DumpFlag.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public MigrationJob.DumpFlag.Builder setField(Descriptors.FieldDescriptor field, Object value)
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.
|
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.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public MigrationJob.DumpFlag.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final MigrationJob.DumpFlag.Builder setUnknownFields(UnknownFieldSet unknownFields)
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.
|
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.
|