Show / Hide Table of Contents

Class ProjectsResource.InstancesResource.MaterializedViewsResource

The "materializedViews" collection of methods.

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

Constructors

MaterializedViewsResource(IClientService)

Constructs a new resource.

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

Methods

Create(MaterializedView, string)

Creates a materialized view within an instance.

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

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.InstancesResource.MaterializedViewsResource.CreateRequest

Delete(string)

Deletes a materialized view from an instance.

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

Required. The unique name of the materialized view to be deleted. Format: projects/{project}/instances/{instance}/materializedViews/{materialized_view}.

Returns
Type Description
ProjectsResource.InstancesResource.MaterializedViewsResource.DeleteRequest

Get(string)

Gets information about a materialized view.

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

Required. The unique name of the requested materialized view. Values are of the form projects/{project}/instances/{instance}/materializedViews/{materialized_view}.

Returns
Type Description
ProjectsResource.InstancesResource.MaterializedViewsResource.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.MaterializedViewsResource.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.MaterializedViewsResource.GetIamPolicyRequest

List(string)

Lists information about materialized views in an instance.

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

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

Returns
Type Description
ProjectsResource.InstancesResource.MaterializedViewsResource.ListRequest

Patch(MaterializedView, string)

Updates a materialized view within an instance.

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

The body of the request.

string name

Identifier. The unique name of the materialized view. Format: projects/{project}/instances/{instance}/materializedViews/{materialized_view}

Returns
Type Description
ProjectsResource.InstancesResource.MaterializedViewsResource.PatchRequest

SetIamPolicy(SetIamPolicyRequest, string)

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

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

TestIamPermissions(TestIamPermissionsRequest, string)

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

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