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

io.envoyproxy.envoy.config.grpc_credential.v3.AwsIamConfigOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: envoy/config/grpc_credential/v3/aws_iam.proto

// Protobuf Java Version: 3.25.1
package io.envoyproxy.envoy.config.grpc_credential.v3;

public interface AwsIamConfigOrBuilder extends
    // @@protoc_insertion_point(interface_extends:envoy.config.grpc_credential.v3.AwsIamConfig)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The `service namespace
   * <https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces>`_
   * of the Grpc endpoint.
   *
   * Example: appmesh
   * 
* * string service_name = 1 [deprecated = true, (.validate.rules) = { ... } * @deprecated envoy.config.grpc_credential.v3.AwsIamConfig.service_name is deprecated. * See envoy/config/grpc_credential/v3/aws_iam.proto;l=33 * @return The serviceName. */ @java.lang.Deprecated java.lang.String getServiceName(); /** *
   * The `service namespace
   * <https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces>`_
   * of the Grpc endpoint.
   *
   * Example: appmesh
   * 
* * string service_name = 1 [deprecated = true, (.validate.rules) = { ... } * @deprecated envoy.config.grpc_credential.v3.AwsIamConfig.service_name is deprecated. * See envoy/config/grpc_credential/v3/aws_iam.proto;l=33 * @return The bytes for serviceName. */ @java.lang.Deprecated com.google.protobuf.ByteString getServiceNameBytes(); /** *
   * The `region <https://docs.aws.amazon.com/general/latest/gr/rande.html>`_ hosting the Grpc
   * endpoint. If unspecified, the extension will use the value in the ``AWS_REGION`` environment
   * variable.
   *
   * Example: us-west-2
   * 
* * string region = 2 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"]; * @deprecated envoy.config.grpc_credential.v3.AwsIamConfig.region is deprecated. * See envoy/config/grpc_credential/v3/aws_iam.proto;l=44 * @return The region. */ @java.lang.Deprecated java.lang.String getRegion(); /** *
   * The `region <https://docs.aws.amazon.com/general/latest/gr/rande.html>`_ hosting the Grpc
   * endpoint. If unspecified, the extension will use the value in the ``AWS_REGION`` environment
   * variable.
   *
   * Example: us-west-2
   * 
* * string region = 2 [deprecated = true, (.envoy.annotations.deprecated_at_minor_version) = "3.0"]; * @deprecated envoy.config.grpc_credential.v3.AwsIamConfig.region is deprecated. * See envoy/config/grpc_credential/v3/aws_iam.proto;l=44 * @return The bytes for region. */ @java.lang.Deprecated com.google.protobuf.ByteString getRegionBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy