Apache Kafka for BigQuery V1 API - Class Google::Cloud::ManagedKafka::V1::GcpConfig (v0.1.0)

Reference documentation and code samples for the Apache Kafka for BigQuery V1 API class Google::Cloud::ManagedKafka::V1::GcpConfig.

Configuration properties for a Kafka cluster deployed to Google Cloud Platform.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#access_config

def access_config() -> ::Google::Cloud::ManagedKafka::V1::AccessConfig
Returns

#access_config=

def access_config=(value) -> ::Google::Cloud::ManagedKafka::V1::AccessConfig
Parameter
Returns

#kms_key

def kms_key() -> ::String
Returns
  • (::String) — Optional. Immutable. The Cloud KMS Key name to use for encryption. The key must be located in the same region as the cluster and cannot be changed. Structured like: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}. Note that the project component only accepts a project ID, and not a project number.

#kms_key=

def kms_key=(value) -> ::String
Parameter
  • value (::String) — Optional. Immutable. The Cloud KMS Key name to use for encryption. The key must be located in the same region as the cluster and cannot be changed. Structured like: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}. Note that the project component only accepts a project ID, and not a project number.
Returns
  • (::String) — Optional. Immutable. The Cloud KMS Key name to use for encryption. The key must be located in the same region as the cluster and cannot be changed. Structured like: projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}. Note that the project component only accepts a project ID, and not a project number.