Interface PubSubConsumeEventOrBuilder
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface PubSubConsumeEventOrBuilder implements MessageOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetDeploymentKey()string deployment_key = 1;abstract ByteStringgetDeploymentKeyBytes()string deployment_key = 1;abstract booleanhasRequestKey()optional string request_key = 2;abstract StringgetRequestKey()optional string request_key = 2;abstract ByteStringgetRequestKeyBytes()optional string request_key = 2;abstract booleanhasDestVerbModule()optional string dest_verb_module = 3;abstract StringgetDestVerbModule()optional string dest_verb_module = 3;abstract ByteStringgetDestVerbModuleBytes()optional string dest_verb_module = 3;abstract booleanhasDestVerbName()optional string dest_verb_name = 4;abstract StringgetDestVerbName()optional string dest_verb_name = 4;abstract ByteStringgetDestVerbNameBytes()optional string dest_verb_name = 4;abstract booleanhasTimestamp().google.protobuf.Timestamp timestamp = 5;abstract TimestampgetTimestamp().google.protobuf.Timestamp timestamp = 5;abstract TimestampOrBuildergetTimestampOrBuilder().google.protobuf.Timestamp timestamp = 5;abstract booleanhasDuration().google.protobuf.Duration duration = 6;abstract DurationgetDuration().google.protobuf.Duration duration = 6;abstract DurationOrBuildergetDurationOrBuilder().google.protobuf.Duration duration = 6;abstract StringgetTopic()string topic = 7;abstract ByteStringgetTopicBytes()string topic = 7;abstract booleanhasError()optional string error = 8;abstract StringgetError()optional string error = 8;abstract ByteStringgetErrorBytes()optional string error = 8;abstract intgetPartition()int32 partition = 9;abstract longgetOffset()int64 offset = 10;-
Methods inherited from class com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getDeploymentKey
abstract String getDeploymentKey()
string deployment_key = 1;- Returns:
The deploymentKey.
-
getDeploymentKeyBytes
abstract ByteString getDeploymentKeyBytes()
string deployment_key = 1;- Returns:
The bytes for deploymentKey.
-
hasRequestKey
abstract boolean hasRequestKey()
optional string request_key = 2;- Returns:
Whether the requestKey field is set.
-
getRequestKey
abstract String getRequestKey()
optional string request_key = 2;- Returns:
The requestKey.
-
getRequestKeyBytes
abstract ByteString getRequestKeyBytes()
optional string request_key = 2;- Returns:
The bytes for requestKey.
-
hasDestVerbModule
abstract boolean hasDestVerbModule()
optional string dest_verb_module = 3;- Returns:
Whether the destVerbModule field is set.
-
getDestVerbModule
abstract String getDestVerbModule()
optional string dest_verb_module = 3;- Returns:
The destVerbModule.
-
getDestVerbModuleBytes
abstract ByteString getDestVerbModuleBytes()
optional string dest_verb_module = 3;- Returns:
The bytes for destVerbModule.
-
hasDestVerbName
abstract boolean hasDestVerbName()
optional string dest_verb_name = 4;- Returns:
Whether the destVerbName field is set.
-
getDestVerbName
abstract String getDestVerbName()
optional string dest_verb_name = 4;- Returns:
The destVerbName.
-
getDestVerbNameBytes
abstract ByteString getDestVerbNameBytes()
optional string dest_verb_name = 4;- Returns:
The bytes for destVerbName.
-
hasTimestamp
abstract boolean hasTimestamp()
.google.protobuf.Timestamp timestamp = 5;- Returns:
Whether the timestamp field is set.
-
getTimestamp
abstract Timestamp getTimestamp()
.google.protobuf.Timestamp timestamp = 5;- Returns:
The timestamp.
-
getTimestampOrBuilder
abstract TimestampOrBuilder getTimestampOrBuilder()
.google.protobuf.Timestamp timestamp = 5;
-
hasDuration
abstract boolean hasDuration()
.google.protobuf.Duration duration = 6;- Returns:
Whether the duration field is set.
-
getDuration
abstract Duration getDuration()
.google.protobuf.Duration duration = 6;- Returns:
The duration.
-
getDurationOrBuilder
abstract DurationOrBuilder getDurationOrBuilder()
.google.protobuf.Duration duration = 6;
-
getTopicBytes
abstract ByteString getTopicBytes()
string topic = 7;- Returns:
The bytes for topic.
-
hasError
abstract boolean hasError()
optional string error = 8;- Returns:
Whether the error field is set.
-
getErrorBytes
abstract ByteString getErrorBytes()
optional string error = 8;- Returns:
The bytes for error.
-
getPartition
abstract int getPartition()
int32 partition = 9;- Returns:
The partition.
-
getOffset
abstract long getOffset()
int64 offset = 10;- Returns:
The offset.
-
-
-
-