Send feedback
Class Instance.Config.Builder (0.2.2)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.2.2 keyboard_arrow_down
public static final class Instance . Config . Builder extends GeneratedMessageV3 . Builder<Instance . Config . Builder > implements Instance . ConfigOrBuilder
Available configurations to provision an Instance.
Protobuf type google.cloud.apigeeregistry.v1.Instance.Config
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Instance . Config . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public Instance . Config build ()
Returns
buildPartial()
public Instance . Config buildPartial ()
Returns
clear()
public Instance . Config . Builder clear ()
Returns
Overrides
clearCmekKeyName()
public Instance . Config . Builder clearCmekKeyName ()
Required. The Customer Managed Encryption Key (CMEK) used for data encryption.
The CMEK name should follow the format of
projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)
,
where the location
must match InstanceConfig.location.
string cmek_key_name = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
clearField(Descriptors.FieldDescriptor field)
public Instance . Config . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearLocation()
public Instance . Config . Builder clearLocation ()
Output only. The GCP location where the Instance resides.
string location = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public Instance . Config . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clone()
public Instance . Config . Builder clone ()
Returns
Overrides
getCmekKeyName()
public String getCmekKeyName ()
Required. The Customer Managed Encryption Key (CMEK) used for data encryption.
The CMEK name should follow the format of
projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)
,
where the location
must match InstanceConfig.location.
string cmek_key_name = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type Description String The cmekKeyName.
getCmekKeyNameBytes()
public ByteString getCmekKeyNameBytes ()
Required. The Customer Managed Encryption Key (CMEK) used for data encryption.
The CMEK name should follow the format of
projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)
,
where the location
must match InstanceConfig.location.
string cmek_key_name = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type Description ByteString The bytes for cmekKeyName.
getDefaultInstanceForType()
public Instance . Config getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getLocation()
public String getLocation ()
Output only. The GCP location where the Instance resides.
string location = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type Description String The location.
getLocationBytes()
public ByteString getLocationBytes ()
Output only. The GCP location where the Instance resides.
string location = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(Instance.Config other)
public Instance . Config . Builder mergeFrom ( Instance . Config other )
Parameter
Returns
public Instance . Config . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public Instance . Config . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Instance . Config . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setCmekKeyName(String value)
public Instance . Config . Builder setCmekKeyName ( String value )
Required. The Customer Managed Encryption Key (CMEK) used for data encryption.
The CMEK name should follow the format of
projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)
,
where the location
must match InstanceConfig.location.
string cmek_key_name = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name Description value String
The cmekKeyName to set.
Returns
setCmekKeyNameBytes(ByteString value)
public Instance . Config . Builder setCmekKeyNameBytes ( ByteString value )
Required. The Customer Managed Encryption Key (CMEK) used for data encryption.
The CMEK name should follow the format of
projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)
,
where the location
must match InstanceConfig.location.
string cmek_key_name = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Name Description value ByteString
The bytes for cmekKeyName to set.
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public Instance . Config . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setLocation(String value)
public Instance . Config . Builder setLocation ( String value )
Output only. The GCP location where the Instance resides.
string location = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name Description value String
The location to set.
Returns
setLocationBytes(ByteString value)
public Instance . Config . Builder setLocationBytes ( ByteString value )
Output only. The GCP location where the Instance resides.
string location = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name Description value ByteString
The bytes for location to set.
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Instance . Config . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Instance . Config . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
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 2025-01-28 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 2025-01-28 UTC."],[],[]]