Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ScopesResource.NamespacesResource

The "namespaces" collection of methods.

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

Constructors

NamespacesResource(IClientService)

Constructs a new resource.

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

Methods

Create(Namespace, string)

Creates a fleet namespace.

Declaration
public virtual ProjectsResource.LocationsResource.ScopesResource.NamespacesResource.CreateRequest Create(Namespace body, string parent)
Parameters
Type Name Description
Namespace body

The body of the request.

string parent

Required. The parent (project and location) where the Namespace will be created. Specified in the format projects/*/locations/*/scopes/*.

Returns
Type Description
ProjectsResource.LocationsResource.ScopesResource.NamespacesResource.CreateRequest

Delete(string)

Deletes a fleet namespace.

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

Required. The Namespace resource name in the format projects/*/locations/*/scopes/*/namespaces/*.

Returns
Type Description
ProjectsResource.LocationsResource.ScopesResource.NamespacesResource.DeleteRequest

Get(string)

Returns the details of a fleet namespace.

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

Required. The Namespace resource name in the format projects/*/locations/*/scopes/*/namespaces/*.

Returns
Type Description
ProjectsResource.LocationsResource.ScopesResource.NamespacesResource.GetRequest

List(string)

Lists fleet namespaces.

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

Required. The parent (project and location) where the Features will be listed. Specified in the format projects/*/locations/*/scopes/*.

Returns
Type Description
ProjectsResource.LocationsResource.ScopesResource.NamespacesResource.ListRequest

Patch(Namespace, string)

Updates a fleet namespace.

Declaration
public virtual ProjectsResource.LocationsResource.ScopesResource.NamespacesResource.PatchRequest Patch(Namespace body, string name)
Parameters
Type Name Description
Namespace body

The body of the request.

string name

The resource name for the namespace projects/{project}/locations/{location}/namespaces/{namespace}

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