Interface PacketMirroringForwardingRuleInfoOrBuilder (1.51.0)

public interface PacketMirroringForwardingRuleInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCanonicalUrl()

public abstract String getCanonicalUrl()

[Output Only] Unique identifier for the forwarding rule; defined by the server.

optional string canonical_url = 512294820;

Returns
TypeDescription
String

The canonicalUrl.

getCanonicalUrlBytes()

public abstract ByteString getCanonicalUrlBytes()

[Output Only] Unique identifier for the forwarding rule; defined by the server.

optional string canonical_url = 512294820;

Returns
TypeDescription
ByteString

The bytes for canonicalUrl.

getUrl()

public abstract String getUrl()

Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.

optional string url = 116079;

Returns
TypeDescription
String

The url.

getUrlBytes()

public abstract ByteString getUrlBytes()

Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.

optional string url = 116079;

Returns
TypeDescription
ByteString

The bytes for url.

hasCanonicalUrl()

public abstract boolean hasCanonicalUrl()

[Output Only] Unique identifier for the forwarding rule; defined by the server.

optional string canonical_url = 512294820;

Returns
TypeDescription
boolean

Whether the canonicalUrl field is set.

hasUrl()

public abstract boolean hasUrl()

Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.

optional string url = 116079;

Returns
TypeDescription
boolean

Whether the url field is set.