CreateLogicalViewMetadata

The metadata for the Operation returned by logicalViews.create.

JSON representation
{
  "originalRequest": {
    object (CreateLogicalViewRequest)
  },
  "startTime": string,
  "endTime": string
}
Fields
originalRequest

object (CreateLogicalViewRequest)

The request that prompted the initiation of this logicalViews.create operation.

startTime

string (Timestamp format)

The time at which this operation started.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

endTime

string (Timestamp format)

If set, the time at which this operation finished or was canceled.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

CreateLogicalViewRequest

Request message for BigtableInstanceAdmin.CreateLogicalView.

JSON representation
{
  "parent": string,
  "logicalViewId": string,
  "logicalView": {
    object (LogicalView)
  }
}
Fields
parent

string

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

logicalViewId

string

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

logicalView

object (LogicalView)

Required. The logical view to create.