public interface PacketMirroringMirroredResourceInfoInstanceInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCanonicalUrl()
[Output Only] Unique identifier for the instance; defined by the server.
|
com.google.protobuf.ByteString |
getCanonicalUrlBytes()
[Output Only] Unique identifier for the instance; defined by the server.
|
String |
getUrl()
Resource URL to the virtual machine instance which is being mirrored.
|
com.google.protobuf.ByteString |
getUrlBytes()
Resource URL to the virtual machine instance which is being mirrored.
|
boolean |
hasCanonicalUrl()
[Output Only] Unique identifier for the instance; defined by the server.
|
boolean |
hasUrl()
Resource URL to the virtual machine instance which is being mirrored.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCanonicalUrl()
[Output Only] Unique identifier for the instance; defined by the server.
optional string canonical_url = 512294820;String getCanonicalUrl()
[Output Only] Unique identifier for the instance; defined by the server.
optional string canonical_url = 512294820;com.google.protobuf.ByteString getCanonicalUrlBytes()
[Output Only] Unique identifier for the instance; defined by the server.
optional string canonical_url = 512294820;boolean hasUrl()
Resource URL to the virtual machine instance which is being mirrored.
optional string url = 116079;String getUrl()
Resource URL to the virtual machine instance which is being mirrored.
optional string url = 116079;com.google.protobuf.ByteString getUrlBytes()
Resource URL to the virtual machine instance which is being mirrored.
optional string url = 116079;Copyright © 2023 Google LLC. All rights reserved.