public static interface Messages.PackageMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDeepPaths(int index)
repeated string deepPaths = 8; |
com.google.protobuf.ByteString |
getDeepPathsBytes(int index)
repeated string deepPaths = 8; |
int |
getDeepPathsCount()
repeated string deepPaths = 8; |
List<String> |
getDeepPathsList()
repeated string deepPaths = 8; |
String |
getPaths(int index)
repeated string paths = 7; |
com.google.protobuf.ByteString |
getPathsBytes(int index)
repeated string paths = 7; |
int |
getPathsCount()
repeated string paths = 7; |
List<String> |
getPathsList()
repeated string paths = 7; |
com.google.protobuf.ByteString |
getPkgBinary()
optional bytes pkgBinary = 6; |
String |
getPkgBinaryRef()
optional string pkgBinaryRef = 10; |
com.google.protobuf.ByteString |
getPkgBinaryRefBytes()
optional string pkgBinaryRef = 10; |
String |
getPkgId()
required string pkgId = 3; |
com.google.protobuf.ByteString |
getPkgIdBytes()
required string pkgId = 3; |
long |
getPkgLength()
optional int64 pkgLength = 5; |
String |
getPkgType()
required string pkgType = 11; |
com.google.protobuf.ByteString |
getPkgTypeBytes()
required string pkgType = 11; |
String |
getPubAgentName()
optional string pubAgentName = 2; |
com.google.protobuf.ByteString |
getPubAgentNameBytes()
optional string pubAgentName = 2; |
String |
getPubSlingId()
required string pubSlingId = 1; |
com.google.protobuf.ByteString |
getPubSlingIdBytes()
required string pubSlingId = 1; |
Messages.PackageMessage.ReqType |
getReqType()
required .org.apache.sling.distribution.journal.messages.PackageMessage.ReqType reqType = 4; |
String |
getUserId()
optional string userId = 12; |
com.google.protobuf.ByteString |
getUserIdBytes()
optional string userId = 12; |
boolean |
hasPkgBinary()
optional bytes pkgBinary = 6; |
boolean |
hasPkgBinaryRef()
optional string pkgBinaryRef = 10; |
boolean |
hasPkgId()
required string pkgId = 3; |
boolean |
hasPkgLength()
optional int64 pkgLength = 5; |
boolean |
hasPkgType()
required string pkgType = 11; |
boolean |
hasPubAgentName()
optional string pubAgentName = 2; |
boolean |
hasPubSlingId()
required string pubSlingId = 1; |
boolean |
hasReqType()
required .org.apache.sling.distribution.journal.messages.PackageMessage.ReqType reqType = 4; |
boolean |
hasUserId()
optional string userId = 12; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasPubSlingId()
required string pubSlingId = 1;
Publisher agent Sling identifier
String getPubSlingId()
required string pubSlingId = 1;
Publisher agent Sling identifier
com.google.protobuf.ByteString getPubSlingIdBytes()
required string pubSlingId = 1;
Publisher agent Sling identifier
boolean hasReqType()
required .org.apache.sling.distribution.journal.messages.PackageMessage.ReqType reqType = 4;
required int32 maxRetries = 9;
Messages.PackageMessage.ReqType getReqType()
required .org.apache.sling.distribution.journal.messages.PackageMessage.ReqType reqType = 4;
required int32 maxRetries = 9;
boolean hasPkgId()
required string pkgId = 3;
Content package identifier
String getPkgId()
required string pkgId = 3;
Content package identifier
com.google.protobuf.ByteString getPkgIdBytes()
required string pkgId = 3;
Content package identifier
boolean hasPkgType()
required string pkgType = 11;
The package type
String getPkgType()
required string pkgType = 11;
The package type
com.google.protobuf.ByteString getPkgTypeBytes()
required string pkgType = 11;
The package type
boolean hasPkgLength()
optional int64 pkgLength = 5;
long getPkgLength()
optional int64 pkgLength = 5;
boolean hasPkgBinary()
optional bytes pkgBinary = 6;
The content package binary. Either the pkgBinary or the pkgBinaryRef field MUST be set.
com.google.protobuf.ByteString getPkgBinary()
optional bytes pkgBinary = 6;
The content package binary. Either the pkgBinary or the pkgBinaryRef field MUST be set.
boolean hasPkgBinaryRef()
optional string pkgBinaryRef = 10;
The reference to the content binary in the shared blob store. Either the pkgBinary or the pkgBinaryRef field MUST be set.
String getPkgBinaryRef()
optional string pkgBinaryRef = 10;
The reference to the content binary in the shared blob store. Either the pkgBinary or the pkgBinaryRef field MUST be set.
com.google.protobuf.ByteString getPkgBinaryRefBytes()
optional string pkgBinaryRef = 10;
The reference to the content binary in the shared blob store. Either the pkgBinary or the pkgBinaryRef field MUST be set.
boolean hasPubAgentName()
optional string pubAgentName = 2;
Publisher agent name
String getPubAgentName()
optional string pubAgentName = 2;
Publisher agent name
com.google.protobuf.ByteString getPubAgentNameBytes()
optional string pubAgentName = 2;
Publisher agent name
boolean hasUserId()
optional string userId = 12;
String getUserId()
optional string userId = 12;
com.google.protobuf.ByteString getUserIdBytes()
optional string userId = 12;
int getPathsCount()
repeated string paths = 7;
String getPaths(int index)
repeated string paths = 7;
com.google.protobuf.ByteString getPathsBytes(int index)
repeated string paths = 7;
int getDeepPathsCount()
repeated string deepPaths = 8;
String getDeepPaths(int index)
repeated string deepPaths = 8;
com.google.protobuf.ByteString getDeepPathsBytes(int index)
repeated string deepPaths = 8;
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.