Package com.google.cloud.compute.v1
Interface PacketMirroringMirroredResourceInfoSubnetInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PacketMirroringMirroredResourceInfoSubnetInfo,PacketMirroringMirroredResourceInfoSubnetInfo.Builder
public interface PacketMirroringMirroredResourceInfoSubnetInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetCanonicalUrl()[Output Only] Unique identifier for the subnetwork; defined by the server.com.google.protobuf.ByteStringgetCanonicalUrlBytes()[Output Only] Unique identifier for the subnetwork; defined by the server.StringgetUrl()Resource URL to the subnetwork for which traffic from/to all VM instances will be mirrored.com.google.protobuf.ByteStringgetUrlBytes()Resource URL to the subnetwork for which traffic from/to all VM instances will be mirrored.booleanhasCanonicalUrl()[Output Only] Unique identifier for the subnetwork; defined by the server.booleanhasUrl()Resource URL to the subnetwork for which traffic from/to all VM instances will be mirrored.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCanonicalUrl
boolean hasCanonicalUrl()
[Output Only] Unique identifier for the subnetwork; defined by the server.
optional string canonical_url = 512294820;- Returns:
- Whether the canonicalUrl field is set.
-
getCanonicalUrl
String getCanonicalUrl()
[Output Only] Unique identifier for the subnetwork; defined by the server.
optional string canonical_url = 512294820;- Returns:
- The canonicalUrl.
-
getCanonicalUrlBytes
com.google.protobuf.ByteString getCanonicalUrlBytes()
[Output Only] Unique identifier for the subnetwork; defined by the server.
optional string canonical_url = 512294820;- Returns:
- The bytes for canonicalUrl.
-
hasUrl
boolean hasUrl()
Resource URL to the subnetwork for which traffic from/to all VM instances will be mirrored.
optional string url = 116079;- Returns:
- Whether the url field is set.
-
getUrl
String getUrl()
Resource URL to the subnetwork for which traffic from/to all VM instances will be mirrored.
optional string url = 116079;- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
Resource URL to the subnetwork for which traffic from/to all VM instances will be mirrored.
optional string url = 116079;- Returns:
- The bytes for url.
-
-