public interface PacketMirroringNetworkInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCanonicalUrl()
public abstract String getCanonicalUrl()Output only. [Output Only] Unique identifier for the network; defined by the server.
optional string canonical_url = 512294820;
| Returns | |
|---|---|
| Type | Description |
String |
The canonicalUrl. |
getCanonicalUrlBytes()
public abstract ByteString getCanonicalUrlBytes()Output only. [Output Only] Unique identifier for the network; defined by the server.
optional string canonical_url = 512294820;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for canonicalUrl. |
getUrl()
public abstract String getUrl()URL of the network resource.
optional string url = 116079;
| Returns | |
|---|---|
| Type | Description |
String |
The url. |
getUrlBytes()
public abstract ByteString getUrlBytes()URL of the network resource.
optional string url = 116079;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for url. |
hasCanonicalUrl()
public abstract boolean hasCanonicalUrl()Output only. [Output Only] Unique identifier for the network; defined by the server.
optional string canonical_url = 512294820;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the canonicalUrl field is set. |
hasUrl()
public abstract boolean hasUrl()URL of the network resource.
optional string url = 116079;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the url field is set. |