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

io.envoyproxy.envoy.api.v2.auth.PrivateKeyProviderOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.0.46
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/api/v2/auth/cert.proto

package io.envoyproxy.envoy.api.v2.auth;

public interface PrivateKeyProviderOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.api.v2.auth.PrivateKeyProvider)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Private key method provider name. The name must match a
   * supported private key method provider type.
   * 
* * string provider_name = 1 [(.validate.rules) = { ... } */ java.lang.String getProviderName(); /** *
   * Private key method provider name. The name must match a
   * supported private key method provider type.
   * 
* * string provider_name = 1 [(.validate.rules) = { ... } */ com.google.protobuf.ByteString getProviderNameBytes(); /** * .google.protobuf.Struct config = 2; */ boolean hasConfig(); /** * .google.protobuf.Struct config = 2; */ com.google.protobuf.Struct getConfig(); /** * .google.protobuf.Struct config = 2; */ com.google.protobuf.StructOrBuilder getConfigOrBuilder(); /** * .google.protobuf.Any typed_config = 3; */ boolean hasTypedConfig(); /** * .google.protobuf.Any typed_config = 3; */ com.google.protobuf.Any getTypedConfig(); /** * .google.protobuf.Any typed_config = 3; */ com.google.protobuf.AnyOrBuilder getTypedConfigOrBuilder(); public io.envoyproxy.envoy.api.v2.auth.PrivateKeyProvider.ConfigTypeCase getConfigTypeCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy