Class ProjectsResource.InstancesResource.TablesResource.AuthorizedViewsResource.PatchRequest
Updates an AuthorizedView in a table.
Inheritance
Inherited Members
Namespace: Google.Apis.BigtableAdmin.v2
Assembly: Google.Apis.BigtableAdmin.v2.dll
Syntax
public class ProjectsResource.InstancesResource.TablesResource.AuthorizedViewsResource.PatchRequest : BigtableAdminBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
PatchRequest(IClientService, AuthorizedView, string)
Constructs a new Patch request.
Declaration
public PatchRequest(IClientService service, AuthorizedView body, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
AuthorizedView | body | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
IgnoreWarnings
Optional. If true, ignore the safety checks when updating the AuthorizedView.
Declaration
[RequestParameter("ignoreWarnings", RequestParameterType.Query)]
public virtual bool? IgnoreWarnings { get; set; }
Property Value
Type | Description |
---|---|
bool? |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Name
Identifier. The name of this AuthorizedView. Values are of the form
projects/{project}/instances/{instance}/tables/{table}/authorizedViews/{authorized_view}
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
UpdateMask
Optional. The list of fields to update. A mask specifying which fields in the AuthorizedView
resource should be updated. This mask is relative to the AuthorizedView resource, not to the
request message. A field will be overwritten if it is in the mask. If empty, all fields set
in the request will be overwritten. A special value *
means to overwrite all fields
(including fields not set in the request).
Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
object |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()