public interface AwsIamConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getRegion()
The `region <https://docs.aws.amazon.com/general/latest/gr/rande.html>`_ hosting the Grpc
endpoint.
|
com.google.protobuf.ByteString |
getRegionBytes()
The `region <https://docs.aws.amazon.com/general/latest/gr/rande.html>`_ hosting the Grpc
endpoint.
|
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.
|
com.google.protobuf.ByteString |
getServiceNameBytes()
The `service namespace
<https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html#genref-aws-service-namespaces>`_
of the Grpc endpoint.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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) = { ... }com.google.protobuf.ByteString getServiceNameBytes()
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) = { ... }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;com.google.protobuf.ByteString getRegionBytes()
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;Copyright © 2018–2021 The Envoy Project. All rights reserved.