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

xyz.block.ftl.v1.ModuleContextResponseOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: xyz/block/ftl/v1/ftl.proto

// Protobuf Java Version: 3.25.4
package xyz.block.ftl.v1;

public interface ModuleContextResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.ModuleContextResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string module = 1;
   * @return The module.
   */
  java.lang.String getModule();
  /**
   * string module = 1;
   * @return The bytes for module.
   */
  com.google.protobuf.ByteString
      getModuleBytes();

  /**
   * map<string, bytes> configs = 2;
   */
  int getConfigsCount();
  /**
   * map<string, bytes> configs = 2;
   */
  boolean containsConfigs(
      java.lang.String key);
  /**
   * Use {@link #getConfigsMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getConfigs();
  /**
   * map<string, bytes> configs = 2;
   */
  java.util.Map
  getConfigsMap();
  /**
   * map<string, bytes> configs = 2;
   */
  /* nullable */
com.google.protobuf.ByteString getConfigsOrDefault(
      java.lang.String key,
      /* nullable */
com.google.protobuf.ByteString defaultValue);
  /**
   * map<string, bytes> configs = 2;
   */
  com.google.protobuf.ByteString getConfigsOrThrow(
      java.lang.String key);

  /**
   * map<string, bytes> secrets = 3;
   */
  int getSecretsCount();
  /**
   * map<string, bytes> secrets = 3;
   */
  boolean containsSecrets(
      java.lang.String key);
  /**
   * Use {@link #getSecretsMap()} instead.
   */
  @java.lang.Deprecated
  java.util.Map
  getSecrets();
  /**
   * map<string, bytes> secrets = 3;
   */
  java.util.Map
  getSecretsMap();
  /**
   * map<string, bytes> secrets = 3;
   */
  /* nullable */
com.google.protobuf.ByteString getSecretsOrDefault(
      java.lang.String key,
      /* nullable */
com.google.protobuf.ByteString defaultValue);
  /**
   * map<string, bytes> secrets = 3;
   */
  com.google.protobuf.ByteString getSecretsOrThrow(
      java.lang.String key);

  /**
   * repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;
   */
  java.util.List 
      getDatabasesList();
  /**
   * repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;
   */
  xyz.block.ftl.v1.ModuleContextResponse.DSN getDatabases(int index);
  /**
   * repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;
   */
  int getDatabasesCount();
  /**
   * repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;
   */
  java.util.List 
      getDatabasesOrBuilderList();
  /**
   * repeated .xyz.block.ftl.v1.ModuleContextResponse.DSN databases = 4;
   */
  xyz.block.ftl.v1.ModuleContextResponse.DSNOrBuilder getDatabasesOrBuilder(
      int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy