public interface PublishResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
InitialPublishResponse |
getInitialResponse()
Initial response on the stream.
|
InitialPublishResponseOrBuilder |
getInitialResponseOrBuilder()
Initial response on the stream.
|
MessagePublishResponse |
getMessageResponse()
Response to publishing messages.
|
MessagePublishResponseOrBuilder |
getMessageResponseOrBuilder()
Response to publishing messages.
|
PublishResponse.ResponseTypeCase |
getResponseTypeCase() |
boolean |
hasInitialResponse()
Initial response on the stream.
|
boolean |
hasMessageResponse()
Response to publishing messages.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInitialResponse()
Initial response on the stream.
.google.cloud.pubsublite.v1.InitialPublishResponse initial_response = 1;InitialPublishResponse getInitialResponse()
Initial response on the stream.
.google.cloud.pubsublite.v1.InitialPublishResponse initial_response = 1;InitialPublishResponseOrBuilder getInitialResponseOrBuilder()
Initial response on the stream.
.google.cloud.pubsublite.v1.InitialPublishResponse initial_response = 1;boolean hasMessageResponse()
Response to publishing messages.
.google.cloud.pubsublite.v1.MessagePublishResponse message_response = 2;MessagePublishResponse getMessageResponse()
Response to publishing messages.
.google.cloud.pubsublite.v1.MessagePublishResponse message_response = 2;MessagePublishResponseOrBuilder getMessageResponseOrBuilder()
Response to publishing messages.
.google.cloud.pubsublite.v1.MessagePublishResponse message_response = 2;PublishResponse.ResponseTypeCase getResponseTypeCase()
Copyright © 2023 Google LLC. All rights reserved.