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

io.envoyproxy.envoy.extensions.common.aws.v3.CredentialsFileCredentialProviderOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/extensions/common/aws/v3/credential_provider.proto

// Protobuf Java Version: 3.25.1
package io.envoyproxy.envoy.extensions.common.aws.v3;

public interface CredentialsFileCredentialProviderOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.extensions.common.aws.v3.CredentialsFileCredentialProvider)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Data source from which to retrieve AWS credentials
   * When using this data source, if a ``watched_directory`` is provided, the credential file will be re-read when a file move is detected.
   * See :ref:`watched_directory <envoy_v3_api_msg_config.core.v3.DataSource>` for more information about the ``watched_directory`` field.
   * 
* * .envoy.config.core.v3.DataSource credentials_data_source = 1 [(.udpa.annotations.sensitive) = true]; * @return Whether the credentialsDataSource field is set. */ boolean hasCredentialsDataSource(); /** *
   * Data source from which to retrieve AWS credentials
   * When using this data source, if a ``watched_directory`` is provided, the credential file will be re-read when a file move is detected.
   * See :ref:`watched_directory <envoy_v3_api_msg_config.core.v3.DataSource>` for more information about the ``watched_directory`` field.
   * 
* * .envoy.config.core.v3.DataSource credentials_data_source = 1 [(.udpa.annotations.sensitive) = true]; * @return The credentialsDataSource. */ io.envoyproxy.envoy.config.core.v3.DataSource getCredentialsDataSource(); /** *
   * Data source from which to retrieve AWS credentials
   * When using this data source, if a ``watched_directory`` is provided, the credential file will be re-read when a file move is detected.
   * See :ref:`watched_directory <envoy_v3_api_msg_config.core.v3.DataSource>` for more information about the ``watched_directory`` field.
   * 
* * .envoy.config.core.v3.DataSource credentials_data_source = 1 [(.udpa.annotations.sensitive) = true]; */ io.envoyproxy.envoy.config.core.v3.DataSourceOrBuilder getCredentialsDataSourceOrBuilder(); /** *
   * The profile within the credentials_file data source. If not provided, the default profile will be used.
   * 
* * string profile = 2; * @return The profile. */ java.lang.String getProfile(); /** *
   * The profile within the credentials_file data source. If not provided, the default profile will be used.
   * 
* * string profile = 2; * @return The bytes for profile. */ com.google.protobuf.ByteString getProfileBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy