All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.dubbo.auth.v1alpha1.DubboCertificateResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.3.2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: ca.proto

package org.apache.dubbo.auth.v1alpha1;

public interface DubboCertificateResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:org.apache.dubbo.auth.v1alpha1.DubboCertificateResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * bool success = 1;
   * @return The success.
   */
  boolean getSuccess();

  /**
   * string cert_pem = 2;
   * @return The certPem.
   */
  java.lang.String getCertPem();
  /**
   * string cert_pem = 2;
   * @return The bytes for certPem.
   */
  com.google.protobuf.ByteString
      getCertPemBytes();

  /**
   * repeated string trust_certs = 3;
   * @return A list containing the trustCerts.
   */
  java.util.List
      getTrustCertsList();
  /**
   * repeated string trust_certs = 3;
   * @return The count of trustCerts.
   */
  int getTrustCertsCount();
  /**
   * repeated string trust_certs = 3;
   * @param index The index of the element to return.
   * @return The trustCerts at the given index.
   */
  java.lang.String getTrustCerts(int index);
  /**
   * repeated string trust_certs = 3;
   * @param index The index of the value to return.
   * @return The bytes of the trustCerts at the given index.
   */
  com.google.protobuf.ByteString
      getTrustCertsBytes(int index);

  /**
   * int64 expire_time = 4;
   * @return The expireTime.
   */
  long getExpireTime();

  /**
   * string message = 5;
   * @return The message.
   */
  java.lang.String getMessage();
  /**
   * string message = 5;
   * @return The bytes for message.
   */
  com.google.protobuf.ByteString
      getMessageBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy