public interface CreateTopicRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
Topic |
getTopic()
Required.
|
String |
getTopicId()
Required.
|
com.google.protobuf.ByteString |
getTopicIdBytes()
Required.
|
TopicOrBuilder |
getTopicOrBuilder()
Required.
|
boolean |
hasTopic()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The parent location in which to create the topic.
Structured like `projects/{project_number}/locations/{location}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The parent location in which to create the topic.
Structured like `projects/{project_number}/locations/{location}`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasTopic()
Required. Configuration of the topic to create. Its `name` field is ignored.
.google.cloud.pubsublite.v1.Topic topic = 2 [(.google.api.field_behavior) = REQUIRED];
Topic getTopic()
Required. Configuration of the topic to create. Its `name` field is ignored.
.google.cloud.pubsublite.v1.Topic topic = 2 [(.google.api.field_behavior) = REQUIRED];
TopicOrBuilder getTopicOrBuilder()
Required. Configuration of the topic to create. Its `name` field is ignored.
.google.cloud.pubsublite.v1.Topic topic = 2 [(.google.api.field_behavior) = REQUIRED];
String getTopicId()
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`.
string topic_id = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getTopicIdBytes()
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`.
string topic_id = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2023 Google LLC. All rights reserved.