Show / Hide Table of Contents

Class ProjectsResource.InstancesResource.AppProfilesResource

The "appProfiles" collection of methods.

Inheritance
object
ProjectsResource.InstancesResource.AppProfilesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.BigtableAdmin.v2
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class ProjectsResource.InstancesResource.AppProfilesResource

Constructors

AppProfilesResource(IClientService)

Constructs a new resource.

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

Methods

Create(AppProfile, string)

Creates an app profile within an instance.

Declaration
public virtual ProjectsResource.InstancesResource.AppProfilesResource.CreateRequest Create(AppProfile body, string parent)
Parameters
Type Name Description
AppProfile body

The body of the request.

string parent

Required. The unique name of the instance in which to create the new app profile. Values are of the form projects/{project}/instances/{instance}.

Returns
Type Description
ProjectsResource.InstancesResource.AppProfilesResource.CreateRequest

Delete(string)

Deletes an app profile from an instance.

Declaration
public virtual ProjectsResource.InstancesResource.AppProfilesResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The unique name of the app profile to be deleted. Values are of the form projects/{project}/instances/{instance}/appProfiles/{app_profile}.

Returns
Type Description
ProjectsResource.InstancesResource.AppProfilesResource.DeleteRequest

Get(string)

Gets information about an app profile.

Declaration
public virtual ProjectsResource.InstancesResource.AppProfilesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The unique name of the requested app profile. Values are of the form projects/{project}/instances/{instance}/appProfiles/{app_profile}.

Returns
Type Description
ProjectsResource.InstancesResource.AppProfilesResource.GetRequest

List(string)

Lists information about app profiles in an instance.

Declaration
public virtual ProjectsResource.InstancesResource.AppProfilesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. The unique name of the instance for which a list of app profiles is requested. Values are of the form projects/{project}/instances/{instance}. Use {instance} = '-' to list AppProfiles for all Instances in a project, e.g., projects/myproject/instances/-.

Returns
Type Description
ProjectsResource.InstancesResource.AppProfilesResource.ListRequest

Patch(AppProfile, string)

Updates an app profile within an instance.

Declaration
public virtual ProjectsResource.InstancesResource.AppProfilesResource.PatchRequest Patch(AppProfile body, string name)
Parameters
Type Name Description
AppProfile body

The body of the request.

string name

The unique name of the app profile. Values are of the form projects/{project}/instances/{instance}/appProfiles/_a-zA-Z0-9*.

Returns
Type Description
ProjectsResource.InstancesResource.AppProfilesResource.PatchRequest
In This Article
Back to top Generated by DocFX