googleapis.com – servicenetworking
Provides automatic management of network configurations necessary for certain services.
- Homepage
- https://api.apis.guru/v2/specs/googleapis.com:servicenetworking/v1.json
- Provider
- googleapis.com:servicenetworking / servicenetworking
- OpenAPI version
- 3.0.0
- Spec (JSON)
- https://api.apis.guru/v2/specs/googleapis.com/servicenetworking/v1/openapi.json
- Spec (YAML)
- https://api.apis.guru/v2/specs/googleapis.com/servicenetworking/v1/openapi.yaml
Tools (23)
Extracted live via the executor SDK.
-
operations.servicenetworkingOperationsCancelStarts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns
google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding toCode.CANCELLED. -
services.servicenetworkingServicesAddSubnetworkFor service producers, provisions a new subnet in a peered service's shared VPC network in the requested region and with the requested size that's expressed as a CIDR range (number of leading bits of ipV4 network mask). The method checks against the assigned allocated ranges to find a non-conflicting IP address range. The method will reuse a subnet if subsequent calls contain the same subnet name, region, and prefix length. This method will make producer's tenant project to be a shared VPC service project as needed.
-
services.servicenetworkingServicesConnectionsCreateCreates a private connection that establishes a VPC Network Peering connection to a VPC network in the service producer's organization. The administrator of the service consumer's VPC network invokes this method. The administrator must assign one or more allocated IP ranges for provisioning subnetworks in the service producer's VPC network. This connection is used for all supported services in the service producer's organization, so it only needs to be invoked once.
-
services.servicenetworkingServicesConnectionsDeleteConnectionDeletes a private service access connection.
-
services.servicenetworkingServicesConnectionsListList the private connections that are configured in a service consumer's VPC network.
-
services.servicenetworkingServicesConnectionsPatchUpdates the allocated ranges that are assigned to a connection.
-
services.servicenetworkingServicesDisableVpcServiceControlsDisables VPC service controls for a connection.
-
services.servicenetworkingServicesDnsRecordSetsAddService producers can use this method to add DNS record sets to private DNS zones in the shared producer host project.
-
services.servicenetworkingServicesDnsRecordSetsRemoveService producers can use this method to remove DNS record sets from private DNS zones in the shared producer host project.
-
services.servicenetworkingServicesDnsRecordSetsUpdateService producers can use this method to update DNS record sets from private DNS zones in the shared producer host project.
-
services.servicenetworkingServicesDnsZonesAddService producers can use this method to add private DNS zones in the shared producer host project and matching peering zones in the consumer project.
-
services.servicenetworkingServicesDnsZonesRemoveService producers can use this method to remove private DNS zones in the shared producer host project and matching peering zones in the consumer project.
-
services.servicenetworkingServicesEnableVpcServiceControlsEnables VPC service controls for a connection.
-
services.servicenetworkingServicesProjectsGlobalNetworksGetService producers use this method to get the configuration of their connection including the import/export of custom routes and subnetwork routes with public IP.
-
services.servicenetworkingServicesProjectsGlobalNetworksPeeredDnsDomainsCreateCreates a peered DNS domain which sends requests for records in given namespace originating in the service producer VPC network to the consumer VPC network to be resolved.
-
services.servicenetworkingServicesProjectsGlobalNetworksPeeredDnsDomainsDeleteDeletes a peered DNS domain.
-
services.servicenetworkingServicesProjectsGlobalNetworksPeeredDnsDomainsListLists peered DNS domains for a connection.
-
services.servicenetworkingServicesProjectsGlobalNetworksUpdateConsumerConfigService producers use this method to update the configuration of their connection including the import/export of custom routes and subnetwork routes with public IP.
-
services.servicenetworkingServicesRolesAddService producers can use this method to add roles in the shared VPC host project. Each role is bound to the provided member. Each role must be selected from within an allowlisted set of roles. Each role is applied at only the granularity specified in the allowlist.
-
services.servicenetworkingServicesSearchRangeService producers can use this method to find a currently unused range within consumer allocated ranges. This returned range is not reserved, and not guaranteed to remain unused. It will validate previously provided allocated ranges, find non-conflicting sub-range of requested size (expressed in number of leading bits of ipv4 network mask, as in CIDR range notation).
-
services.servicenetworkingServicesValidateService producers use this method to validate if the consumer provided network, project and requested range are valid. This allows them to use a fail-fast mechanism for consumer requests, and not have to wait for AddSubnetwork operation completion to determine if user request is invalid.
-
openapi.previewSpecPreview an OpenAPI document before adding it as a source
-
openapi.addSourceAdd an OpenAPI source and register its operations as tools