public interface PayloadDescriptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getRevision()
The revision of the Payload Type
|
com.google.protobuf.ByteString |
getRevisionBytes()
The revision of the Payload Type
|
String |
getType()
The type identifier of the Payload
|
com.google.protobuf.ByteString |
getTypeBytes()
The type identifier of the Payload
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getType()
The type identifier of the Payload
string type = 1;
com.google.protobuf.ByteString getTypeBytes()
The type identifier of the Payload
string type = 1;
String getRevision()
The revision of the Payload Type
string revision = 2;
com.google.protobuf.ByteString getRevisionBytes()
The revision of the Payload Type
string revision = 2;
Copyright © 2010–2020. All rights reserved.