public static final class GenericPlatformDetails.Builder extends GeneratedMessageV3.Builder<GenericPlatformDetails.Builder> implements GenericPlatformDetailsOrBuilder
Generic platform details.
Protobuf type google.cloud.migrationcenter.v1.GenericPlatformDetails
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 GenericPlatformDetails.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public GenericPlatformDetails build()
public GenericPlatformDetails buildPartial()
public GenericPlatformDetails.Builder clear()
Overrides
public GenericPlatformDetails.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public GenericPlatformDetails.Builder clearLocation()
Free text representation of the machine location.
The format of this field should not be relied on. Different VMs in the same
location may have different string values for this field.
string location = 1;
public GenericPlatformDetails.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public GenericPlatformDetails.Builder clone()
Overrides
public GenericPlatformDetails 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 VMs 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 VMs 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 GenericPlatformDetails.Builder mergeFrom(GenericPlatformDetails other)
public GenericPlatformDetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public GenericPlatformDetails.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final GenericPlatformDetails.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public GenericPlatformDetails.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public GenericPlatformDetails.Builder setLocation(String value)
Free text representation of the machine location.
The format of this field should not be relied on. Different VMs 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 GenericPlatformDetails.Builder setLocationBytes(ByteString value)
Free text representation of the machine location.
The format of this field should not be relied on. Different VMs 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 GenericPlatformDetails.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final GenericPlatformDetails.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides