@Generated(value="by GAPIC") @BetaApi public final class InstanceWithNamedPorts extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
InstanceWithNamedPorts.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static InstanceWithNamedPorts |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getInstance()
[Output Only] The URL of the instance.
|
List<NamedPort> |
getNamedPortsList()
[Output Only] The named ports that belong to this instance group.
|
String |
getStatus()
[Output Only] The status of the instance.
|
int |
hashCode() |
static InstanceWithNamedPorts.Builder |
newBuilder() |
static InstanceWithNamedPorts.Builder |
newBuilder(InstanceWithNamedPorts prototype) |
InstanceWithNamedPorts.Builder |
toBuilder() |
String |
toString() |
public Object getFieldValue(String fieldName)
getFieldValue
in interface ApiMessage
@Nullable public ApiMessage getApiMessageRequestBody()
getApiMessageRequestBody
in interface ApiMessage
@Nullable public List<String> getFieldMask()
getFieldMask
in interface ApiMessage
public String getInstance()
public List<NamedPort> getNamedPortsList()
public String getStatus()
public static InstanceWithNamedPorts.Builder newBuilder()
public static InstanceWithNamedPorts.Builder newBuilder(InstanceWithNamedPorts prototype)
public InstanceWithNamedPorts.Builder toBuilder()
public static InstanceWithNamedPorts getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.