程序包 istio.v1.auth

类 Ca.IstioCertificateResponse.Builder

    • 方法详细资料

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        指定者:
        getDescriptorForType 在接口中 com.google.protobuf.Message.Builder
        指定者:
        getDescriptorForType 在接口中 com.google.protobuf.MessageOrBuilder
        覆盖:
        getDescriptorForType 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Ca.IstioCertificateResponse.Builder>
      • getDefaultInstanceForType

        public Ca.IstioCertificateResponse getDefaultInstanceForType()
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageLiteOrBuilder
        指定者:
        getDefaultInstanceForType 在接口中 com.google.protobuf.MessageOrBuilder
      • build

        public Ca.IstioCertificateResponse build()
        指定者:
        build 在接口中 com.google.protobuf.Message.Builder
        指定者:
        build 在接口中 com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Ca.IstioCertificateResponse buildPartial()
        指定者:
        buildPartial 在接口中 com.google.protobuf.Message.Builder
        指定者:
        buildPartial 在接口中 com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        指定者:
        isInitialized 在接口中 com.google.protobuf.MessageLiteOrBuilder
        覆盖:
        isInitialized 在类中 com.google.protobuf.GeneratedMessageV3.Builder<Ca.IstioCertificateResponse.Builder>
      • mergeFrom

        public Ca.IstioCertificateResponse.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws IOException
        指定者:
        mergeFrom 在接口中 com.google.protobuf.Message.Builder
        指定者:
        mergeFrom 在接口中 com.google.protobuf.MessageLite.Builder
        覆盖:
        mergeFrom 在类中 com.google.protobuf.AbstractMessage.Builder<Ca.IstioCertificateResponse.Builder>
        抛出:
        IOException
      • getCertChainList

        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 在接口中 Ca.IstioCertificateResponseOrBuilder
      • getCertChainCount

        public 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 在接口中 Ca.IstioCertificateResponseOrBuilder
      • getCertChain

        public 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 在接口中 Ca.IstioCertificateResponseOrBuilder
      • getCertChainBytes

        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 在接口中 Ca.IstioCertificateResponseOrBuilder
      • setCertChain

        public Ca.IstioCertificateResponse.Builder setCertChain​(int index,
                                                                String value)
         PEM-encoded certificate chain.
         The leaf cert is the first element, and the root cert is the last element.
         
        repeated string cert_chain = 1;
      • addCertChain

        public Ca.IstioCertificateResponse.Builder addCertChain​(String value)
         PEM-encoded certificate chain.
         The leaf cert is the first element, and the root cert is the last element.
         
        repeated string cert_chain = 1;
      • addAllCertChain

        public Ca.IstioCertificateResponse.Builder addAllCertChain​(Iterable<String> values)
         PEM-encoded certificate chain.
         The leaf cert is the first element, and the root cert is the last element.
         
        repeated string cert_chain = 1;
      • clearCertChain

        public Ca.IstioCertificateResponse.Builder clearCertChain()
         PEM-encoded certificate chain.
         The leaf cert is the first element, and the root cert is the last element.
         
        repeated string cert_chain = 1;
      • addCertChainBytes

        public Ca.IstioCertificateResponse.Builder addCertChainBytes​(com.google.protobuf.ByteString value)
         PEM-encoded certificate chain.
         The leaf cert is the first element, and the root cert is the last element.
         
        repeated string cert_chain = 1;