Package com.google.cloud.compute.v1
Interface PacketMirroringForwardingRuleInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PacketMirroringForwardingRuleInfo
,PacketMirroringForwardingRuleInfo.Builder
public interface PacketMirroringForwardingRuleInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCanonicalUrl()
[Output Only] Unique identifier for the forwarding rule; defined by the server.com.google.protobuf.ByteString
getCanonicalUrlBytes()
[Output Only] Unique identifier for the forwarding rule; defined by the server.String
getUrl()
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.com.google.protobuf.ByteString
getUrlBytes()
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.boolean
hasCanonicalUrl()
[Output Only] Unique identifier for the forwarding rule; defined by the server.boolean
hasUrl()
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.-
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 forwarding rule; 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 forwarding rule; defined by the server.
optional string canonical_url = 512294820;
- Returns:
- The canonicalUrl.
-
getCanonicalUrlBytes
com.google.protobuf.ByteString getCanonicalUrlBytes()
[Output Only] Unique identifier for the forwarding rule; defined by the server.
optional string canonical_url = 512294820;
- Returns:
- The bytes for canonicalUrl.
-
hasUrl
boolean hasUrl()
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
optional string url = 116079;
- Returns:
- Whether the url field is set.
-
getUrl
String getUrl()
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
optional string url = 116079;
- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
Resource URL to the forwarding rule representing the ILB configured as destination of the mirrored traffic.
optional string url = 116079;
- Returns:
- The bytes for url.
-
-