public static final class ProbingDetails.EdgeLocation.Builder extends GeneratedMessageV3.Builder<ProbingDetails.EdgeLocation.Builder> implements ProbingDetails.EdgeLocationOrBuilder
Representation of a network edge location as per https://cloud.google.com/vpc/docs/edge-locations.
Protobuf type google.cloud.networkmanagement.v1beta1.ProbingDetails.EdgeLocation
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ProbingDetails.EdgeLocation.BuilderImplements
ProbingDetails.EdgeLocationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ProbingDetails.EdgeLocation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ProbingDetails.EdgeLocation.Builder |
build()
public ProbingDetails.EdgeLocation build()
Type | Description |
ProbingDetails.EdgeLocation |
buildPartial()
public ProbingDetails.EdgeLocation buildPartial()
Type | Description |
ProbingDetails.EdgeLocation |
clear()
public ProbingDetails.EdgeLocation.Builder clear()
Type | Description |
ProbingDetails.EdgeLocation.Builder |
clearField(Descriptors.FieldDescriptor field)
public ProbingDetails.EdgeLocation.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ProbingDetails.EdgeLocation.Builder |
clearMetropolitanArea()
public ProbingDetails.EdgeLocation.Builder clearMetropolitanArea()
Name of the metropolitan area.
string metropolitan_area = 1;
Type | Description |
ProbingDetails.EdgeLocation.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ProbingDetails.EdgeLocation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ProbingDetails.EdgeLocation.Builder |
clone()
public ProbingDetails.EdgeLocation.Builder clone()
Type | Description |
ProbingDetails.EdgeLocation.Builder |
getDefaultInstanceForType()
public ProbingDetails.EdgeLocation getDefaultInstanceForType()
Type | Description |
ProbingDetails.EdgeLocation |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getMetropolitanArea()
public String getMetropolitanArea()
Name of the metropolitan area.
string metropolitan_area = 1;
Type | Description |
String | The metropolitanArea. |
getMetropolitanAreaBytes()
public ByteString getMetropolitanAreaBytes()
Name of the metropolitan area.
string metropolitan_area = 1;
Type | Description |
ByteString | The bytes for metropolitanArea. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ProbingDetails.EdgeLocation other)
public ProbingDetails.EdgeLocation.Builder mergeFrom(ProbingDetails.EdgeLocation other)
Name | Description |
other | ProbingDetails.EdgeLocation |
Type | Description |
ProbingDetails.EdgeLocation.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ProbingDetails.EdgeLocation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ProbingDetails.EdgeLocation.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ProbingDetails.EdgeLocation.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ProbingDetails.EdgeLocation.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ProbingDetails.EdgeLocation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ProbingDetails.EdgeLocation.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ProbingDetails.EdgeLocation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ProbingDetails.EdgeLocation.Builder |
setMetropolitanArea(String value)
public ProbingDetails.EdgeLocation.Builder setMetropolitanArea(String value)
Name of the metropolitan area.
string metropolitan_area = 1;
Name | Description |
value | String The metropolitanArea to set. |
Type | Description |
ProbingDetails.EdgeLocation.Builder | This builder for chaining. |
setMetropolitanAreaBytes(ByteString value)
public ProbingDetails.EdgeLocation.Builder setMetropolitanAreaBytes(ByteString value)
Name of the metropolitan area.
string metropolitan_area = 1;
Name | Description |
value | ByteString The bytes for metropolitanArea to set. |
Type | Description |
ProbingDetails.EdgeLocation.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ProbingDetails.EdgeLocation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ProbingDetails.EdgeLocation.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ProbingDetails.EdgeLocation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ProbingDetails.EdgeLocation.Builder |