Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.IpamAdminScopesResource

The "ipamAdminScopes" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.IpamAdminScopesResource
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.IpamAdminScopesResource

Constructors

IpamAdminScopesResource(IClientService)

Constructs a new resource.

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

Methods

CheckAvailability(string)

Checks the availability of IpamAdminScopes in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.IpamAdminScopesResource.CheckAvailabilityRequest CheckAvailability(string parent)
Parameters
Type Name Description
string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.IpamAdminScopesResource.CheckAvailabilityRequest

Cleanup(CleanupIpamAdminScopeRequest, string)

Cleans up a single IpamAdminScope.

Declaration
public virtual ProjectsResource.LocationsResource.IpamAdminScopesResource.CleanupRequest Cleanup(CleanupIpamAdminScopeRequest body, string name)
Parameters
Type Name Description
CleanupIpamAdminScopeRequest body

The body of the request.

string name

Required. The resource name of the IpamAdminScope to clean up.

Returns
Type Description
ProjectsResource.LocationsResource.IpamAdminScopesResource.CleanupRequest

Create(IpamAdminScope, string)

Creates a new IpamAdminScope in a given project and location.

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

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.IpamAdminScopesResource.CreateRequest

Delete(string)

Deletes a single IpamAdminScope.

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

Required. The resource name of the IpamAdminScope to delete.

Returns
Type Description
ProjectsResource.LocationsResource.IpamAdminScopesResource.DeleteRequest

Disable(DisableIpamAdminScopeRequest, string)

Disables a single IpamAdminScope.

Declaration
public virtual ProjectsResource.LocationsResource.IpamAdminScopesResource.DisableRequest Disable(DisableIpamAdminScopeRequest body, string name)
Parameters
Type Name Description
DisableIpamAdminScopeRequest body

The body of the request.

string name

Required. The resource name of the IpamAdminScope to disable.

Returns
Type Description
ProjectsResource.LocationsResource.IpamAdminScopesResource.DisableRequest

Get(string)

Gets details of a single IpamAdminScope.

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

Required. The resource name of the IpamAdminScope to retrieve.

Returns
Type Description
ProjectsResource.LocationsResource.IpamAdminScopesResource.GetRequest

List(string)

Lists IpamAdminScopes in a given project and location.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.IpamAdminScopesResource.ListRequest

Patch(IpamAdminScope, string)

Updates the parameters of a single IpamAdminScope.

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

The body of the request.

string name

Required. Identifier. The resource name of the IpamAdminScope.

Returns
Type Description
ProjectsResource.LocationsResource.IpamAdminScopesResource.PatchRequest
In this article
Back to top Generated by DocFX