public interface PublishRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
PubsubMessage |
getMessages(int index)
The messages to publish.
|
int |
getMessagesCount()
The messages to publish.
|
List<PubsubMessage> |
getMessagesList()
The messages to publish.
|
PubsubMessageOrBuilder |
getMessagesOrBuilder(int index)
The messages to publish.
|
List<? extends PubsubMessageOrBuilder> |
getMessagesOrBuilderList()
The messages to publish.
|
String |
getTopic()
The messages in the request will be published on this topic.
|
com.google.protobuf.ByteString |
getTopicBytes()
The messages in the request will be published on this topic.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getTopic()
The messages in the request will be published on this topic.
Format is `projects/{project}/topics/{topic}`.
string topic = 1;com.google.protobuf.ByteString getTopicBytes()
The messages in the request will be published on this topic.
Format is `projects/{project}/topics/{topic}`.
string topic = 1;List<PubsubMessage> getMessagesList()
The messages to publish.
repeated .google.pubsub.v1.PubsubMessage messages = 2;PubsubMessage getMessages(int index)
The messages to publish.
repeated .google.pubsub.v1.PubsubMessage messages = 2;int getMessagesCount()
The messages to publish.
repeated .google.pubsub.v1.PubsubMessage messages = 2;List<? extends PubsubMessageOrBuilder> getMessagesOrBuilderList()
The messages to publish.
repeated .google.pubsub.v1.PubsubMessage messages = 2;PubsubMessageOrBuilder getMessagesOrBuilder(int index)
The messages to publish.
repeated .google.pubsub.v1.PubsubMessage messages = 2;Copyright © 2019 Google LLC. All rights reserved.