Namespace Google.Apis.CloudNumberRegistry.v1alpha.Data
Classes
AggregatedData
Aggregated data for the RegistryBook.
Attribute
A key-value pair representing a custom attribute associated with a resource.
CancelOperationRequest
The request message for Operations.CancelOperation.
CheckAvailabilityIpamAdminScopesResponse
Response message for the CloudNumberRegistry.CheckAvailabilityIpamAdminScopes method.
CleanupIpamAdminScopeRequest
Request message for the CloudNumberRegistry.CleanupIpamAdminScope method.
CustomRange
A CustomRange represents a user-defined IP address range.
DisableIpamAdminScopeRequest
Request message for the CloudNumberRegistry.DisableIpamAdminScope method.
DiscoveredRange
A DiscoveredRange represents an IP address range automatically detected by the discovery pipeline.
DiscoveryMetadata
Metadata about a discovered resource, tracking event times, state, and source information.
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
Response message for the CloudNumberRegistry.FindCustomRangeFreeIpRanges method.
FindDiscoveredRangeFreeIpRangesResponse
Response message for the CloudNumberRegistry.FindDiscoveredRangeFreeIpRanges method.
IpamAdminScope
An IpamAdminScope defines the administrative boundary for IP address discovery and management. It configures which platforms and organizational scopes are enabled for IP tracking.
IpamAdminScopeAvailability
Availability details for a specific IpamAdminScope.
ListCustomRangesResponse
Response message for the CloudNumberRegistry.ListCustomRanges method.
ListDiscoveredRangesResponse
Response message for the CloudNumberRegistry.ListDiscoveredRanges method.
ListIpamAdminScopesResponse
Response message for the CloudNumberRegistry.ListIpamAdminScopes method.
ListLocationsResponse
The response message for Locations.ListLocations.
ListOperationsResponse
The response message for Operations.ListOperations.
ListRealmsResponse
Response message for the CloudNumberRegistry.ListRealms method.
ListRegistryBooksResponse
Response message for the CloudNumberRegistry.ListRegistryBooks method.
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.
Range
Represents either a CustomRange or a DiscoveredRange.
RangeUtilization
Utilization metrics for an IP Range, including consumed and produced address counts.
Realm
A Realm represents a distinct network domain or security zone. It groups Ranges that share the same traffic and management characteristics. All the ranges in a Realm are routable to each other, meaning that they cannot overlap.
RealmAggregatedData
Aggregated data for the Realm.
RegistryBook
A RegistryBook organizes and manages IP address space. It claims specific scopes (such as projects) and groups related Realms and Ranges.
SearchIpResourcesRequest
Request message for the CloudNumberRegistry.SearchIpResources method.
SearchIpResourcesResponse
Response message for the CloudNumberRegistry.SearchIpResources method.
SearchIpResourcesResult
A result matching the search query, which can be either a Range or a Realm.
ShowCustomRangeUtilizationResponse
Response message for the CloudNumberRegistry.ShowCustomRangeUtilization method.
ShowDiscoveredRangeUtilizationResponse
Response message for the CloudNumberRegistry.ShowDiscoveredRangeUtilization method.
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.