Class ProjectsResource.InstancesResource.AppProfilesResource
The "appProfiles" collection of methods.
Inherited Members
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 |
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
|
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
|
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 |
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
|
Returns
Type | Description |
---|---|
ProjectsResource.InstancesResource.AppProfilesResource.PatchRequest |