| Package | Description |
|---|---|
| com.google.api.services.servicenetworking.v1beta | |
| com.google.api.services.servicenetworking.v1beta.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceNetworking.Services.Connections.Create |
ServiceNetworking.Services.Connections.create(String parent,
GoogleCloudServicenetworkingV1betaConnection content)
Creates a private connection that establishes a VPC Network Peering connection to a VPC network
in the service producer's organization.
|
ServiceNetworking.Services.UpdateConnections |
ServiceNetworking.Services.updateConnections(String name,
GoogleCloudServicenetworkingV1betaConnection content)
Updates the allocated ranges that are assigned to a connection.
|
| Constructor and Description |
|---|
Create(String parent,
GoogleCloudServicenetworkingV1betaConnection content)
Creates a private connection that establishes a VPC Network Peering connection to a VPC network
in the service producer's organization.
|
UpdateConnections(String name,
GoogleCloudServicenetworkingV1betaConnection content)
Updates the allocated ranges that are assigned to a connection.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudServicenetworkingV1betaConnection |
GoogleCloudServicenetworkingV1betaConnection.clone() |
GoogleCloudServicenetworkingV1betaConnection |
GoogleCloudServicenetworkingV1betaConnection.set(String fieldName,
Object value) |
GoogleCloudServicenetworkingV1betaConnection |
GoogleCloudServicenetworkingV1betaConnection.setNetwork(String network)
The name of service consumer's VPC network that's connected with service producer network, in
the following format: `projects/{project}/global/networks/{network}`.
|
GoogleCloudServicenetworkingV1betaConnection |
GoogleCloudServicenetworkingV1betaConnection.setPeering(String peering)
Output only.
|
GoogleCloudServicenetworkingV1betaConnection |
GoogleCloudServicenetworkingV1betaConnection.setReservedPeeringRanges(List<String> reservedPeeringRanges)
The name of one or more allocated IP address ranges for this service producer of type
`PEERING`.
|
GoogleCloudServicenetworkingV1betaConnection |
GoogleCloudServicenetworkingV1betaConnection.setService(String service)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<GoogleCloudServicenetworkingV1betaConnection> |
ListConnectionsResponse.getConnections()
The list of Connections.
|
| Modifier and Type | Method and Description |
|---|---|
ListConnectionsResponse |
ListConnectionsResponse.setConnections(List<GoogleCloudServicenetworkingV1betaConnection> connections)
The list of Connections.
|
Copyright © 2011–2026 Google. All rights reserved.