public static final class ProbingDetails.EdgeLocation extends GeneratedMessage implements ProbingDetails.EdgeLocationOrBuilderRepresentation of a network edge location as per https://cloud.google.com/vpc/docs/edge-locations.
Protobuf type google.cloud.networkmanagement.v1.ProbingDetails.EdgeLocation
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > ProbingDetails.EdgeLocationImplements
ProbingDetails.EdgeLocationOrBuilderStatic Fields
METROPOLITAN_AREA_FIELD_NUMBER
public static final int METROPOLITAN_AREA_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static ProbingDetails.EdgeLocation getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
ProbingDetails.EdgeLocation |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static ProbingDetails.EdgeLocation.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
ProbingDetails.EdgeLocation.Builder |
|
newBuilder(ProbingDetails.EdgeLocation prototype)
public static ProbingDetails.EdgeLocation.Builder newBuilder(ProbingDetails.EdgeLocation prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
ProbingDetails.EdgeLocation |
| Returns | |
|---|---|
| Type | Description |
ProbingDetails.EdgeLocation.Builder |
|
parseDelimitedFrom(InputStream input)
public static ProbingDetails.EdgeLocation parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ProbingDetails.EdgeLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ProbingDetails.EdgeLocation parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ProbingDetails.EdgeLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static ProbingDetails.EdgeLocation parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
ProbingDetails.EdgeLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ProbingDetails.EdgeLocation parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ProbingDetails.EdgeLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static ProbingDetails.EdgeLocation parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
ProbingDetails.EdgeLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ProbingDetails.EdgeLocation parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ProbingDetails.EdgeLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static ProbingDetails.EdgeLocation parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
ProbingDetails.EdgeLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ProbingDetails.EdgeLocation parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ProbingDetails.EdgeLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static ProbingDetails.EdgeLocation parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
ProbingDetails.EdgeLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ProbingDetails.EdgeLocation parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ProbingDetails.EdgeLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static ProbingDetails.EdgeLocation parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
ProbingDetails.EdgeLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ProbingDetails.EdgeLocation parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ProbingDetails.EdgeLocation |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<ProbingDetails.EdgeLocation> parser()| Returns | |
|---|---|
| Type | Description |
Parser<EdgeLocation> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getDefaultInstanceForType()
public ProbingDetails.EdgeLocation getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ProbingDetails.EdgeLocation |
|
getMetropolitanArea()
public String getMetropolitanArea()Name of the metropolitan area.
string metropolitan_area = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The metropolitanArea. |
getMetropolitanAreaBytes()
public ByteString getMetropolitanAreaBytes()Name of the metropolitan area.
string metropolitan_area = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for metropolitanArea. |
getParserForType()
public Parser<ProbingDetails.EdgeLocation> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<EdgeLocation> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
newBuilderForType()
public ProbingDetails.EdgeLocation.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
ProbingDetails.EdgeLocation.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ProbingDetails.EdgeLocation.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
ProbingDetails.EdgeLocation.Builder |
|
toBuilder()
public ProbingDetails.EdgeLocation.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
ProbingDetails.EdgeLocation.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|