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

xyz.block.ftl.v1.ListSecretsRequestOrBuilder 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 ListSecretsRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:xyz.block.ftl.v1.ListSecretsRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * optional string module = 1;
   * @return Whether the module field is set.
   */
  boolean hasModule();
  /**
   * optional string module = 1;
   * @return The module.
   */
  java.lang.String getModule();
  /**
   * optional string module = 1;
   * @return The bytes for module.
   */
  com.google.protobuf.ByteString
      getModuleBytes();

  /**
   * optional bool include_values = 2;
   * @return Whether the includeValues field is set.
   */
  boolean hasIncludeValues();
  /**
   * optional bool include_values = 2;
   * @return The includeValues.
   */
  boolean getIncludeValues();

  /**
   * optional .xyz.block.ftl.v1.SecretProvider provider = 3;
   * @return Whether the provider field is set.
   */
  boolean hasProvider();
  /**
   * optional .xyz.block.ftl.v1.SecretProvider provider = 3;
   * @return The enum numeric value on the wire for provider.
   */
  int getProviderValue();
  /**
   * optional .xyz.block.ftl.v1.SecretProvider provider = 3;
   * @return The provider.
   */
  xyz.block.ftl.v1.SecretProvider getProvider();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy