Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as mod from "https://googleapis.deno.dev/v1/cloudnumberregistry:v1alpha.ts";

§Classes

CloudNumberRegistry
GoogleAuth

§Variables

auth

§Interfaces

AggregatedData

Aggregated data for the RegistryBook.

Attribute

Message describing Attribute object

CancelOperationRequest

The request message for Operations.CancelOperation.

CheckAvailabilityIpamAdminScopesResponse

Message for response to checking the availability of IpamAdminScopes

CleanupIpamAdminScopeRequest

Message for cleaning up a IpamAdminScope

CredentialsClient

Defines the root interface for all clients that generate credentials for calling Google APIs. All clients should implement this interface.

CustomRange

Message describing CustomRange object

DisableIpamAdminScopeRequest

Message for disabling a IpamAdminScope

DiscoveredRange

Message describing DiscoveredRange object

DiscoveryMetadata

Discovery metadata of the discovered resource.

Empty

A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }

FindCustomRangeFreeIpRangesResponse

Message for the response to finding free IP ranges.

FindDiscoveredRangeFreeIpRangesResponse

Message for the response to finding free IP ranges.

IpamAdminScope

Message describing IpamAdminScope object

IpamAdminScopeAvailability

Message for the availability of an IpamAdminScope

ListCustomRangesResponse

Message for response to listing CustomRanges

ListDiscoveredRangesResponse

Message for response to listing DiscoveredRanges

ListIpamAdminScopesResponse

Message for response to listing ipamAdminScopes

ListLocationsResponse

The response message for Locations.ListLocations.

ListOperationsResponse

The response message for Operations.ListOperations.

ListRealmsResponse

Message for response to listing Realms

ListRegistryBooksResponse

Message for response to listing RegistryBooks

Location

A resource that represents a Google Cloud location.

Operation

This resource represents a long-running operation that is the result of a network API call.

OperationMetadata

Represents the metadata of the long-running operation.

ProjectsLocationsCustomRangesCreateOptions

Additional options for CloudNumberRegistry#projectsLocationsCustomRangesCreate.

ProjectsLocationsCustomRangesDeleteOptions

Additional options for CloudNumberRegistry#projectsLocationsCustomRangesDelete.

ProjectsLocationsCustomRangesFindFreeIpRangesOptions

Additional options for CloudNumberRegistry#projectsLocationsCustomRangesFindFreeIpRanges.

ProjectsLocationsCustomRangesListOptions

Additional options for CloudNumberRegistry#projectsLocationsCustomRangesList.

ProjectsLocationsCustomRangesPatchOptions

Additional options for CloudNumberRegistry#projectsLocationsCustomRangesPatch.

ProjectsLocationsDiscoveredRangesFindFreeIpRangesOptions

Additional options for CloudNumberRegistry#projectsLocationsDiscoveredRangesFindFreeIpRanges.

ProjectsLocationsDiscoveredRangesListOptions

Additional options for CloudNumberRegistry#projectsLocationsDiscoveredRangesList.

ProjectsLocationsIpamAdminScopesCheckAvailabilityOptions

Additional options for CloudNumberRegistry#projectsLocationsIpamAdminScopesCheckAvailability.

ProjectsLocationsIpamAdminScopesCreateOptions

Additional options for CloudNumberRegistry#projectsLocationsIpamAdminScopesCreate.

ProjectsLocationsIpamAdminScopesDeleteOptions

Additional options for CloudNumberRegistry#projectsLocationsIpamAdminScopesDelete.

ProjectsLocationsIpamAdminScopesListOptions

Additional options for CloudNumberRegistry#projectsLocationsIpamAdminScopesList.

ProjectsLocationsIpamAdminScopesPatchOptions

Additional options for CloudNumberRegistry#projectsLocationsIpamAdminScopesPatch.

ProjectsLocationsListOptions

Additional options for CloudNumberRegistry#projectsLocationsList.

ProjectsLocationsOperationsListOptions

Additional options for CloudNumberRegistry#projectsLocationsOperationsList.

ProjectsLocationsRealmsCreateOptions

Additional options for CloudNumberRegistry#projectsLocationsRealmsCreate.

ProjectsLocationsRealmsDeleteOptions

Additional options for CloudNumberRegistry#projectsLocationsRealmsDelete.

ProjectsLocationsRealmsGetOptions

Additional options for CloudNumberRegistry#projectsLocationsRealmsGet.

ProjectsLocationsRealmsListOptions

Additional options for CloudNumberRegistry#projectsLocationsRealmsList.

ProjectsLocationsRealmsPatchOptions

Additional options for CloudNumberRegistry#projectsLocationsRealmsPatch.

ProjectsLocationsRegistryBooksCreateOptions

Additional options for CloudNumberRegistry#projectsLocationsRegistryBooksCreate.

ProjectsLocationsRegistryBooksDeleteOptions

Additional options for CloudNumberRegistry#projectsLocationsRegistryBooksDelete.

ProjectsLocationsRegistryBooksGetOptions

Additional options for CloudNumberRegistry#projectsLocationsRegistryBooksGet.

ProjectsLocationsRegistryBooksListOptions

Additional options for CloudNumberRegistry#projectsLocationsRegistryBooksList.

ProjectsLocationsRegistryBooksPatchOptions

Additional options for CloudNumberRegistry#projectsLocationsRegistryBooksPatch.

Range

Message describing either a CustomRange or a DiscoveredRange.

RangeUtilization

Message for the utilization of an IP range

Realm

Message describing Realm object

RealmAggregatedData

Aggregated data for the Realm.

RegistryBook

Message describing RegistryBook object

SearchIpResourcesRequest

Message for searching IP resources

SearchIpResourcesResponse

Message for response to searching IP resources

SearchIpResourcesResult

A result matching the search query, which can be either a range or a realm.

ShowCustomRangeUtilizationResponse

Message for the response to getting the utilization of a CustomRange

ShowDiscoveredRangeUtilizationResponse

Message for the response to getting the utilization of a DiscoveredRange

Status

The Status type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by gRPC. Each Status message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the API Design Guide.