public static final class PhysicalPlatformDetails.Builder extends GeneratedMessageV3.Builder<PhysicalPlatformDetails.Builder> implements PhysicalPlatformDetailsOrBuilder
Platform specific details for Physical Machines.
Protobuf type google.cloud.migrationcenter.v1.PhysicalPlatformDetails
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
public static final Descriptors.Descriptor getDescriptor()
Methods
public PhysicalPlatformDetails.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public PhysicalPlatformDetails build()
public PhysicalPlatformDetails buildPartial()
public PhysicalPlatformDetails.Builder clear()
Overrides
public PhysicalPlatformDetails.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public PhysicalPlatformDetails.Builder clearLocation()
Free text representation of the machine location.
The format of this field should not be relied on. Different machines in the
same location may have different string values for this field.
string location = 1;
public PhysicalPlatformDetails.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public PhysicalPlatformDetails.Builder clone()
Overrides
public PhysicalPlatformDetails getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public String getLocation()
Free text representation of the machine location.
The format of this field should not be relied on. Different machines in the
same location may have different string values for this field.
string location = 1;
Returns |
Type |
Description |
String |
The location.
|
public ByteString getLocationBytes()
Free text representation of the machine location.
The format of this field should not be relied on. Different machines in the
same location may have different string values for this field.
string location = 1;
Returns |
Type |
Description |
ByteString |
The bytes for location.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public PhysicalPlatformDetails.Builder mergeFrom(PhysicalPlatformDetails other)
public PhysicalPlatformDetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public PhysicalPlatformDetails.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final PhysicalPlatformDetails.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public PhysicalPlatformDetails.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public PhysicalPlatformDetails.Builder setLocation(String value)
Free text representation of the machine location.
The format of this field should not be relied on. Different machines in the
same location may have different string values for this field.
string location = 1;
Parameter |
Name |
Description |
value |
String
The location to set.
|
public PhysicalPlatformDetails.Builder setLocationBytes(ByteString value)
Free text representation of the machine location.
The format of this field should not be relied on. Different machines in the
same location may have different string values for this field.
string location = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes for location to set.
|
public PhysicalPlatformDetails.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final PhysicalPlatformDetails.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides