public interface PublishResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getMessageIds(int index)
The server-assigned ID of each published message, in the same order as
the messages in the request.
|
com.google.protobuf.ByteString |
getMessageIdsBytes(int index)
The server-assigned ID of each published message, in the same order as
the messages in the request.
|
int |
getMessageIdsCount()
The server-assigned ID of each published message, in the same order as
the messages in the request.
|
List<String> |
getMessageIdsList()
The server-assigned ID of each published message, in the same order as
the messages in the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> getMessageIdsList()
The server-assigned ID of each published message, in the same order as the messages in the request. IDs are guaranteed to be unique within the topic.
repeated string message_ids = 1;
int getMessageIdsCount()
The server-assigned ID of each published message, in the same order as the messages in the request. IDs are guaranteed to be unique within the topic.
repeated string message_ids = 1;
String getMessageIds(int index)
The server-assigned ID of each published message, in the same order as the messages in the request. IDs are guaranteed to be unique within the topic.
repeated string message_ids = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getMessageIdsBytes(int index)
The server-assigned ID of each published message, in the same order as the messages in the request. IDs are guaranteed to be unique within the topic.
repeated string message_ids = 1;
index
- The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.