Package org.openziti.edge.proto
Class EdgeClient.PostureResponse.Process
-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,org.openziti.edge.proto.EdgeClient.PostureResponse.ProcessOrBuilder
public final class EdgeClient.PostureResponse.Process extends GeneratedMessageLite<MessageType, BuilderType> implements EdgeClient.PostureResponse.ProcessOrBuilder
Protobuf type
ziti.edge_client.pb.PostureResponse.Process
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEdgeClient.PostureResponse.Process.BuilderProtobuf type
ziti.edge_client.pb.PostureResponse.Process
-
Field Summary
Fields Modifier and Type Field Description public final static intPATH_FIELD_NUMBERpublic final static intISRUNNING_FIELD_NUMBERpublic final static intHASH_FIELD_NUMBERpublic final static intSIGNERFINGERPRINTS_FIELD_NUMBER
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, toBuilder, toString, writeTo -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType, newBuilderForType, toBuilder -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getPathBytes
ByteString getPathBytes()
string path = 1;- Returns:
The bytes for path.
-
getIsRunning
boolean getIsRunning()
bool isRunning = 2;- Returns:
The isRunning.
-
getHashBytes
ByteString getHashBytes()
string hash = 3;- Returns:
The bytes for hash.
-
getSignerFingerprintsList
List<String> getSignerFingerprintsList()
repeated string signerFingerprints = 4;- Returns:
A list containing the signerFingerprints.
-
getSignerFingerprintsCount
int getSignerFingerprintsCount()
repeated string signerFingerprints = 4;- Returns:
The count of signerFingerprints.
-
getSignerFingerprints
String getSignerFingerprints(int index)
repeated string signerFingerprints = 4;- Parameters:
index- The index of the element to return.- Returns:
The signerFingerprints at the given index.
-
getSignerFingerprintsBytes
ByteString getSignerFingerprintsBytes(int index)
repeated string signerFingerprints = 4;- Parameters:
index- The index of the value to return.- Returns:
The bytes of the signerFingerprints at the given index.
-
parseFrom
static EdgeClient.PostureResponse.Process parseFrom(ByteBuffer data)
-
parseFrom
static EdgeClient.PostureResponse.Process parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static EdgeClient.PostureResponse.Process parseFrom(ByteString data)
-
parseFrom
static EdgeClient.PostureResponse.Process parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static EdgeClient.PostureResponse.Process parseFrom(Array<byte> data)
-
parseFrom
static EdgeClient.PostureResponse.Process parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static EdgeClient.PostureResponse.Process parseFrom(InputStream input)
-
parseFrom
static EdgeClient.PostureResponse.Process parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static EdgeClient.PostureResponse.Process parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static EdgeClient.PostureResponse.Process parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static EdgeClient.PostureResponse.Process parseFrom(CodedInputStream input)
-
parseFrom
static EdgeClient.PostureResponse.Process parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static EdgeClient.PostureResponse.Process.Builder newBuilder()
-
newBuilder
static EdgeClient.PostureResponse.Process.Builder newBuilder(EdgeClient.PostureResponse.Process prototype)
-
getDefaultInstance
static EdgeClient.PostureResponse.Process getDefaultInstance()
-
parser
static Parser<EdgeClient.PostureResponse.Process> parser()
-
-
-
-