public interface MessagingResponseHeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
getIsThrowable()
optional bool isThrowable = 2; |
long |
getRequestId()
optional int64 requestId = 1; |
boolean |
hasIsThrowable()
optional bool isThrowable = 2; |
boolean |
hasRequestId()
optional int64 requestId = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRequestId()
optional int64 requestId = 1;
long getRequestId()
optional int64 requestId = 1;
boolean hasIsThrowable()
optional bool isThrowable = 2;
boolean getIsThrowable()
optional bool isThrowable = 2;
Copyright © 2023. All Rights Reserved.