public final class DistinguishedName extends com.google.protobuf.GeneratedMessageV3 implements DistinguishedNameOrBuilder
auditlog.v2.DistinguishedName
Modifier and Type | Class and Description |
---|---|
static class |
DistinguishedName.Builder
Protobuf type
auditlog.v2.DistinguishedName |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
Modifier and Type | Field and Description |
---|---|
static int |
C_FIELD_NUMBER |
static int |
CN_FIELD_NUMBER |
static int |
L_FIELD_NUMBER |
static int |
O_FIELD_NUMBER |
static int |
OU_FIELD_NUMBER |
static int |
ST_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getC()
country
|
com.google.protobuf.ByteString |
getCBytes()
country
|
String |
getCn()
common name
|
com.google.protobuf.ByteString |
getCnBytes()
common name
|
static DistinguishedName |
getDefaultInstance() |
DistinguishedName |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getL()
locality
|
com.google.protobuf.ByteString |
getLBytes()
locality
|
String |
getO()
organization
|
com.google.protobuf.ByteString |
getOBytes()
organization
|
String |
getOu()
organizational unit
|
com.google.protobuf.ByteString |
getOuBytes()
organizational unit
|
com.google.protobuf.Parser<DistinguishedName> |
getParserForType() |
int |
getSerializedSize() |
String |
getSt()
state or province
|
com.google.protobuf.ByteString |
getStBytes()
state or province
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static DistinguishedName.Builder |
newBuilder() |
static DistinguishedName.Builder |
newBuilder(DistinguishedName prototype) |
DistinguishedName.Builder |
newBuilderForType() |
protected DistinguishedName.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static DistinguishedName |
parseDelimitedFrom(InputStream input) |
static DistinguishedName |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DistinguishedName |
parseFrom(byte[] data) |
static DistinguishedName |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DistinguishedName |
parseFrom(ByteBuffer data) |
static DistinguishedName |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DistinguishedName |
parseFrom(com.google.protobuf.ByteString data) |
static DistinguishedName |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DistinguishedName |
parseFrom(com.google.protobuf.CodedInputStream input) |
static DistinguishedName |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DistinguishedName |
parseFrom(InputStream input) |
static DistinguishedName |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<DistinguishedName> |
parser() |
DistinguishedName.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static final int CN_FIELD_NUMBER
public static final int OU_FIELD_NUMBER
public static final int O_FIELD_NUMBER
public static final int L_FIELD_NUMBER
public static final int ST_FIELD_NUMBER
public static final int C_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance
in class com.google.protobuf.GeneratedMessageV3
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface com.google.protobuf.MessageOrBuilder
getUnknownFields
in class com.google.protobuf.GeneratedMessageV3
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3
public String getCn()
common name
string cn = 1;
getCn
in interface DistinguishedNameOrBuilder
public com.google.protobuf.ByteString getCnBytes()
common name
string cn = 1;
getCnBytes
in interface DistinguishedNameOrBuilder
public String getOu()
organizational unit
string ou = 2;
getOu
in interface DistinguishedNameOrBuilder
public com.google.protobuf.ByteString getOuBytes()
organizational unit
string ou = 2;
getOuBytes
in interface DistinguishedNameOrBuilder
public String getO()
organization
string o = 3;
getO
in interface DistinguishedNameOrBuilder
public com.google.protobuf.ByteString getOBytes()
organization
string o = 3;
getOBytes
in interface DistinguishedNameOrBuilder
public String getL()
locality
string l = 4;
getL
in interface DistinguishedNameOrBuilder
public com.google.protobuf.ByteString getLBytes()
locality
string l = 4;
getLBytes
in interface DistinguishedNameOrBuilder
public String getSt()
state or province
string st = 5;
getSt
in interface DistinguishedNameOrBuilder
public com.google.protobuf.ByteString getStBytes()
state or province
string st = 5;
getStBytes
in interface DistinguishedNameOrBuilder
public String getC()
country
string c = 6;
getC
in interface DistinguishedNameOrBuilder
public com.google.protobuf.ByteString getCBytes()
country
string c = 6;
getCBytes
in interface DistinguishedNameOrBuilder
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo
in interface com.google.protobuf.MessageLite
writeTo
in class com.google.protobuf.GeneratedMessageV3
IOException
public int getSerializedSize()
getSerializedSize
in interface com.google.protobuf.MessageLite
getSerializedSize
in class com.google.protobuf.GeneratedMessageV3
public boolean equals(Object obj)
equals
in interface com.google.protobuf.Message
equals
in class com.google.protobuf.AbstractMessage
public int hashCode()
hashCode
in interface com.google.protobuf.Message
hashCode
in class com.google.protobuf.AbstractMessage
public static DistinguishedName parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DistinguishedName parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DistinguishedName parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DistinguishedName parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DistinguishedName parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DistinguishedName parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static DistinguishedName parseFrom(InputStream input) throws IOException
IOException
public static DistinguishedName parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static DistinguishedName parseDelimitedFrom(InputStream input) throws IOException
IOException
public static DistinguishedName parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public static DistinguishedName parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOException
public static DistinguishedName parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOException
public DistinguishedName.Builder newBuilderForType()
newBuilderForType
in interface com.google.protobuf.Message
newBuilderForType
in interface com.google.protobuf.MessageLite
public static DistinguishedName.Builder newBuilder()
public static DistinguishedName.Builder newBuilder(DistinguishedName prototype)
public DistinguishedName.Builder toBuilder()
toBuilder
in interface com.google.protobuf.Message
toBuilder
in interface com.google.protobuf.MessageLite
protected DistinguishedName.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType
in class com.google.protobuf.GeneratedMessageV3
public static DistinguishedName getDefaultInstance()
public static com.google.protobuf.Parser<DistinguishedName> parser()
public com.google.protobuf.Parser<DistinguishedName> getParserForType()
getParserForType
in interface com.google.protobuf.Message
getParserForType
in interface com.google.protobuf.MessageLite
getParserForType
in class com.google.protobuf.GeneratedMessageV3
public DistinguishedName getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder