public static interface XRayConfig.SegmentFieldsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Struct |
getAws()
AWS resource metadata dictionary.
|
com.google.protobuf.StructOrBuilder |
getAwsOrBuilder()
AWS resource metadata dictionary.
|
String |
getOrigin()
The type of AWS resource, e.g.
|
com.google.protobuf.ByteString |
getOriginBytes()
The type of AWS resource, e.g.
|
boolean |
hasAws()
AWS resource metadata dictionary.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getOrigin()
The type of AWS resource, e.g. "AWS::AppMesh::Proxy".
string origin = 1;com.google.protobuf.ByteString getOriginBytes()
The type of AWS resource, e.g. "AWS::AppMesh::Proxy".
string origin = 1;boolean hasAws()
AWS resource metadata dictionary. See: `X-Ray Segment Document documentation <https://docs.aws.amazon.com/xray/latest/devguide/xray-api-segmentdocuments.html#api-segmentdocuments-aws>`__
.google.protobuf.Struct aws = 2;com.google.protobuf.Struct getAws()
AWS resource metadata dictionary. See: `X-Ray Segment Document documentation <https://docs.aws.amazon.com/xray/latest/devguide/xray-api-segmentdocuments.html#api-segmentdocuments-aws>`__
.google.protobuf.Struct aws = 2;com.google.protobuf.StructOrBuilder getAwsOrBuilder()
AWS resource metadata dictionary. See: `X-Ray Segment Document documentation <https://docs.aws.amazon.com/xray/latest/devguide/xray-api-segmentdocuments.html#api-segmentdocuments-aws>`__
.google.protobuf.Struct aws = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.