Class Source.Builder (1.42.0)

public static final class Source.Builder extends GeneratedMessageV3.Builder<Source.Builder> implements SourceOrBuilder

Source message describes a specific vm migration Source resource. It contains the source environment information.

Protobuf type google.cloud.vmmigration.v1.Source

Implements

SourceOrBuilder

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

build()

public Source build()
Returns
Type Description
Source

buildPartial()

public Source buildPartial()
Returns
Type Description
Source

clear()

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

clearAws()

public Source.Builder clearAws()

AWS type source details.

.google.cloud.vmmigration.v1.AwsSourceDetails aws = 12;

Returns
Type Description
Source.Builder

clearCreateTime()

public Source.Builder clearCreateTime()

Output only. The create time timestamp.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Source.Builder

clearDescription()

public Source.Builder clearDescription()

User-provided description of the source.

string description = 6;

Returns
Type Description
Source.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public Source.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Source.Builder
Overrides

clearLabels()

public Source.Builder clearLabels()
Returns
Type Description
Source.Builder

clearName()

public Source.Builder clearName()

Output only. The Source name.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Source.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearSourceDetails()

public Source.Builder clearSourceDetails()
Returns
Type Description
Source.Builder

clearUpdateTime()

public Source.Builder clearUpdateTime()

Output only. The update time timestamp.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Source.Builder

clearVmware()

public Source.Builder clearVmware()

Vmware type source details.

.google.cloud.vmmigration.v1.VmwareSourceDetails vmware = 10;

Returns
Type Description
Source.Builder

clone()

public Source.Builder clone()
Returns
Type Description
Source.Builder
Overrides

containsLabels(String key)

public boolean containsLabels(String key)

The labels of the source.

map<string, string> labels = 4;

Parameter
Name Description
key String
Returns
Type Description
boolean

getAws()

public AwsSourceDetails getAws()

AWS type source details.

.google.cloud.vmmigration.v1.AwsSourceDetails aws = 12;

Returns
Type Description
AwsSourceDetails

The aws.

getAwsBuilder()

public AwsSourceDetails.Builder getAwsBuilder()

AWS type source details.

.google.cloud.vmmigration.v1.AwsSourceDetails aws = 12;

Returns
Type Description
AwsSourceDetails.Builder

getAwsOrBuilder()

public AwsSourceDetailsOrBuilder getAwsOrBuilder()

AWS type source details.

.google.cloud.vmmigration.v1.AwsSourceDetails aws = 12;

Returns
Type Description
AwsSourceDetailsOrBuilder

getCreateTime()

public Timestamp getCreateTime()

Output only. The create time timestamp.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The createTime.

getCreateTimeBuilder()

public Timestamp.Builder getCreateTimeBuilder()

Output only. The create time timestamp.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Builder

getCreateTimeOrBuilder()

public TimestampOrBuilder getCreateTimeOrBuilder()

Output only. The create time timestamp.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getDefaultInstanceForType()

public Source getDefaultInstanceForType()
Returns
Type Description
Source

getDescription()

public String getDescription()

User-provided description of the source.

string description = 6;

Returns
Type Description
String

The description.

getDescriptionBytes()

public ByteString getDescriptionBytes()

User-provided description of the source.

string description = 6;

Returns
Type Description
ByteString

The bytes for description.

getDescriptorForType()

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

getLabels() (deprecated)

public Map<String,String> getLabels()

Use #getLabelsMap() instead.

Returns
Type Description
Map<String,String>

getLabelsCount()

public int getLabelsCount()

The labels of the source.

map<string, string> labels = 4;

Returns
Type Description
int

getLabelsMap()

public Map<String,String> getLabelsMap()

The labels of the source.

map<string, string> labels = 4;

Returns
Type Description
Map<String,String>

getLabelsOrDefault(String key, String defaultValue)

public String getLabelsOrDefault(String key, String defaultValue)

The labels of the source.

map<string, string> labels = 4;

Parameters
Name Description
key String
defaultValue String
Returns
Type Description
String

getLabelsOrThrow(String key)

public String getLabelsOrThrow(String key)

The labels of the source.

map<string, string> labels = 4;

Parameter
Name Description
key String
Returns
Type Description
String

getMutableLabels() (deprecated)

public Map<String,String> getMutableLabels()

Use alternate mutation accessors instead.

Returns
Type Description
Map<String,String>

getName()

public String getName()

Output only. The Source name.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Output only. The Source name.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for name.

getSourceDetailsCase()

public Source.SourceDetailsCase getSourceDetailsCase()
Returns
Type Description
Source.SourceDetailsCase

getUpdateTime()

public Timestamp getUpdateTime()

Output only. The update time timestamp.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Timestamp

The updateTime.

getUpdateTimeBuilder()

public Timestamp.Builder getUpdateTimeBuilder()

Output only. The update time timestamp.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
Builder

getUpdateTimeOrBuilder()

public TimestampOrBuilder getUpdateTimeOrBuilder()

Output only. The update time timestamp.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
TimestampOrBuilder

getVmware()

public VmwareSourceDetails getVmware()

Vmware type source details.

.google.cloud.vmmigration.v1.VmwareSourceDetails vmware = 10;

Returns
Type Description
VmwareSourceDetails

The vmware.

getVmwareBuilder()

public VmwareSourceDetails.Builder getVmwareBuilder()

Vmware type source details.

.google.cloud.vmmigration.v1.VmwareSourceDetails vmware = 10;

Returns
Type Description
VmwareSourceDetails.Builder

getVmwareOrBuilder()

public VmwareSourceDetailsOrBuilder getVmwareOrBuilder()

Vmware type source details.

.google.cloud.vmmigration.v1.VmwareSourceDetails vmware = 10;

Returns
Type Description
VmwareSourceDetailsOrBuilder

hasAws()

public boolean hasAws()

AWS type source details.

.google.cloud.vmmigration.v1.AwsSourceDetails aws = 12;

Returns
Type Description
boolean

Whether the aws field is set.

hasCreateTime()

public boolean hasCreateTime()

Output only. The create time timestamp.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the createTime field is set.

hasUpdateTime()

public boolean hasUpdateTime()

Output only. The update time timestamp.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
boolean

Whether the updateTime field is set.

hasVmware()

public boolean hasVmware()

Vmware type source details.

.google.cloud.vmmigration.v1.VmwareSourceDetails vmware = 10;

Returns
Type Description
boolean

Whether the vmware field is set.

internalGetFieldAccessorTable()

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

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)

internalGetMutableMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeAws(AwsSourceDetails value)

public Source.Builder mergeAws(AwsSourceDetails value)

AWS type source details.

.google.cloud.vmmigration.v1.AwsSourceDetails aws = 12;

Parameter
Name Description
value AwsSourceDetails
Returns
Type Description
Source.Builder

mergeCreateTime(Timestamp value)

public Source.Builder mergeCreateTime(Timestamp value)

Output only. The create time timestamp.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
Source.Builder

mergeFrom(Source other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

mergeUpdateTime(Timestamp value)

public Source.Builder mergeUpdateTime(Timestamp value)

Output only. The update time timestamp.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
Source.Builder

mergeVmware(VmwareSourceDetails value)

public Source.Builder mergeVmware(VmwareSourceDetails value)

Vmware type source details.

.google.cloud.vmmigration.v1.VmwareSourceDetails vmware = 10;

Parameter
Name Description
value VmwareSourceDetails
Returns
Type Description
Source.Builder

putAllLabels(Map<String,String> values)

public Source.Builder putAllLabels(Map<String,String> values)

The labels of the source.

map<string, string> labels = 4;

Parameter
Name Description
values Map<String,String>
Returns
Type Description
Source.Builder

putLabels(String key, String value)

public Source.Builder putLabels(String key, String value)

The labels of the source.

map<string, string> labels = 4;

Parameters
Name Description
key String
value String
Returns
Type Description
Source.Builder

removeLabels(String key)

public Source.Builder removeLabels(String key)

The labels of the source.

map<string, string> labels = 4;

Parameter
Name Description
key String
Returns
Type Description
Source.Builder

setAws(AwsSourceDetails value)

public Source.Builder setAws(AwsSourceDetails value)

AWS type source details.

.google.cloud.vmmigration.v1.AwsSourceDetails aws = 12;

Parameter
Name Description
value AwsSourceDetails
Returns
Type Description
Source.Builder

setAws(AwsSourceDetails.Builder builderForValue)

public Source.Builder setAws(AwsSourceDetails.Builder builderForValue)

AWS type source details.

.google.cloud.vmmigration.v1.AwsSourceDetails aws = 12;

Parameter
Name Description
builderForValue AwsSourceDetails.Builder
Returns
Type Description
Source.Builder

setCreateTime(Timestamp value)

public Source.Builder setCreateTime(Timestamp value)

Output only. The create time timestamp.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
Source.Builder

setCreateTime(Timestamp.Builder builderForValue)

public Source.Builder setCreateTime(Timestamp.Builder builderForValue)

Output only. The create time timestamp.

.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
Source.Builder

setDescription(String value)

public Source.Builder setDescription(String value)

User-provided description of the source.

string description = 6;

Parameter
Name Description
value String

The description to set.

Returns
Type Description
Source.Builder

This builder for chaining.

setDescriptionBytes(ByteString value)

public Source.Builder setDescriptionBytes(ByteString value)

User-provided description of the source.

string description = 6;

Parameter
Name Description
value ByteString

The bytes for description to set.

Returns
Type Description
Source.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public Source.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Source.Builder
Overrides

setName(String value)

public Source.Builder setName(String value)

Output only. The Source name.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value String

The name to set.

Returns
Type Description
Source.Builder

This builder for chaining.

setNameBytes(ByteString value)

public Source.Builder setNameBytes(ByteString value)

Output only. The Source name.

string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
Source.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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

setUpdateTime(Timestamp value)

public Source.Builder setUpdateTime(Timestamp value)

Output only. The update time timestamp.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
value Timestamp
Returns
Type Description
Source.Builder

setUpdateTime(Timestamp.Builder builderForValue)

public Source.Builder setUpdateTime(Timestamp.Builder builderForValue)

Output only. The update time timestamp.

.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Parameter
Name Description
builderForValue Builder
Returns
Type Description
Source.Builder

setVmware(VmwareSourceDetails value)

public Source.Builder setVmware(VmwareSourceDetails value)

Vmware type source details.

.google.cloud.vmmigration.v1.VmwareSourceDetails vmware = 10;

Parameter
Name Description
value VmwareSourceDetails
Returns
Type Description
Source.Builder

setVmware(VmwareSourceDetails.Builder builderForValue)

public Source.Builder setVmware(VmwareSourceDetails.Builder builderForValue)

Vmware type source details.

.google.cloud.vmmigration.v1.VmwareSourceDetails vmware = 10;

Parameter
Name Description
builderForValue VmwareSourceDetails.Builder
Returns
Type Description
Source.Builder