Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RegistryBooksResource

The "registryBooks" collection of methods.

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

Constructors

RegistryBooksResource(IClientService)

Constructs a new resource.

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

Methods

Create(RegistryBook, string)

Creates a new RegistryBook in a given project and location.

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

The body of the request.

string parent

Required. Value for parent.

Returns
Type Description
ProjectsResource.LocationsResource.RegistryBooksResource.CreateRequest

Delete(string)

Deletes a single RegistryBook.

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

Required. Name of the resource

Returns
Type Description
ProjectsResource.LocationsResource.RegistryBooksResource.DeleteRequest

Get(string)

Gets details of a single RegistryBook.

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

Required. Name of the resource

Returns
Type Description
ProjectsResource.LocationsResource.RegistryBooksResource.GetRequest

List(string)

Lists RegistryBooks in a given project and location.

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

Required. Parent value for ListRegistryBooksRequest

Returns
Type Description
ProjectsResource.LocationsResource.RegistryBooksResource.ListRequest

Patch(RegistryBook, string)

Updates the parameters of a single RegistryBook.

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

The body of the request.

string name

Required. Identifier. name of resource

Returns
Type Description
ProjectsResource.LocationsResource.RegistryBooksResource.PatchRequest

SearchIpResources(SearchIpResourcesRequest, string)

Searches IP resources in a given RegistryBook.

Declaration
public virtual ProjectsResource.LocationsResource.RegistryBooksResource.SearchIpResourcesRequest SearchIpResources(SearchIpResourcesRequest body, string name)
Parameters
Type Name Description
SearchIpResourcesRequest body

The body of the request.

string name

Required. The name of the RegistryBook to search in.

Returns
Type Description
ProjectsResource.LocationsResource.RegistryBooksResource.SearchIpResourcesRequest
In this article
Back to top Generated by DocFX