public interface InstanceInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Name of a Compute Engine instance.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Name of a Compute Engine instance.
|
String |
getExternalIp()
External IP address of the network interface.
|
com.google.protobuf.ByteString |
getExternalIpBytes()
External IP address of the network interface.
|
String |
getInterface()
Name of the network interface of a Compute Engine instance.
|
com.google.protobuf.ByteString |
getInterfaceBytes()
Name of the network interface of a Compute Engine instance.
|
String |
getInternalIp()
Internal IP address of the network interface.
|
com.google.protobuf.ByteString |
getInternalIpBytes()
Internal IP address of the network interface.
|
String |
getNetworkTags(int index)
Network tags configured on the instance.
|
com.google.protobuf.ByteString |
getNetworkTagsBytes(int index)
Network tags configured on the instance.
|
int |
getNetworkTagsCount()
Network tags configured on the instance.
|
List<String> |
getNetworkTagsList()
Network tags configured on the instance.
|
String |
getNetworkUri()
URI of a Compute Engine network.
|
com.google.protobuf.ByteString |
getNetworkUriBytes()
URI of a Compute Engine network.
|
String |
getServiceAccount()
Deprecated.
google.cloud.networkmanagement.v1beta1.InstanceInfo.service_account is deprecated.
See google/cloud/networkmanagement/v1beta1/trace.proto;l=245
|
com.google.protobuf.ByteString |
getServiceAccountBytes()
Deprecated.
google.cloud.networkmanagement.v1beta1.InstanceInfo.service_account is deprecated.
See google/cloud/networkmanagement/v1beta1/trace.proto;l=245
|
String |
getUri()
URI of a Compute Engine instance.
|
com.google.protobuf.ByteString |
getUriBytes()
URI of a Compute Engine instance.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
Name of a Compute Engine instance.
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
Name of a Compute Engine instance.
string display_name = 1;String getUri()
URI of a Compute Engine instance.
string uri = 2;com.google.protobuf.ByteString getUriBytes()
URI of a Compute Engine instance.
string uri = 2;String getInterface()
Name of the network interface of a Compute Engine instance.
string interface = 3;com.google.protobuf.ByteString getInterfaceBytes()
Name of the network interface of a Compute Engine instance.
string interface = 3;String getNetworkUri()
URI of a Compute Engine network.
string network_uri = 4;com.google.protobuf.ByteString getNetworkUriBytes()
URI of a Compute Engine network.
string network_uri = 4;String getInternalIp()
Internal IP address of the network interface.
string internal_ip = 5;com.google.protobuf.ByteString getInternalIpBytes()
Internal IP address of the network interface.
string internal_ip = 5;String getExternalIp()
External IP address of the network interface.
string external_ip = 6;com.google.protobuf.ByteString getExternalIpBytes()
External IP address of the network interface.
string external_ip = 6;List<String> getNetworkTagsList()
Network tags configured on the instance.
repeated string network_tags = 7;int getNetworkTagsCount()
Network tags configured on the instance.
repeated string network_tags = 7;String getNetworkTags(int index)
Network tags configured on the instance.
repeated string network_tags = 7;index - The index of the element to return.com.google.protobuf.ByteString getNetworkTagsBytes(int index)
Network tags configured on the instance.
repeated string network_tags = 7;index - The index of the value to return.@Deprecated String getServiceAccount()
Service account authorized for the instance.
string service_account = 8 [deprecated = true];@Deprecated com.google.protobuf.ByteString getServiceAccountBytes()
Service account authorized for the instance.
string service_account = 8 [deprecated = true];Copyright © 2022 Google LLC. All rights reserved.