public static final class ServiceMeshMetric.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ServiceMeshMetric.Builder> implements ServiceMeshMetricOrBuilder
skywalking.v3.ServiceMeshMetric| Modifier and Type | Method and Description |
|---|---|
ServiceMeshMetric.Builder |
addAllDestInstanceProperties(Iterable<? extends KeyStringValuePair> values)
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19; |
ServiceMeshMetric.Builder |
addAllSourceInstanceProperties(Iterable<? extends KeyStringValuePair> values)
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18; |
ServiceMeshMetric.Builder |
addDestInstanceProperties(int index,
KeyStringValuePair.Builder builderForValue)
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19; |
ServiceMeshMetric.Builder |
addDestInstanceProperties(int index,
KeyStringValuePair value)
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19; |
ServiceMeshMetric.Builder |
addDestInstanceProperties(KeyStringValuePair.Builder builderForValue)
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19; |
ServiceMeshMetric.Builder |
addDestInstanceProperties(KeyStringValuePair value)
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19; |
KeyStringValuePair.Builder |
addDestInstancePropertiesBuilder()
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19; |
KeyStringValuePair.Builder |
addDestInstancePropertiesBuilder(int index)
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19; |
ServiceMeshMetric.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ServiceMeshMetric.Builder |
addSourceInstanceProperties(int index,
KeyStringValuePair.Builder builderForValue)
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18; |
ServiceMeshMetric.Builder |
addSourceInstanceProperties(int index,
KeyStringValuePair value)
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18; |
ServiceMeshMetric.Builder |
addSourceInstanceProperties(KeyStringValuePair.Builder builderForValue)
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18; |
ServiceMeshMetric.Builder |
addSourceInstanceProperties(KeyStringValuePair value)
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18; |
KeyStringValuePair.Builder |
addSourceInstancePropertiesBuilder()
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18; |
KeyStringValuePair.Builder |
addSourceInstancePropertiesBuilder(int index)
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18; |
ServiceMeshMetric |
build() |
ServiceMeshMetric |
buildPartial() |
ServiceMeshMetric.Builder |
clear() |
ServiceMeshMetric.Builder |
clearDestInstanceProperties()
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19; |
ServiceMeshMetric.Builder |
clearDestServiceInstance()
string destServiceInstance = 6; |
ServiceMeshMetric.Builder |
clearDestServiceName()
string destServiceName = 5; |
ServiceMeshMetric.Builder |
clearDetectPoint()
.skywalking.v3.DetectPoint detectPoint = 12; |
ServiceMeshMetric.Builder |
clearEndpoint()
string endpoint = 7; |
ServiceMeshMetric.Builder |
clearEndTime()
End timestamp in milliseconds of this RPC,
measured between the current time and midnight, January 1, 1970 UTC.
|
ServiceMeshMetric.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ServiceMeshMetric.Builder |
clearInternalErrorCode()
The sidecar/proxy internal error code, the value bases on the implementation.
|
ServiceMeshMetric.Builder |
clearInternalRequestLatencyNanos()
Internal request(response) latency is the time cost inside the Envoy sidecar proxy.
|
ServiceMeshMetric.Builder |
clearInternalResponseLatencyNanos()
internalResponseLatencyNanos = time_to_first_downstream_tx_byte - time_to_first_upstream_rx_byte;
| ...
|
ServiceMeshMetric.Builder |
clearLatency()
int32 latency = 8; |
ServiceMeshMetric.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ServiceMeshMetric.Builder |
clearProtocol()
.skywalking.v3.Protocol protocol = 11; |
ServiceMeshMetric.Builder |
clearResponseCode()
int32 responseCode = 9; |
ServiceMeshMetric.Builder |
clearSourceInstanceProperties()
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18; |
ServiceMeshMetric.Builder |
clearSourceServiceInstance()
string sourceServiceInstance = 4; |
ServiceMeshMetric.Builder |
clearSourceServiceName()
string sourceServiceName = 3; |
ServiceMeshMetric.Builder |
clearStartTime()
Start timestamp in milliseconds of this RPC,
measured between the current time and midnight, January 1, 1970 UTC.
|
ServiceMeshMetric.Builder |
clearStatus()
Status represents the response status of this calling.
|
ServiceMeshMetric.Builder |
clearTcp()
The tcp detail of the mesh metrics if it's a TCP metrics, otherwise should be empty.
|
ServiceMeshMetric.Builder |
clearTlsMode()
NONE, mTLS, or TLS
|
ServiceMeshMetric.Builder |
clone() |
ServiceMeshMetric |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
KeyStringValuePair |
getDestInstanceProperties(int index)
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19; |
KeyStringValuePair.Builder |
getDestInstancePropertiesBuilder(int index)
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19; |
List<KeyStringValuePair.Builder> |
getDestInstancePropertiesBuilderList()
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19; |
int |
getDestInstancePropertiesCount()
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19; |
List<KeyStringValuePair> |
getDestInstancePropertiesList()
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19; |
KeyStringValuePairOrBuilder |
getDestInstancePropertiesOrBuilder(int index)
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19; |
List<? extends KeyStringValuePairOrBuilder> |
getDestInstancePropertiesOrBuilderList()
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19; |
String |
getDestServiceInstance()
string destServiceInstance = 6; |
com.google.protobuf.ByteString |
getDestServiceInstanceBytes()
string destServiceInstance = 6; |
String |
getDestServiceName()
string destServiceName = 5; |
com.google.protobuf.ByteString |
getDestServiceNameBytes()
string destServiceName = 5; |
DetectPoint |
getDetectPoint()
.skywalking.v3.DetectPoint detectPoint = 12; |
int |
getDetectPointValue()
.skywalking.v3.DetectPoint detectPoint = 12; |
String |
getEndpoint()
string endpoint = 7; |
com.google.protobuf.ByteString |
getEndpointBytes()
string endpoint = 7; |
long |
getEndTime()
End timestamp in milliseconds of this RPC,
measured between the current time and midnight, January 1, 1970 UTC.
|
String |
getInternalErrorCode()
The sidecar/proxy internal error code, the value bases on the implementation.
|
com.google.protobuf.ByteString |
getInternalErrorCodeBytes()
The sidecar/proxy internal error code, the value bases on the implementation.
|
long |
getInternalRequestLatencyNanos()
Internal request(response) latency is the time cost inside the Envoy sidecar proxy.
|
long |
getInternalResponseLatencyNanos()
internalResponseLatencyNanos = time_to_first_downstream_tx_byte - time_to_first_upstream_rx_byte;
| ...
|
int |
getLatency()
int32 latency = 8; |
Protocol |
getProtocol()
.skywalking.v3.Protocol protocol = 11; |
int |
getProtocolValue()
.skywalking.v3.Protocol protocol = 11; |
int |
getResponseCode()
int32 responseCode = 9; |
KeyStringValuePair |
getSourceInstanceProperties(int index)
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18; |
KeyStringValuePair.Builder |
getSourceInstancePropertiesBuilder(int index)
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18; |
List<KeyStringValuePair.Builder> |
getSourceInstancePropertiesBuilderList()
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18; |
int |
getSourceInstancePropertiesCount()
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18; |
List<KeyStringValuePair> |
getSourceInstancePropertiesList()
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18; |
KeyStringValuePairOrBuilder |
getSourceInstancePropertiesOrBuilder(int index)
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18; |
List<? extends KeyStringValuePairOrBuilder> |
getSourceInstancePropertiesOrBuilderList()
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18; |
String |
getSourceServiceInstance()
string sourceServiceInstance = 4; |
com.google.protobuf.ByteString |
getSourceServiceInstanceBytes()
string sourceServiceInstance = 4; |
String |
getSourceServiceName()
string sourceServiceName = 3; |
com.google.protobuf.ByteString |
getSourceServiceNameBytes()
string sourceServiceName = 3; |
long |
getStartTime()
Start timestamp in milliseconds of this RPC,
measured between the current time and midnight, January 1, 1970 UTC.
|
boolean |
getStatus()
Status represents the response status of this calling.
|
TCPInfo |
getTcp()
The tcp detail of the mesh metrics if it's a TCP metrics, otherwise should be empty.
|
TCPInfo.Builder |
getTcpBuilder()
The tcp detail of the mesh metrics if it's a TCP metrics, otherwise should be empty.
|
TCPInfoOrBuilder |
getTcpOrBuilder()
The tcp detail of the mesh metrics if it's a TCP metrics, otherwise should be empty.
|
String |
getTlsMode()
NONE, mTLS, or TLS
|
com.google.protobuf.ByteString |
getTlsModeBytes()
NONE, mTLS, or TLS
|
boolean |
hasTcp()
The tcp detail of the mesh metrics if it's a TCP metrics, otherwise should be empty.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ServiceMeshMetric.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ServiceMeshMetric.Builder |
mergeFrom(com.google.protobuf.Message other) |
ServiceMeshMetric.Builder |
mergeFrom(ServiceMeshMetric other) |
ServiceMeshMetric.Builder |
mergeTcp(TCPInfo value)
The tcp detail of the mesh metrics if it's a TCP metrics, otherwise should be empty.
|
ServiceMeshMetric.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ServiceMeshMetric.Builder |
removeDestInstanceProperties(int index)
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19; |
ServiceMeshMetric.Builder |
removeSourceInstanceProperties(int index)
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18; |
ServiceMeshMetric.Builder |
setDestInstanceProperties(int index,
KeyStringValuePair.Builder builderForValue)
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19; |
ServiceMeshMetric.Builder |
setDestInstanceProperties(int index,
KeyStringValuePair value)
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19; |
ServiceMeshMetric.Builder |
setDestServiceInstance(String value)
string destServiceInstance = 6; |
ServiceMeshMetric.Builder |
setDestServiceInstanceBytes(com.google.protobuf.ByteString value)
string destServiceInstance = 6; |
ServiceMeshMetric.Builder |
setDestServiceName(String value)
string destServiceName = 5; |
ServiceMeshMetric.Builder |
setDestServiceNameBytes(com.google.protobuf.ByteString value)
string destServiceName = 5; |
ServiceMeshMetric.Builder |
setDetectPoint(DetectPoint value)
.skywalking.v3.DetectPoint detectPoint = 12; |
ServiceMeshMetric.Builder |
setDetectPointValue(int value)
.skywalking.v3.DetectPoint detectPoint = 12; |
ServiceMeshMetric.Builder |
setEndpoint(String value)
string endpoint = 7; |
ServiceMeshMetric.Builder |
setEndpointBytes(com.google.protobuf.ByteString value)
string endpoint = 7; |
ServiceMeshMetric.Builder |
setEndTime(long value)
End timestamp in milliseconds of this RPC,
measured between the current time and midnight, January 1, 1970 UTC.
|
ServiceMeshMetric.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ServiceMeshMetric.Builder |
setInternalErrorCode(String value)
The sidecar/proxy internal error code, the value bases on the implementation.
|
ServiceMeshMetric.Builder |
setInternalErrorCodeBytes(com.google.protobuf.ByteString value)
The sidecar/proxy internal error code, the value bases on the implementation.
|
ServiceMeshMetric.Builder |
setInternalRequestLatencyNanos(long value)
Internal request(response) latency is the time cost inside the Envoy sidecar proxy.
|
ServiceMeshMetric.Builder |
setInternalResponseLatencyNanos(long value)
internalResponseLatencyNanos = time_to_first_downstream_tx_byte - time_to_first_upstream_rx_byte;
| ...
|
ServiceMeshMetric.Builder |
setLatency(int value)
int32 latency = 8; |
ServiceMeshMetric.Builder |
setProtocol(Protocol value)
.skywalking.v3.Protocol protocol = 11; |
ServiceMeshMetric.Builder |
setProtocolValue(int value)
.skywalking.v3.Protocol protocol = 11; |
ServiceMeshMetric.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ServiceMeshMetric.Builder |
setResponseCode(int value)
int32 responseCode = 9; |
ServiceMeshMetric.Builder |
setSourceInstanceProperties(int index,
KeyStringValuePair.Builder builderForValue)
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18; |
ServiceMeshMetric.Builder |
setSourceInstanceProperties(int index,
KeyStringValuePair value)
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18; |
ServiceMeshMetric.Builder |
setSourceServiceInstance(String value)
string sourceServiceInstance = 4; |
ServiceMeshMetric.Builder |
setSourceServiceInstanceBytes(com.google.protobuf.ByteString value)
string sourceServiceInstance = 4; |
ServiceMeshMetric.Builder |
setSourceServiceName(String value)
string sourceServiceName = 3; |
ServiceMeshMetric.Builder |
setSourceServiceNameBytes(com.google.protobuf.ByteString value)
string sourceServiceName = 3; |
ServiceMeshMetric.Builder |
setStartTime(long value)
Start timestamp in milliseconds of this RPC,
measured between the current time and midnight, January 1, 1970 UTC.
|
ServiceMeshMetric.Builder |
setStatus(boolean value)
Status represents the response status of this calling.
|
ServiceMeshMetric.Builder |
setTcp(TCPInfo.Builder builderForValue)
The tcp detail of the mesh metrics if it's a TCP metrics, otherwise should be empty.
|
ServiceMeshMetric.Builder |
setTcp(TCPInfo value)
The tcp detail of the mesh metrics if it's a TCP metrics, otherwise should be empty.
|
ServiceMeshMetric.Builder |
setTlsMode(String value)
NONE, mTLS, or TLS
|
ServiceMeshMetric.Builder |
setTlsModeBytes(com.google.protobuf.ByteString value)
NONE, mTLS, or TLS
|
ServiceMeshMetric.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceMeshMetric.Builder>public ServiceMeshMetric.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceMeshMetric.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceMeshMetric.Builder>public ServiceMeshMetric getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ServiceMeshMetric build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ServiceMeshMetric buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ServiceMeshMetric.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceMeshMetric.Builder>public ServiceMeshMetric.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceMeshMetric.Builder>public ServiceMeshMetric.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceMeshMetric.Builder>public ServiceMeshMetric.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceMeshMetric.Builder>public ServiceMeshMetric.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceMeshMetric.Builder>public ServiceMeshMetric.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceMeshMetric.Builder>public ServiceMeshMetric.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ServiceMeshMetric.Builder>public ServiceMeshMetric.Builder mergeFrom(ServiceMeshMetric other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceMeshMetric.Builder>public ServiceMeshMetric.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ServiceMeshMetric.Builder>IOExceptionpublic long getStartTime()
Start timestamp in milliseconds of this RPC, measured between the current time and midnight, January 1, 1970 UTC.
int64 startTime = 1;getStartTime in interface ServiceMeshMetricOrBuilderpublic ServiceMeshMetric.Builder setStartTime(long value)
Start timestamp in milliseconds of this RPC, measured between the current time and midnight, January 1, 1970 UTC.
int64 startTime = 1;value - The startTime to set.public ServiceMeshMetric.Builder clearStartTime()
Start timestamp in milliseconds of this RPC, measured between the current time and midnight, January 1, 1970 UTC.
int64 startTime = 1;public long getEndTime()
End timestamp in milliseconds of this RPC, measured between the current time and midnight, January 1, 1970 UTC.
int64 endTime = 2;getEndTime in interface ServiceMeshMetricOrBuilderpublic ServiceMeshMetric.Builder setEndTime(long value)
End timestamp in milliseconds of this RPC, measured between the current time and midnight, January 1, 1970 UTC.
int64 endTime = 2;value - The endTime to set.public ServiceMeshMetric.Builder clearEndTime()
End timestamp in milliseconds of this RPC, measured between the current time and midnight, January 1, 1970 UTC.
int64 endTime = 2;public String getSourceServiceName()
string sourceServiceName = 3;getSourceServiceName in interface ServiceMeshMetricOrBuilderpublic com.google.protobuf.ByteString getSourceServiceNameBytes()
string sourceServiceName = 3;getSourceServiceNameBytes in interface ServiceMeshMetricOrBuilderpublic ServiceMeshMetric.Builder setSourceServiceName(String value)
string sourceServiceName = 3;value - The sourceServiceName to set.public ServiceMeshMetric.Builder clearSourceServiceName()
string sourceServiceName = 3;public ServiceMeshMetric.Builder setSourceServiceNameBytes(com.google.protobuf.ByteString value)
string sourceServiceName = 3;value - The bytes for sourceServiceName to set.public String getSourceServiceInstance()
string sourceServiceInstance = 4;getSourceServiceInstance in interface ServiceMeshMetricOrBuilderpublic com.google.protobuf.ByteString getSourceServiceInstanceBytes()
string sourceServiceInstance = 4;getSourceServiceInstanceBytes in interface ServiceMeshMetricOrBuilderpublic ServiceMeshMetric.Builder setSourceServiceInstance(String value)
string sourceServiceInstance = 4;value - The sourceServiceInstance to set.public ServiceMeshMetric.Builder clearSourceServiceInstance()
string sourceServiceInstance = 4;public ServiceMeshMetric.Builder setSourceServiceInstanceBytes(com.google.protobuf.ByteString value)
string sourceServiceInstance = 4;value - The bytes for sourceServiceInstance to set.public String getDestServiceName()
string destServiceName = 5;getDestServiceName in interface ServiceMeshMetricOrBuilderpublic com.google.protobuf.ByteString getDestServiceNameBytes()
string destServiceName = 5;getDestServiceNameBytes in interface ServiceMeshMetricOrBuilderpublic ServiceMeshMetric.Builder setDestServiceName(String value)
string destServiceName = 5;value - The destServiceName to set.public ServiceMeshMetric.Builder clearDestServiceName()
string destServiceName = 5;public ServiceMeshMetric.Builder setDestServiceNameBytes(com.google.protobuf.ByteString value)
string destServiceName = 5;value - The bytes for destServiceName to set.public String getDestServiceInstance()
string destServiceInstance = 6;getDestServiceInstance in interface ServiceMeshMetricOrBuilderpublic com.google.protobuf.ByteString getDestServiceInstanceBytes()
string destServiceInstance = 6;getDestServiceInstanceBytes in interface ServiceMeshMetricOrBuilderpublic ServiceMeshMetric.Builder setDestServiceInstance(String value)
string destServiceInstance = 6;value - The destServiceInstance to set.public ServiceMeshMetric.Builder clearDestServiceInstance()
string destServiceInstance = 6;public ServiceMeshMetric.Builder setDestServiceInstanceBytes(com.google.protobuf.ByteString value)
string destServiceInstance = 6;value - The bytes for destServiceInstance to set.public String getEndpoint()
string endpoint = 7;getEndpoint in interface ServiceMeshMetricOrBuilderpublic com.google.protobuf.ByteString getEndpointBytes()
string endpoint = 7;getEndpointBytes in interface ServiceMeshMetricOrBuilderpublic ServiceMeshMetric.Builder setEndpoint(String value)
string endpoint = 7;value - The endpoint to set.public ServiceMeshMetric.Builder clearEndpoint()
string endpoint = 7;public ServiceMeshMetric.Builder setEndpointBytes(com.google.protobuf.ByteString value)
string endpoint = 7;value - The bytes for endpoint to set.public int getLatency()
int32 latency = 8;getLatency in interface ServiceMeshMetricOrBuilderpublic ServiceMeshMetric.Builder setLatency(int value)
int32 latency = 8;value - The latency to set.public ServiceMeshMetric.Builder clearLatency()
int32 latency = 8;public int getResponseCode()
int32 responseCode = 9;getResponseCode in interface ServiceMeshMetricOrBuilderpublic ServiceMeshMetric.Builder setResponseCode(int value)
int32 responseCode = 9;value - The responseCode to set.public ServiceMeshMetric.Builder clearResponseCode()
int32 responseCode = 9;public boolean getStatus()
Status represents the response status of this calling.
bool status = 10;getStatus in interface ServiceMeshMetricOrBuilderpublic ServiceMeshMetric.Builder setStatus(boolean value)
Status represents the response status of this calling.
bool status = 10;value - The status to set.public ServiceMeshMetric.Builder clearStatus()
Status represents the response status of this calling.
bool status = 10;public int getProtocolValue()
.skywalking.v3.Protocol protocol = 11;getProtocolValue in interface ServiceMeshMetricOrBuilderpublic ServiceMeshMetric.Builder setProtocolValue(int value)
.skywalking.v3.Protocol protocol = 11;value - The enum numeric value on the wire for protocol to set.public Protocol getProtocol()
.skywalking.v3.Protocol protocol = 11;getProtocol in interface ServiceMeshMetricOrBuilderpublic ServiceMeshMetric.Builder setProtocol(Protocol value)
.skywalking.v3.Protocol protocol = 11;value - The protocol to set.public ServiceMeshMetric.Builder clearProtocol()
.skywalking.v3.Protocol protocol = 11;public int getDetectPointValue()
.skywalking.v3.DetectPoint detectPoint = 12;getDetectPointValue in interface ServiceMeshMetricOrBuilderpublic ServiceMeshMetric.Builder setDetectPointValue(int value)
.skywalking.v3.DetectPoint detectPoint = 12;value - The enum numeric value on the wire for detectPoint to set.public DetectPoint getDetectPoint()
.skywalking.v3.DetectPoint detectPoint = 12;getDetectPoint in interface ServiceMeshMetricOrBuilderpublic ServiceMeshMetric.Builder setDetectPoint(DetectPoint value)
.skywalking.v3.DetectPoint detectPoint = 12;value - The detectPoint to set.public ServiceMeshMetric.Builder clearDetectPoint()
.skywalking.v3.DetectPoint detectPoint = 12;public String getTlsMode()
NONE, mTLS, or TLS
string tlsMode = 13;getTlsMode in interface ServiceMeshMetricOrBuilderpublic com.google.protobuf.ByteString getTlsModeBytes()
NONE, mTLS, or TLS
string tlsMode = 13;getTlsModeBytes in interface ServiceMeshMetricOrBuilderpublic ServiceMeshMetric.Builder setTlsMode(String value)
NONE, mTLS, or TLS
string tlsMode = 13;value - The tlsMode to set.public ServiceMeshMetric.Builder clearTlsMode()
NONE, mTLS, or TLS
string tlsMode = 13;public ServiceMeshMetric.Builder setTlsModeBytes(com.google.protobuf.ByteString value)
NONE, mTLS, or TLS
string tlsMode = 13;value - The bytes for tlsMode to set.public String getInternalErrorCode()
The sidecar/proxy internal error code, the value bases on the implementation. The envoy internal error codes are listed here, https://www.envoyproxy.io/docs/envoy/latest/api-v2/data/accesslog/v2/accesslog.proto#data-accesslog-v2-responseflags
string internalErrorCode = 14;getInternalErrorCode in interface ServiceMeshMetricOrBuilderpublic com.google.protobuf.ByteString getInternalErrorCodeBytes()
The sidecar/proxy internal error code, the value bases on the implementation. The envoy internal error codes are listed here, https://www.envoyproxy.io/docs/envoy/latest/api-v2/data/accesslog/v2/accesslog.proto#data-accesslog-v2-responseflags
string internalErrorCode = 14;getInternalErrorCodeBytes in interface ServiceMeshMetricOrBuilderpublic ServiceMeshMetric.Builder setInternalErrorCode(String value)
The sidecar/proxy internal error code, the value bases on the implementation. The envoy internal error codes are listed here, https://www.envoyproxy.io/docs/envoy/latest/api-v2/data/accesslog/v2/accesslog.proto#data-accesslog-v2-responseflags
string internalErrorCode = 14;value - The internalErrorCode to set.public ServiceMeshMetric.Builder clearInternalErrorCode()
The sidecar/proxy internal error code, the value bases on the implementation. The envoy internal error codes are listed here, https://www.envoyproxy.io/docs/envoy/latest/api-v2/data/accesslog/v2/accesslog.proto#data-accesslog-v2-responseflags
string internalErrorCode = 14;public ServiceMeshMetric.Builder setInternalErrorCodeBytes(com.google.protobuf.ByteString value)
The sidecar/proxy internal error code, the value bases on the implementation. The envoy internal error codes are listed here, https://www.envoyproxy.io/docs/envoy/latest/api-v2/data/accesslog/v2/accesslog.proto#data-accesslog-v2-responseflags
string internalErrorCode = 14;value - The bytes for internalErrorCode to set.public boolean hasTcp()
The tcp detail of the mesh metrics if it's a TCP metrics, otherwise should be empty.
.skywalking.v3.TCPInfo tcp = 15;hasTcp in interface ServiceMeshMetricOrBuilderpublic TCPInfo getTcp()
The tcp detail of the mesh metrics if it's a TCP metrics, otherwise should be empty.
.skywalking.v3.TCPInfo tcp = 15;getTcp in interface ServiceMeshMetricOrBuilderpublic ServiceMeshMetric.Builder setTcp(TCPInfo value)
The tcp detail of the mesh metrics if it's a TCP metrics, otherwise should be empty.
.skywalking.v3.TCPInfo tcp = 15;public ServiceMeshMetric.Builder setTcp(TCPInfo.Builder builderForValue)
The tcp detail of the mesh metrics if it's a TCP metrics, otherwise should be empty.
.skywalking.v3.TCPInfo tcp = 15;public ServiceMeshMetric.Builder mergeTcp(TCPInfo value)
The tcp detail of the mesh metrics if it's a TCP metrics, otherwise should be empty.
.skywalking.v3.TCPInfo tcp = 15;public ServiceMeshMetric.Builder clearTcp()
The tcp detail of the mesh metrics if it's a TCP metrics, otherwise should be empty.
.skywalking.v3.TCPInfo tcp = 15;public TCPInfo.Builder getTcpBuilder()
The tcp detail of the mesh metrics if it's a TCP metrics, otherwise should be empty.
.skywalking.v3.TCPInfo tcp = 15;public TCPInfoOrBuilder getTcpOrBuilder()
The tcp detail of the mesh metrics if it's a TCP metrics, otherwise should be empty.
.skywalking.v3.TCPInfo tcp = 15;getTcpOrBuilder in interface ServiceMeshMetricOrBuilderpublic long getInternalRequestLatencyNanos()
Internal request(response) latency is the time cost inside the Envoy sidecar proxy. For more details, check https://www.envoyproxy.io/docs/envoy/v1.22.0/api-v3/data/accesslog/v3/accesslog.proto.html#data-accesslog-v3-accesslogcommon. internalRequestLatencyNanos is the interval between the first downstream byte received and the first upstream byte sent
int64 internalRequestLatencyNanos = 16;getInternalRequestLatencyNanos in interface ServiceMeshMetricOrBuilderpublic ServiceMeshMetric.Builder setInternalRequestLatencyNanos(long value)
Internal request(response) latency is the time cost inside the Envoy sidecar proxy. For more details, check https://www.envoyproxy.io/docs/envoy/v1.22.0/api-v3/data/accesslog/v3/accesslog.proto.html#data-accesslog-v3-accesslogcommon. internalRequestLatencyNanos is the interval between the first downstream byte received and the first upstream byte sent
int64 internalRequestLatencyNanos = 16;value - The internalRequestLatencyNanos to set.public ServiceMeshMetric.Builder clearInternalRequestLatencyNanos()
Internal request(response) latency is the time cost inside the Envoy sidecar proxy. For more details, check https://www.envoyproxy.io/docs/envoy/v1.22.0/api-v3/data/accesslog/v3/accesslog.proto.html#data-accesslog-v3-accesslogcommon. internalRequestLatencyNanos is the interval between the first downstream byte received and the first upstream byte sent
int64 internalRequestLatencyNanos = 16;public long getInternalResponseLatencyNanos()
internalResponseLatencyNanos = time_to_first_downstream_tx_byte - time_to_first_upstream_rx_byte;
| ... request workflow ... | upstream | ----- response -----> | proxy | ------- response -------> | client |
| time_to_first_upstream_rx_byte |
| time_to_last_downstream_tx_byte |
| internalResponseLatencyNanos |
int64 internalResponseLatencyNanos = 17;getInternalResponseLatencyNanos in interface ServiceMeshMetricOrBuilderpublic ServiceMeshMetric.Builder setInternalResponseLatencyNanos(long value)
internalResponseLatencyNanos = time_to_first_downstream_tx_byte - time_to_first_upstream_rx_byte;
| ... request workflow ... | upstream | ----- response -----> | proxy | ------- response -------> | client |
| time_to_first_upstream_rx_byte |
| time_to_last_downstream_tx_byte |
| internalResponseLatencyNanos |
int64 internalResponseLatencyNanos = 17;value - The internalResponseLatencyNanos to set.public ServiceMeshMetric.Builder clearInternalResponseLatencyNanos()
internalResponseLatencyNanos = time_to_first_downstream_tx_byte - time_to_first_upstream_rx_byte;
| ... request workflow ... | upstream | ----- response -----> | proxy | ------- response -------> | client |
| time_to_first_upstream_rx_byte |
| time_to_last_downstream_tx_byte |
| internalResponseLatencyNanos |
int64 internalResponseLatencyNanos = 17;public List<KeyStringValuePair> getSourceInstancePropertiesList()
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18;getSourceInstancePropertiesList in interface ServiceMeshMetricOrBuilderpublic int getSourceInstancePropertiesCount()
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18;getSourceInstancePropertiesCount in interface ServiceMeshMetricOrBuilderpublic KeyStringValuePair getSourceInstanceProperties(int index)
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18;getSourceInstanceProperties in interface ServiceMeshMetricOrBuilderpublic ServiceMeshMetric.Builder setSourceInstanceProperties(int index, KeyStringValuePair value)
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18;public ServiceMeshMetric.Builder setSourceInstanceProperties(int index, KeyStringValuePair.Builder builderForValue)
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18;public ServiceMeshMetric.Builder addSourceInstanceProperties(KeyStringValuePair value)
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18;public ServiceMeshMetric.Builder addSourceInstanceProperties(int index, KeyStringValuePair value)
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18;public ServiceMeshMetric.Builder addSourceInstanceProperties(KeyStringValuePair.Builder builderForValue)
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18;public ServiceMeshMetric.Builder addSourceInstanceProperties(int index, KeyStringValuePair.Builder builderForValue)
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18;public ServiceMeshMetric.Builder addAllSourceInstanceProperties(Iterable<? extends KeyStringValuePair> values)
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18;public ServiceMeshMetric.Builder clearSourceInstanceProperties()
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18;public ServiceMeshMetric.Builder removeSourceInstanceProperties(int index)
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18;public KeyStringValuePair.Builder getSourceInstancePropertiesBuilder(int index)
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18;public KeyStringValuePairOrBuilder getSourceInstancePropertiesOrBuilder(int index)
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18;getSourceInstancePropertiesOrBuilder in interface ServiceMeshMetricOrBuilderpublic List<? extends KeyStringValuePairOrBuilder> getSourceInstancePropertiesOrBuilderList()
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18;getSourceInstancePropertiesOrBuilderList in interface ServiceMeshMetricOrBuilderpublic KeyStringValuePair.Builder addSourceInstancePropertiesBuilder()
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18;public KeyStringValuePair.Builder addSourceInstancePropertiesBuilder(int index)
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18;public List<KeyStringValuePair.Builder> getSourceInstancePropertiesBuilderList()
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18;public List<KeyStringValuePair> getDestInstancePropertiesList()
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19;getDestInstancePropertiesList in interface ServiceMeshMetricOrBuilderpublic int getDestInstancePropertiesCount()
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19;getDestInstancePropertiesCount in interface ServiceMeshMetricOrBuilderpublic KeyStringValuePair getDestInstanceProperties(int index)
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19;getDestInstanceProperties in interface ServiceMeshMetricOrBuilderpublic ServiceMeshMetric.Builder setDestInstanceProperties(int index, KeyStringValuePair value)
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19;public ServiceMeshMetric.Builder setDestInstanceProperties(int index, KeyStringValuePair.Builder builderForValue)
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19;public ServiceMeshMetric.Builder addDestInstanceProperties(KeyStringValuePair value)
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19;public ServiceMeshMetric.Builder addDestInstanceProperties(int index, KeyStringValuePair value)
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19;public ServiceMeshMetric.Builder addDestInstanceProperties(KeyStringValuePair.Builder builderForValue)
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19;public ServiceMeshMetric.Builder addDestInstanceProperties(int index, KeyStringValuePair.Builder builderForValue)
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19;public ServiceMeshMetric.Builder addAllDestInstanceProperties(Iterable<? extends KeyStringValuePair> values)
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19;public ServiceMeshMetric.Builder clearDestInstanceProperties()
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19;public ServiceMeshMetric.Builder removeDestInstanceProperties(int index)
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19;public KeyStringValuePair.Builder getDestInstancePropertiesBuilder(int index)
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19;public KeyStringValuePairOrBuilder getDestInstancePropertiesOrBuilder(int index)
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19;getDestInstancePropertiesOrBuilder in interface ServiceMeshMetricOrBuilderpublic List<? extends KeyStringValuePairOrBuilder> getDestInstancePropertiesOrBuilderList()
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19;getDestInstancePropertiesOrBuilderList in interface ServiceMeshMetricOrBuilderpublic KeyStringValuePair.Builder addDestInstancePropertiesBuilder()
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19;public KeyStringValuePair.Builder addDestInstancePropertiesBuilder(int index)
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19;public List<KeyStringValuePair.Builder> getDestInstancePropertiesBuilderList()
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19;public final ServiceMeshMetric.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceMeshMetric.Builder>public final ServiceMeshMetric.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ServiceMeshMetric.Builder>Copyright © 2022 The Apache Software Foundation. All rights reserved.