public final class WireGroupTopologyEndpoint extends GeneratedMessage implements WireGroupTopologyEndpointOrBuilderTopology details for a single wire group endpoint.
Protobuf type google.cloud.compute.v1.WireGroupTopologyEndpoint
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > WireGroupTopologyEndpointImplements
WireGroupTopologyEndpointOrBuilderStatic Fields
CITY_FIELD_NUMBER
public static final int CITY_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
LABEL_FIELD_NUMBER
public static final int LABEL_FIELD_NUMBER| Field Value | |
|---|---|
| Type | Description |
int |
|
Static Methods
getDefaultInstance()
public static WireGroupTopologyEndpoint getDefaultInstance()| Returns | |
|---|---|
| Type | Description |
WireGroupTopologyEndpoint |
|
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
newBuilder()
public static WireGroupTopologyEndpoint.Builder newBuilder()| Returns | |
|---|---|
| Type | Description |
WireGroupTopologyEndpoint.Builder |
|
newBuilder(WireGroupTopologyEndpoint prototype)
public static WireGroupTopologyEndpoint.Builder newBuilder(WireGroupTopologyEndpoint prototype)| Parameter | |
|---|---|
| Name | Description |
prototype |
WireGroupTopologyEndpoint |
| Returns | |
|---|---|
| Type | Description |
WireGroupTopologyEndpoint.Builder |
|
parseDelimitedFrom(InputStream input)
public static WireGroupTopologyEndpoint parseDelimitedFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
WireGroupTopologyEndpoint |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static WireGroupTopologyEndpoint parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
WireGroupTopologyEndpoint |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(byte[] data)
public static WireGroupTopologyEndpoint parseFrom(byte[] data)| Parameter | |
|---|---|
| Name | Description |
data |
byte[] |
| Returns | |
|---|---|
| Type | Description |
WireGroupTopologyEndpoint |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static WireGroupTopologyEndpoint parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
WireGroupTopologyEndpoint |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data)
public static WireGroupTopologyEndpoint parseFrom(ByteString data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteString |
| Returns | |
|---|---|
| Type | Description |
WireGroupTopologyEndpoint |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static WireGroupTopologyEndpoint parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
WireGroupTopologyEndpoint |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(CodedInputStream input)
public static WireGroupTopologyEndpoint parseFrom(CodedInputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
CodedInputStream |
| Returns | |
|---|---|
| Type | Description |
WireGroupTopologyEndpoint |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static WireGroupTopologyEndpoint parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
WireGroupTopologyEndpoint |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input)
public static WireGroupTopologyEndpoint parseFrom(InputStream input)| Parameter | |
|---|---|
| Name | Description |
input |
InputStream |
| Returns | |
|---|---|
| Type | Description |
WireGroupTopologyEndpoint |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static WireGroupTopologyEndpoint parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
WireGroupTopologyEndpoint |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
parseFrom(ByteBuffer data)
public static WireGroupTopologyEndpoint parseFrom(ByteBuffer data)| Parameter | |
|---|---|
| Name | Description |
data |
ByteBuffer |
| Returns | |
|---|---|
| Type | Description |
WireGroupTopologyEndpoint |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static WireGroupTopologyEndpoint parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
WireGroupTopologyEndpoint |
|
| Exceptions | |
|---|---|
| Type | Description |
InvalidProtocolBufferException |
|
parser()
public static Parser<WireGroupTopologyEndpoint> parser()| Returns | |
|---|---|
| Type | Description |
Parser<WireGroupTopologyEndpoint> |
|
Methods
equals(Object obj)
public boolean equals(Object obj)| Parameter | |
|---|---|
| Name | Description |
obj |
Object |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCity()
public String getCity()Output only. The InterconnectLocation.city (metropolitan area designator) that all interconnects are located in.
optional string city = 3053931;
| Returns | |
|---|---|
| Type | Description |
String |
The city. |
getCityBytes()
public ByteString getCityBytes()Output only. The InterconnectLocation.city (metropolitan area designator) that all interconnects are located in.
optional string city = 3053931;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for city. |
getDefaultInstanceForType()
public WireGroupTopologyEndpoint getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
WireGroupTopologyEndpoint |
|
getLabel()
public String getLabel()Output only. Endpoint label from the wire group.
optional string label = 102727412;
| Returns | |
|---|---|
| Type | Description |
String |
The label. |
getLabelBytes()
public ByteString getLabelBytes()Output only. Endpoint label from the wire group.
optional string label = 102727412;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for label. |
getParserForType()
public Parser<WireGroupTopologyEndpoint> getParserForType()| Returns | |
|---|---|
| Type | Description |
Parser<WireGroupTopologyEndpoint> |
|
getSerializedSize()
public int getSerializedSize()| Returns | |
|---|---|
| Type | Description |
int |
|
hasCity()
public boolean hasCity()Output only. The InterconnectLocation.city (metropolitan area designator) that all interconnects are located in.
optional string city = 3053931;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the city field is set. |
hasLabel()
public boolean hasLabel()Output only. Endpoint label from the wire group.
optional string label = 102727412;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the label field is set. |
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 WireGroupTopologyEndpoint.Builder newBuilderForType()| Returns | |
|---|---|
| Type | Description |
WireGroupTopologyEndpoint.Builder |
|
newBuilderForType(AbstractMessage.BuilderParent parent)
protected WireGroupTopologyEndpoint.Builder newBuilderForType(AbstractMessage.BuilderParent parent)| Parameter | |
|---|---|
| Name | Description |
parent |
BuilderParent |
| Returns | |
|---|---|
| Type | Description |
WireGroupTopologyEndpoint.Builder |
|
toBuilder()
public WireGroupTopologyEndpoint.Builder toBuilder()| Returns | |
|---|---|
| Type | Description |
WireGroupTopologyEndpoint.Builder |
|
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)| Parameter | |
|---|---|
| Name | Description |
output |
CodedOutputStream |
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|