io.envoyproxy.envoy.config.grpc_credential.v3.AwsIamConfigOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/config/grpc_credential/v3/aws_iam.proto
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 [(.validate.rules) = { ... }
* @return The serviceName.
*/
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 [(.validate.rules) = { ... }
* @return The bytes for serviceName.
*/
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;
* @return The region.
*/
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;
* @return The bytes for region.
*/
com.google.protobuf.ByteString
getRegionBytes();
}