Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RealmsResource

The "realms" collection of methods.

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

Constructors

RealmsResource(IClientService)

Constructs a new resource.

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

Methods

Create(Realm, string)

Creates a new Realm in a given project and location.

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

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.RealmsResource.CreateRequest

Delete(string)

Deletes a single Realm.

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

Required. The resource name of the Realm to delete.

Returns
Type Description
ProjectsResource.LocationsResource.RealmsResource.DeleteRequest

Get(string)

Gets details of a single Realm.

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

Required. The resource name of the Realm to retrieve.

Returns
Type Description
ProjectsResource.LocationsResource.RealmsResource.GetRequest

List(string)

Lists Realms in a given project and location.

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

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

Returns
Type Description
ProjectsResource.LocationsResource.RealmsResource.ListRequest

Patch(Realm, string)

Updates the parameters of a single Realm.

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

The body of the request.

string name

Required. Identifier. The resource name of the Realm.

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