public interface ConnEstablishOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getIdentity()
bytes identity = 2 [json_name = "identity"]; |
com.google.protobuf.ByteString |
getPkiId()
bytes pki_id = 1 [json_name = "pkiId"]; |
boolean |
getProbe()
bool probe = 4 [json_name = "probe"]; |
com.google.protobuf.ByteString |
getTlsCertHash()
bytes tls_cert_hash = 3 [json_name = "tlsCertHash"]; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getPkiId()
bytes pki_id = 1 [json_name = "pkiId"];
com.google.protobuf.ByteString getIdentity()
bytes identity = 2 [json_name = "identity"];
com.google.protobuf.ByteString getTlsCertHash()
bytes tls_cert_hash = 3 [json_name = "tlsCertHash"];
boolean getProbe()
bool probe = 4 [json_name = "probe"];
Copyright © 2022. All rights reserved.