Send feedback
Class UpdateInstanceRequest (2.35.1)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.35.1 keyboard_arrow_down
public class UpdateInstanceRequest
Parameters for updating an existing Bigtable instance.
Existing instances maybe updated to change their superficial appearance (ie. display name) and
can also be upgraded from a DEVELOPMENT instance to a PRODUCTION instance. Please note that
upgrading to a PRODUCTION instance cannot be undone.
Static Methods
of(String instanceId)
public static UpdateInstanceRequest of ( String instanceId )
Builds a new request to update an existing instance with the specified id.
Parameter Name Description instanceId
String
Methods
setAllLabels(Map<String,String> labels)
public UpdateInstanceRequest setAllLabels ( Map<String , String> labels )
setDisplayName(String displayName)
public UpdateInstanceRequest setDisplayName ( String displayName )
Changes the display name of the instance.
Parameter Name Description displayName
String
setProductionType()
public UpdateInstanceRequest setProductionType ()
Upgrades the instance from a DEVELOPMENT instance to a PRODUCTION instance. This cannot be
undone.
toProto(String projectId)
public PartialUpdateInstanceRequest toProto ( String projectId )
Creates the request protobuf. This method is considered an internal implementation detail and
not meant to be used by applications.
Parameter Name Description projectId
String
Returns Type Description com.google.bigtable.admin.v2.PartialUpdateInstanceRequest
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-09-05 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{
"lastModified": "Last updated 2024-09-05 UTC.",
"confidential": False
}