GoogleCloudApihubV1Config class
Available configurations to provision an ApiHub Instance.
Constructors
- GoogleCloudApihubV1Config.new({String? cmekKeyName, bool? disableSearch, String? encryptionType, String? vertexLocation})
- GoogleCloudApihubV1Config.fromJson(Map json_)
Properties
- cmekKeyName ↔ String?
-
The Customer Managed Encryption Key (CMEK) used for data encryption.
getter/setter pair
- disableSearch ↔ bool?
-
If true, the search will be disabled for the instance.
getter/setter pair
- encryptionType ↔ String?
-
Encryption type for the region.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- vertexLocation ↔ String?
-
The name of the Vertex AI location where the data store is stored.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited