Reference documentation and code samples for the Apache Kafka for BigQuery V1 API class Google::Cloud::ManagedKafka::V1::CreateTopicRequest.
Request for CreateTopic.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent cluster in which to create the topic.
Structured like
projects/{project}/locations/{location}/clusters/{cluster}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent cluster in which to create the topic.
Structured like
projects/{project}/locations/{location}/clusters/{cluster}
.
Returns
-
(::String) — Required. The parent cluster in which to create the topic.
Structured like
projects/{project}/locations/{location}/clusters/{cluster}
.
#topic
def topic() -> ::Google::Cloud::ManagedKafka::V1::Topic
Returns
-
(::Google::Cloud::ManagedKafka::V1::Topic) — Required. Configuration of the topic to create. Its
name
field is ignored.
#topic=
def topic=(value) -> ::Google::Cloud::ManagedKafka::V1::Topic
Parameter
-
value (::Google::Cloud::ManagedKafka::V1::Topic) — Required. Configuration of the topic to create. Its
name
field is ignored.
Returns
-
(::Google::Cloud::ManagedKafka::V1::Topic) — Required. Configuration of the topic to create. Its
name
field is ignored.
#topic_id
def topic_id() -> ::String
Returns
-
(::String) — Required. The ID to use for the topic, which will become the final
component of the topic's name.
This value is structured like:
my-topic-name
.
#topic_id=
def topic_id=(value) -> ::String
Parameter
-
value (::String) — Required. The ID to use for the topic, which will become the final
component of the topic's name.
This value is structured like:
my-topic-name
.
Returns
-
(::String) — Required. The ID to use for the topic, which will become the final
component of the topic's name.
This value is structured like:
my-topic-name
.