public final class IstioCertificateResponse extends com.google.protobuf.GeneratedMessageV3 implements IstioCertificateResponseOrBuilder
Certificate response message.Protobuf type
istio.v1.auth.IstioCertificateResponse| 限定符和类型 | 类和说明 |
|---|---|
static class |
IstioCertificateResponse.Builder
Certificate response message.
|
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| 限定符和类型 | 字段和说明 |
|---|---|
static int |
CERT_CHAIN_FIELD_NUMBER |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object obj) |
String |
getCertChain(int index)
PEM-encoded certificate chain.
|
com.google.protobuf.ByteString |
getCertChainBytes(int index)
PEM-encoded certificate chain.
|
int |
getCertChainCount()
PEM-encoded certificate chain.
|
com.google.protobuf.ProtocolStringList |
getCertChainList()
PEM-encoded certificate chain.
|
static IstioCertificateResponse |
getDefaultInstance() |
IstioCertificateResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<IstioCertificateResponse> |
getParserForType() |
int |
getSerializedSize() |
int |
hashCode() |
boolean |
isInitialized() |
static IstioCertificateResponse.Builder |
newBuilder() |
static IstioCertificateResponse.Builder |
newBuilder(IstioCertificateResponse prototype) |
IstioCertificateResponse.Builder |
newBuilderForType() |
static IstioCertificateResponse |
parseDelimitedFrom(InputStream input) |
static IstioCertificateResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IstioCertificateResponse |
parseFrom(byte[] data) |
static IstioCertificateResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IstioCertificateResponse |
parseFrom(ByteBuffer data) |
static IstioCertificateResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IstioCertificateResponse |
parseFrom(com.google.protobuf.ByteString data) |
static IstioCertificateResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IstioCertificateResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static IstioCertificateResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static IstioCertificateResponse |
parseFrom(InputStream input) |
static IstioCertificateResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<IstioCertificateResponse> |
parser() |
IstioCertificateResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int CERT_CHAIN_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public com.google.protobuf.ProtocolStringList getCertChainList()
PEM-encoded certificate chain. The leaf cert is the first element, and the root cert is the last element.
repeated string cert_chain = 1;getCertChainList 在接口中 IstioCertificateResponseOrBuilderpublic int getCertChainCount()
PEM-encoded certificate chain. The leaf cert is the first element, and the root cert is the last element.
repeated string cert_chain = 1;getCertChainCount 在接口中 IstioCertificateResponseOrBuilderpublic String getCertChain(int index)
PEM-encoded certificate chain. The leaf cert is the first element, and the root cert is the last element.
repeated string cert_chain = 1;getCertChain 在接口中 IstioCertificateResponseOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getCertChainBytes(int index)
PEM-encoded certificate chain. The leaf cert is the first element, and the root cert is the last element.
repeated string cert_chain = 1;getCertChainBytes 在接口中 IstioCertificateResponseOrBuilderindex - The index of the value to return.public final boolean isInitialized()
isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilderisInitialized 在类中 com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo 在接口中 com.google.protobuf.MessageLitewriteTo 在类中 com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize 在接口中 com.google.protobuf.MessageLitegetSerializedSize 在类中 com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals 在接口中 com.google.protobuf.Messageequals 在类中 com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode 在接口中 com.google.protobuf.MessagehashCode 在类中 com.google.protobuf.AbstractMessagepublic static IstioCertificateResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IstioCertificateResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IstioCertificateResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IstioCertificateResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IstioCertificateResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IstioCertificateResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static IstioCertificateResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static IstioCertificateResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static IstioCertificateResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static IstioCertificateResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static IstioCertificateResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static IstioCertificateResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic IstioCertificateResponse.Builder newBuilderForType()
newBuilderForType 在接口中 com.google.protobuf.MessagenewBuilderForType 在接口中 com.google.protobuf.MessageLitepublic static IstioCertificateResponse.Builder newBuilder()
public static IstioCertificateResponse.Builder newBuilder(IstioCertificateResponse prototype)
public IstioCertificateResponse.Builder toBuilder()
toBuilder 在接口中 com.google.protobuf.MessagetoBuilder 在接口中 com.google.protobuf.MessageLitepublic static IstioCertificateResponse getDefaultInstance()
public static com.google.protobuf.Parser<IstioCertificateResponse> parser()
public com.google.protobuf.Parser<IstioCertificateResponse> getParserForType()
getParserForType 在接口中 com.google.protobuf.MessagegetParserForType 在接口中 com.google.protobuf.MessageLitegetParserForType 在类中 com.google.protobuf.GeneratedMessageV3public IstioCertificateResponse getDefaultInstanceForType()
getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilderCopyright © 2024 The Apache Software Foundation. All rights reserved.