// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: proto/config.proto

package com.google.crypto.tink.proto;

@java.lang.Deprecated public interface RegistryConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.crypto.tink.RegistryConfig)
    com.google.protobuf.MessageOrBuilder {

  
string config_name = 1;
Returns:The configName.
/** * <code>string config_name = 1;</code> * @return The configName. */
java.lang.String getConfigName();
string config_name = 1;
Returns:The bytes for configName.
/** * <code>string config_name = 1;</code> * @return The bytes for configName. */
com.google.protobuf.ByteString getConfigNameBytes();
repeated .google.crypto.tink.KeyTypeEntry entry = 2;
/** * <code>repeated .google.crypto.tink.KeyTypeEntry entry = 2;</code> */
java.util.List<com.google.crypto.tink.proto.KeyTypeEntry> getEntryList();
repeated .google.crypto.tink.KeyTypeEntry entry = 2;
/** * <code>repeated .google.crypto.tink.KeyTypeEntry entry = 2;</code> */
com.google.crypto.tink.proto.KeyTypeEntry getEntry(int index);
repeated .google.crypto.tink.KeyTypeEntry entry = 2;
/** * <code>repeated .google.crypto.tink.KeyTypeEntry entry = 2;</code> */
int getEntryCount();
repeated .google.crypto.tink.KeyTypeEntry entry = 2;
/** * <code>repeated .google.crypto.tink.KeyTypeEntry entry = 2;</code> */
java.util.List<? extends com.google.crypto.tink.proto.KeyTypeEntryOrBuilder> getEntryOrBuilderList();
repeated .google.crypto.tink.KeyTypeEntry entry = 2;
/** * <code>repeated .google.crypto.tink.KeyTypeEntry entry = 2;</code> */
com.google.crypto.tink.proto.KeyTypeEntryOrBuilder getEntryOrBuilder( int index); }