Google Cloud Bigtable Administration v2 API - Class CreateLogicalViewRequest (3.24.0)

public sealed class CreateLogicalViewRequest : IMessage<CreateLogicalViewRequest>, IEquatable<CreateLogicalViewRequest>, IDeepCloneable<CreateLogicalViewRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class CreateLogicalViewRequest.

Request message for BigtableInstanceAdmin.CreateLogicalView.

Inheritance

object > CreateLogicalViewRequest

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Constructors

CreateLogicalViewRequest()

public CreateLogicalViewRequest()

CreateLogicalViewRequest(CreateLogicalViewRequest)

public CreateLogicalViewRequest(CreateLogicalViewRequest other)
Parameter
Name Description
other CreateLogicalViewRequest

Properties

LogicalView

public LogicalView LogicalView { get; set; }

Required. The logical view to create.

Property Value
Type Description
LogicalView

LogicalViewId

public string LogicalViewId { get; set; }

Required. The ID to use for the logical view, which will become the final component of the logical view's resource name.

Property Value
Type Description
string

Parent

public string Parent { get; set; }

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

Property Value
Type Description
string

ParentAsInstanceName

public InstanceName ParentAsInstanceName { get; set; }

InstanceName-typed view over the Parent resource name property.

Property Value
Type Description
InstanceName