Package com.google.cloud.compute.v1
Interface PacketMirroringNetworkInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PacketMirroringNetworkInfo,PacketMirroringNetworkInfo.Builder
public interface PacketMirroringNetworkInfoOrBuilder 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 network; defined by the server.com.google.protobuf.ByteStringgetCanonicalUrlBytes()[Output Only] Unique identifier for the network; defined by the server.StringgetUrl()URL of the network resource.com.google.protobuf.ByteStringgetUrlBytes()URL of the network resource.booleanhasCanonicalUrl()[Output Only] Unique identifier for the network; defined by the server.booleanhasUrl()URL of the network resource.-
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 network; 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 network; defined by the server.
optional string canonical_url = 512294820;- Returns:
- The canonicalUrl.
-
getCanonicalUrlBytes
com.google.protobuf.ByteString getCanonicalUrlBytes()
[Output Only] Unique identifier for the network; defined by the server.
optional string canonical_url = 512294820;- Returns:
- The bytes for canonicalUrl.
-
hasUrl
boolean hasUrl()
URL of the network resource.
optional string url = 116079;- Returns:
- Whether the url field is set.
-
getUrl
String getUrl()
URL of the network resource.
optional string url = 116079;- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
URL of the network resource.
optional string url = 116079;- Returns:
- The bytes for url.
-
-