Package com.google.cloud.compute.v1
Interface InterconnectAttachmentPrivateInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InterconnectAttachmentPrivateInfo
,InterconnectAttachmentPrivateInfo.Builder
public interface InterconnectAttachmentPrivateInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getTag8021Q()
[Output Only] 802.1q encapsulation tag to be used for traffic between Google and the customer, going to and from this network and region.boolean
hasTag8021Q()
[Output Only] 802.1q encapsulation tag to be used for traffic between Google and the customer, going to and from this network and region.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasTag8021Q
boolean hasTag8021Q()
[Output Only] 802.1q encapsulation tag to be used for traffic between Google and the customer, going to and from this network and region.
optional uint32 tag8021q = 271820992;
- Returns:
- Whether the tag8021q field is set.
-
getTag8021Q
int getTag8021Q()
[Output Only] 802.1q encapsulation tag to be used for traffic between Google and the customer, going to and from this network and region.
optional uint32 tag8021q = 271820992;
- Returns:
- The tag8021q.
-
-