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