Resource: LogicalView
A SQL logical view object that can be referenced in SQL queries.
| JSON representation | 
|---|
{ "name": string, "query": string, "etag": string, "deletionProtection": boolean }  | 
              
| Fields | |
|---|---|
name | 
                
                   
 Identifier. The unique name of the logical view. Format:   | 
              
query | 
                
                   
 Required. The logical view's select query.  | 
              
etag | 
                
                   
 Optional. The etag for this logical view. This may be sent on update requests to ensure that the client has an up-to-date value before proceeding. The server returns an ABORTED error on a mismatched etag.  | 
              
deletionProtection | 
                
                   
 Optional. Set to true to make the LogicalView protected against deletion.  | 
              
Methods | 
            |
|---|---|
                
 | 
              Creates a logical view within an instance. | 
                
 | 
              Deletes a logical view from an instance. | 
                
 | 
              Gets information about a logical view. | 
                
 | 
              Gets the access control policy for an instance resource. | 
                
 | 
              Lists information about logical views in an instance. | 
                
 | 
              Updates a logical view within an instance. | 
                
 | 
              Sets the access control policy on an instance resource. | 
                
 | 
              Returns permissions that the caller has on the specified instance resource. |