@Generated(value="by GAPIC") @BetaApi public final class NetworkEndpoint extends Object implements ApiMessage
Modifier and Type | Class and Description |
---|---|
static class |
NetworkEndpoint.Builder |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ApiMessage |
getApiMessageRequestBody() |
static NetworkEndpoint |
getDefaultInstance() |
List<String> |
getFieldMask() |
Object |
getFieldValue(String fieldName) |
String |
getInstance()
The name for a specific VM instance that the IP address belongs to.
|
String |
getIpAddress()
Optional IPv4 address of network endpoint.
|
Integer |
getPort()
Optional port number of network endpoint.
|
int |
hashCode() |
static NetworkEndpoint.Builder |
newBuilder() |
static NetworkEndpoint.Builder |
newBuilder(NetworkEndpoint prototype) |
NetworkEndpoint.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()
The name must be 1-63 characters long, and comply with RFC1035.
public String getIpAddress()
public Integer getPort()
public static NetworkEndpoint.Builder newBuilder()
public static NetworkEndpoint.Builder newBuilder(NetworkEndpoint prototype)
public NetworkEndpoint.Builder toBuilder()
public static NetworkEndpoint getDefaultInstance()
Copyright © 2019 Google LLC. All rights reserved.