Show / Hide Table of Contents

Class ProjectsResource.InstancesResource.LogicalViewsResource

The "logicalViews" collection of methods.

Inheritance
object
ProjectsResource.InstancesResource.LogicalViewsResource
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.LogicalViewsResource

Constructors

LogicalViewsResource(IClientService)

Constructs a new resource.

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

Methods

Create(LogicalView, string)

Creates a logical view within an instance.

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

The body of the request.

string parent

Required. The parent instance where this logical view will be created. Format: projects/{project}/instances/{instance}.

Returns
Type Description
ProjectsResource.InstancesResource.LogicalViewsResource.CreateRequest

Delete(string)

Deletes a logical view from an instance.

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

Required. The unique name of the logical view to be deleted. Format: projects/{project}/instances/{instance}/logicalViews/{logical_view}.

Returns
Type Description
ProjectsResource.InstancesResource.LogicalViewsResource.DeleteRequest

Get(string)

Gets information about a logical view.

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

Required. The unique name of the requested logical view. Values are of the form projects/{project}/instances/{instance}/logicalViews/{logical_view}.

Returns
Type Description
ProjectsResource.InstancesResource.LogicalViewsResource.GetRequest

GetIamPolicy(GetIamPolicyRequest, string)

Gets the access control policy for an instance resource. Returns an empty policy if an instance exists but does not have a policy set.

Declaration
public virtual ProjectsResource.InstancesResource.LogicalViewsResource.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.LogicalViewsResource.GetIamPolicyRequest

List(string)

Lists information about logical views in an instance.

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

Required. The unique name of the instance for which the list of logical views is requested. Values are of the form projects/{project}/instances/{instance}.

Returns
Type Description
ProjectsResource.InstancesResource.LogicalViewsResource.ListRequest

Patch(LogicalView, string)

Updates a logical view within an instance.

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

The body of the request.

string name

Identifier. The unique name of the logical view. Format: projects/{project}/instances/{instance}/logicalViews/{logical_view}

Returns
Type Description
ProjectsResource.InstancesResource.LogicalViewsResource.PatchRequest

SetIamPolicy(SetIamPolicyRequest, string)

Sets the access control policy on an instance resource. Replaces any existing policy.

Declaration
public virtual ProjectsResource.InstancesResource.LogicalViewsResource.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.LogicalViewsResource.SetIamPolicyRequest

TestIamPermissions(TestIamPermissionsRequest, string)

Returns permissions that the caller has on the specified instance resource.

Declaration
public virtual ProjectsResource.InstancesResource.LogicalViewsResource.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.LogicalViewsResource.TestIamPermissionsRequest
In this article
Back to top Generated by DocFX