Class ProjectsResource.InstancesResource.TablesResource.AuthorizedViewsResource
The "authorizedViews" collection of methods.
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class ProjectsResource.InstancesResource.TablesResource.AuthorizedViewsResource
Constructors
AuthorizedViewsResource(IClientService)
Constructs a new resource.
Declaration
public AuthorizedViewsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
Create(AuthorizedView, string)
Creates a new AuthorizedView in a table.
Declaration
public virtual ProjectsResource.InstancesResource.TablesResource.AuthorizedViewsResource.CreateRequest Create(AuthorizedView body, string parent)
Parameters
Type | Name | Description |
---|---|---|
AuthorizedView | body | The body of the request. |
string | parent | Required. This is the name of the table the AuthorizedView belongs to. Values are of the form
|
Returns
Type | Description |
---|---|
ProjectsResource.InstancesResource.TablesResource.AuthorizedViewsResource.CreateRequest |
Delete(string)
Permanently deletes a specified AuthorizedView.
Declaration
public virtual ProjectsResource.InstancesResource.TablesResource.AuthorizedViewsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The unique name of the AuthorizedView to be deleted. Values are of the form
|
Returns
Type | Description |
---|---|
ProjectsResource.InstancesResource.TablesResource.AuthorizedViewsResource.DeleteRequest |
Get(string)
Gets information from a specified AuthorizedView.
Declaration
public virtual ProjectsResource.InstancesResource.TablesResource.AuthorizedViewsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. The unique name of the requested AuthorizedView. Values are of the form
|
Returns
Type | Description |
---|---|
ProjectsResource.InstancesResource.TablesResource.AuthorizedViewsResource.GetRequest |
GetIamPolicy(GetIamPolicyRequest, string)
Gets the access control policy for a Bigtable resource. Returns an empty policy if the resource exists but does not have a policy set.
Declaration
public virtual ProjectsResource.InstancesResource.TablesResource.AuthorizedViewsResource.GetIamPolicyRequest GetIamPolicy(GetIamPolicyRequest body, string resource)
Parameters
Type | Name | Description |
---|---|---|
GetIamPolicyRequest | body | The body of the request. |
string | resource | REQUIRED: The resource for which the policy is being requested. See Resource names for the appropriate value for this field. |
Returns
Type | Description |
---|---|
ProjectsResource.InstancesResource.TablesResource.AuthorizedViewsResource.GetIamPolicyRequest |
List(string)
Lists all AuthorizedViews from a specific table.
Declaration
public virtual ProjectsResource.InstancesResource.TablesResource.AuthorizedViewsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The unique name of the table for which AuthorizedViews should be listed. Values are of
the form |
Returns
Type | Description |
---|---|
ProjectsResource.InstancesResource.TablesResource.AuthorizedViewsResource.ListRequest |
Patch(AuthorizedView, string)
Updates an AuthorizedView in a table.
Declaration
public virtual ProjectsResource.InstancesResource.TablesResource.AuthorizedViewsResource.PatchRequest Patch(AuthorizedView body, string name)
Parameters
Type | Name | Description |
---|---|---|
AuthorizedView | body | The body of the request. |
string | name | Identifier. The name of this AuthorizedView. Values are of the form
|
Returns
Type | Description |
---|---|
ProjectsResource.InstancesResource.TablesResource.AuthorizedViewsResource.PatchRequest |
SetIamPolicy(SetIamPolicyRequest, string)
Sets the access control policy on a Bigtable resource. Replaces any existing policy.
Declaration
public virtual ProjectsResource.InstancesResource.TablesResource.AuthorizedViewsResource.SetIamPolicyRequest SetIamPolicy(SetIamPolicyRequest body, string resource)
Parameters
Type | Name | Description |
---|---|---|
SetIamPolicyRequest | body | The body of the request. |
string | resource | REQUIRED: The resource for which the policy is being specified. See Resource names for the appropriate value for this field. |
Returns
Type | Description |
---|---|
ProjectsResource.InstancesResource.TablesResource.AuthorizedViewsResource.SetIamPolicyRequest |
TestIamPermissions(TestIamPermissionsRequest, string)
Returns permissions that the caller has on the specified Bigtable resource.
Declaration
public virtual ProjectsResource.InstancesResource.TablesResource.AuthorizedViewsResource.TestIamPermissionsRequest TestIamPermissions(TestIamPermissionsRequest body, string resource)
Parameters
Type | Name | Description |
---|---|---|
TestIamPermissionsRequest | body | The body of the request. |
string | resource | REQUIRED: The resource for which the policy detail is being requested. See Resource names for the appropriate value for this field. |
Returns
Type | Description |
---|---|
ProjectsResource.InstancesResource.TablesResource.AuthorizedViewsResource.TestIamPermissionsRequest |