public interface InstanceWithNamedPortsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInstance()
[Output Only] The URL of the instance.
|
com.google.protobuf.ByteString |
getInstanceBytes()
[Output Only] The URL of the instance.
|
NamedPort |
getNamedPorts(int index)
[Output Only] The named ports that belong to this instance group.
|
int |
getNamedPortsCount()
[Output Only] The named ports that belong to this instance group.
|
List<NamedPort> |
getNamedPortsList()
[Output Only] The named ports that belong to this instance group.
|
NamedPortOrBuilder |
getNamedPortsOrBuilder(int index)
[Output Only] The named ports that belong to this instance group.
|
List<? extends NamedPortOrBuilder> |
getNamedPortsOrBuilderList()
[Output Only] The named ports that belong to this instance group.
|
String |
getStatus()
[Output Only] The status of the instance.
|
com.google.protobuf.ByteString |
getStatusBytes()
[Output Only] The status of the instance.
|
boolean |
hasInstance()
[Output Only] The URL of the instance.
|
boolean |
hasStatus()
[Output Only] The status of the instance.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInstance()
[Output Only] The URL of the instance.
optional string instance = 18257045;String getInstance()
[Output Only] The URL of the instance.
optional string instance = 18257045;com.google.protobuf.ByteString getInstanceBytes()
[Output Only] The URL of the instance.
optional string instance = 18257045;List<NamedPort> getNamedPortsList()
[Output Only] The named ports that belong to this instance group.
repeated .google.cloud.compute.v1.NamedPort named_ports = 427598732;NamedPort getNamedPorts(int index)
[Output Only] The named ports that belong to this instance group.
repeated .google.cloud.compute.v1.NamedPort named_ports = 427598732;int getNamedPortsCount()
[Output Only] The named ports that belong to this instance group.
repeated .google.cloud.compute.v1.NamedPort named_ports = 427598732;List<? extends NamedPortOrBuilder> getNamedPortsOrBuilderList()
[Output Only] The named ports that belong to this instance group.
repeated .google.cloud.compute.v1.NamedPort named_ports = 427598732;NamedPortOrBuilder getNamedPortsOrBuilder(int index)
[Output Only] The named ports that belong to this instance group.
repeated .google.cloud.compute.v1.NamedPort named_ports = 427598732;boolean hasStatus()
[Output Only] The status of the instance. Check the Status enum for the list of possible values.
optional string status = 181260274;String getStatus()
[Output Only] The status of the instance. Check the Status enum for the list of possible values.
optional string status = 181260274;com.google.protobuf.ByteString getStatusBytes()
[Output Only] The status of the instance. Check the Status enum for the list of possible values.
optional string status = 181260274;Copyright © 2023 Google LLC. All rights reserved.