Class ProjectsResource.LocationsResource.CustomRangesResource
The "customRanges" collection of methods.
Inherited Members
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. Value for parent. |
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. Name of the resource |
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. Name of the CustomRange. |
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. Name of the resource |
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. Parent value for ListCustomRangesRequest |
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. name of resource |
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. Name of the resource |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.CustomRangesResource.ShowUtilizationRequest |