public interface PacketMirroringMirroredResourceInfoSubnetInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCanonicalUrl()
public abstract String getCanonicalUrl()[Output Only] Unique identifier for the subnetwork; defined by the server.
optional string canonical_url = 512294820;
| Type | Description |
| String | The canonicalUrl. |
getCanonicalUrlBytes()
public abstract ByteString getCanonicalUrlBytes()[Output Only] Unique identifier for the subnetwork; defined by the server.
optional string canonical_url = 512294820;
| Type | Description |
| ByteString | The bytes for canonicalUrl. |
getUrl()
public abstract String getUrl()Resource URL to the subnetwork for which traffic from/to all VM instances will be mirrored.
optional string url = 116079;
| Type | Description |
| String | The url. |
getUrlBytes()
public abstract ByteString getUrlBytes()Resource URL to the subnetwork for which traffic from/to all VM instances will be mirrored.
optional string url = 116079;
| Type | Description |
| ByteString | The bytes for url. |
hasCanonicalUrl()
public abstract boolean hasCanonicalUrl()[Output Only] Unique identifier for the subnetwork; defined by the server.
optional string canonical_url = 512294820;
| Type | Description |
| boolean | Whether the canonicalUrl field is set. |
hasUrl()
public abstract boolean hasUrl()Resource URL to the subnetwork for which traffic from/to all VM instances will be mirrored.
optional string url = 116079;
| Type | Description |
| boolean | Whether the url field is set. |