Class ProjectsResource.LocationsResource.ScopesResource.NamespacesResource
The "namespaces" collection of methods.
Inherited Members
Namespace: Google.Apis.GKEHub.v1
Assembly: Google.Apis.GKEHub.v1.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 |
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
|
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
|
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 |
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
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.ScopesResource.NamespacesResource.PatchRequest |