Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.CustomRangesResource

The "customRanges" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.CustomRangesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudNumberRegistry.v1alpha
Assembly: Google.Apis.CloudNumberRegistry.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.CustomRangesResource

Constructors

CustomRangesResource(IClientService)

Constructs a new resource.

Declaration
public CustomRangesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(CustomRange, string)

Creates a new CustomRange in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.CustomRangesResource.CreateRequest Create(CustomRange body, string parent)
Parameters
Type Name Description
CustomRange body

The body of the request.

string parent

Required. The parent resource name where the CustomRange will be created.

Returns
Type Description
ProjectsResource.LocationsResource.CustomRangesResource.CreateRequest

Delete(string)

Deletes a single CustomRange.

Declaration
public virtual ProjectsResource.LocationsResource.CustomRangesResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The resource name of the CustomRange to delete.

Returns
Type Description
ProjectsResource.LocationsResource.CustomRangesResource.DeleteRequest

FindFreeIpRanges(string)

Finds free IP ranges in a single CustomRange.

Declaration
public virtual ProjectsResource.LocationsResource.CustomRangesResource.FindFreeIpRangesRequest FindFreeIpRanges(string name)
Parameters
Type Name Description
string name

Required. The resource name of the CustomRange to search within.

Returns
Type Description
ProjectsResource.LocationsResource.CustomRangesResource.FindFreeIpRangesRequest

Get(string)

Gets details of a single CustomRange.

Declaration
public virtual ProjectsResource.LocationsResource.CustomRangesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The resource name of the CustomRange to retrieve.

Returns
Type Description
ProjectsResource.LocationsResource.CustomRangesResource.GetRequest

List(string)

Lists CustomRanges in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.CustomRangesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The parent resource name, for example projects/*/locations/*.

Returns
Type Description
ProjectsResource.LocationsResource.CustomRangesResource.ListRequest

Patch(CustomRange, string)

Updates the parameters of a single CustomRange.

Declaration
public virtual ProjectsResource.LocationsResource.CustomRangesResource.PatchRequest Patch(CustomRange body, string name)
Parameters
Type Name Description
CustomRange body

The body of the request.

string name

Required. Identifier. The resource name of the CustomRange, in the format projects/{project}/locations/{location}/customRanges/{custom_range}.

Returns
Type Description
ProjectsResource.LocationsResource.CustomRangesResource.PatchRequest

ShowUtilization(string)

Gets the details of a single CustomRange and its utilization.

Declaration
public virtual ProjectsResource.LocationsResource.CustomRangesResource.ShowUtilizationRequest ShowUtilization(string name)
Parameters
Type Name Description
string name

Required. The resource name of the CustomRange.

Returns
Type Description
ProjectsResource.LocationsResource.CustomRangesResource.ShowUtilizationRequest
In this article
Back to top Generated by DocFX