GoogleCloudApihubV1Config constructor

GoogleCloudApihubV1Config({
  1. GoogleCloudApihubV1AgentRegistrySyncConfig? agentRegistrySyncConfig,
  2. String? cmekKeyName,
  3. bool? disableSearch,
  4. String? encryptionType,
  5. String? vertexLocation,
})

Implementation

GoogleCloudApihubV1Config({
  this.agentRegistrySyncConfig,
  this.cmekKeyName,
  this.disableSearch,
  this.encryptionType,
  this.vertexLocation,
});