Send feedback
Class UpdateAuthorizedViewRequest (2.45.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.45.1 keyboard_arrow_down
public final class UpdateAuthorizedViewRequest
Parameters for updating an existing Cloud Bigtable AuthorizedView .
Sample code:
AuthorizedView existingAuthorizedView = client . getAuthorizedView ( "my-table" , "my-authorized-view" );
UpdateAuthorizedViewRequest request =
UpdateAuthorizedViewRequest . of ( existingAuthorizedView ). setDeletionProtection ( true );
See Also: AuthorizedViewfor more details.
Inheritance
Object >
UpdateAuthorizedViewRequest
Static Methods
of(AuthorizedView authorizedView)
public static UpdateAuthorizedViewRequest of ( AuthorizedView authorizedView )
Builds a new update request using an existing authorized view.
of(String tableId, String authorizedViewId)
public static UpdateAuthorizedViewRequest of ( String tableId , String authorizedViewId )
Builds a new update authorized view request.
Parameters
Name
Description
tableId
String
authorizedViewId
String
Methods
equals(Object o)
public boolean equals ( Object o )
Parameter
Name
Description
o
Object
Overrides
hashCode()
Returns
Type
Description
int
Overrides
setAuthorizedViewType(AuthorizedView.AuthorizedViewType authorizedViewType)
public UpdateAuthorizedViewRequest setAuthorizedViewType ( AuthorizedView . AuthorizedViewType authorizedViewType )
Updates the implementation for this authorized view.
See Also: AuthorizedViewTypefor details.
setDeletionProtection(boolean deletionProtection)
public UpdateAuthorizedViewRequest setDeletionProtection ( boolean deletionProtection )
Changes the deletion protection of an existing authorized view.
Parameter
Name
Description
deletionProtection
boolean
setIgnoreWarnings(boolean value)
public UpdateAuthorizedViewRequest setIgnoreWarnings ( boolean value )
Configures if safety warnings should be disabled. If set, then updates that making the
authorized view more restrictive are allowed.
Parameter
Name
Description
value
boolean
toProto(String projectId, String instanceId)
public UpdateAuthorizedViewRequest toProto ( String projectId , String instanceId )
Creates the request protobuf. This method is considered an internal implementation detail and
not meant to be used by applications.
Parameters
Name
Description
projectId
String
instanceId
String
Returns
Type
Description
com.google.bigtable.admin.v2.UpdateAuthorizedViewRequest
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-02 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-02 UTC."],[],[]]