Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ServersResource.UsersResource

The "users" collection of methods.

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

Constructors

UsersResource(IClientService)

Constructs a new resource.

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

Methods

Create(User, string)

Creates a new User in a given project and location and Server.

Declaration
public virtual ProjectsResource.LocationsResource.ServersResource.UsersResource.CreateRequest Create(User body, string parent)
Parameters
Type Name Description
User body

The body of the request.

string parent

Required. Value for parent.

Returns
Type Description
ProjectsResource.LocationsResource.ServersResource.UsersResource.CreateRequest

Delete(string)

Deletes a single User.

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

Required. Name of the resource

Returns
Type Description
ProjectsResource.LocationsResource.ServersResource.UsersResource.DeleteRequest

Get(string)

Gets details of a single User.

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

Required. Name of the resource

Returns
Type Description
ProjectsResource.LocationsResource.ServersResource.UsersResource.GetRequest

List(string)

Lists Users in a given project and location.

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

Required. Parent value for ListUsersRequest

Returns
Type Description
ProjectsResource.LocationsResource.ServersResource.UsersResource.ListRequest

Patch(User, string)

Updates the parameters of a single User.

Declaration
public virtual ProjectsResource.LocationsResource.ServersResource.UsersResource.PatchRequest Patch(User body, string name)
Parameters
Type Name Description
User body

The body of the request.

string name

Identifier. User-friendly name via which User will be identified. projects/{project}/locations/{location}/servers/{server}/users/{user}

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