Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
NetworkEndpoint.Builder |
NetworkEndpoint.Builder.clone() |
NetworkEndpoint.Builder |
NetworkEndpoint.Builder.mergeFrom(NetworkEndpoint other) |
static NetworkEndpoint.Builder |
NetworkEndpoint.newBuilder() |
static NetworkEndpoint.Builder |
NetworkEndpoint.newBuilder(NetworkEndpoint prototype) |
NetworkEndpoint.Builder |
NetworkEndpoint.Builder.setInstance(String instance)
The name for a specific VM instance that the IP address belongs to.
|
NetworkEndpoint.Builder |
NetworkEndpoint.Builder.setIpAddress(String ipAddress)
Optional IPv4 address of network endpoint.
|
NetworkEndpoint.Builder |
NetworkEndpoint.Builder.setPort(Integer port)
Optional port number of network endpoint.
|
NetworkEndpoint.Builder |
NetworkEndpoint.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.