public final class ServiceMeshMetric extends com.google.protobuf.GeneratedMessageV3 implements ServiceMeshMetricOrBuilder
skywalking.v3.ServiceMeshMetric| Modifier and Type | Class and Description |
|---|---|
static class |
ServiceMeshMetric.Builder
Protobuf type
skywalking.v3.ServiceMeshMetric |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DESTINSTANCEPROPERTIES_FIELD_NUMBER |
static int |
DESTSERVICEINSTANCE_FIELD_NUMBER |
static int |
DESTSERVICENAME_FIELD_NUMBER |
static int |
DETECTPOINT_FIELD_NUMBER |
static int |
ENDPOINT_FIELD_NUMBER |
static int |
ENDTIME_FIELD_NUMBER |
static int |
INTERNALERRORCODE_FIELD_NUMBER |
static int |
INTERNALREQUESTLATENCYNANOS_FIELD_NUMBER |
static int |
INTERNALRESPONSELATENCYNANOS_FIELD_NUMBER |
static int |
LATENCY_FIELD_NUMBER |
static int |
PROTOCOL_FIELD_NUMBER |
static int |
RESPONSECODE_FIELD_NUMBER |
static int |
SOURCEINSTANCEPROPERTIES_FIELD_NUMBER |
static int |
SOURCESERVICEINSTANCE_FIELD_NUMBER |
static int |
SOURCESERVICENAME_FIELD_NUMBER |
static int |
STARTTIME_FIELD_NUMBER |
static int |
STATUS_FIELD_NUMBER |
static int |
TCP_FIELD_NUMBER |
static int |
TLSMODE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ServiceMeshMetric |
getDefaultInstance() |
ServiceMeshMetric |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
KeyStringValuePair |
getDestInstanceProperties(int index)
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; |
com.google.protobuf.Parser<ServiceMeshMetric> |
getParserForType() |
Protocol |
getProtocol()
.skywalking.v3.Protocol protocol = 11; |
int |
getProtocolValue()
.skywalking.v3.Protocol protocol = 11; |
int |
getResponseCode()
int32 responseCode = 9; |
int |
getSerializedSize() |
KeyStringValuePair |
getSourceInstanceProperties(int index)
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.
|
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
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
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() |
static ServiceMeshMetric.Builder |
newBuilder() |
static ServiceMeshMetric.Builder |
newBuilder(ServiceMeshMetric prototype) |
ServiceMeshMetric.Builder |
newBuilderForType() |
protected ServiceMeshMetric.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ServiceMeshMetric |
parseDelimitedFrom(InputStream input) |
static ServiceMeshMetric |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceMeshMetric |
parseFrom(byte[] data) |
static ServiceMeshMetric |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceMeshMetric |
parseFrom(ByteBuffer data) |
static ServiceMeshMetric |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceMeshMetric |
parseFrom(com.google.protobuf.ByteString data) |
static ServiceMeshMetric |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceMeshMetric |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ServiceMeshMetric |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ServiceMeshMetric |
parseFrom(InputStream input) |
static ServiceMeshMetric |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ServiceMeshMetric> |
parser() |
ServiceMeshMetric.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int STARTTIME_FIELD_NUMBER
public static final int ENDTIME_FIELD_NUMBER
public static final int SOURCESERVICENAME_FIELD_NUMBER
public static final int SOURCESERVICEINSTANCE_FIELD_NUMBER
public static final int DESTSERVICENAME_FIELD_NUMBER
public static final int DESTSERVICEINSTANCE_FIELD_NUMBER
public static final int ENDPOINT_FIELD_NUMBER
public static final int LATENCY_FIELD_NUMBER
public static final int RESPONSECODE_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
public static final int PROTOCOL_FIELD_NUMBER
public static final int DETECTPOINT_FIELD_NUMBER
public static final int TLSMODE_FIELD_NUMBER
public static final int INTERNALERRORCODE_FIELD_NUMBER
public static final int TCP_FIELD_NUMBER
public static final int INTERNALREQUESTLATENCYNANOS_FIELD_NUMBER
public static final int INTERNALRESPONSELATENCYNANOS_FIELD_NUMBER
public static final int SOURCEINSTANCEPROPERTIES_FIELD_NUMBER
public static final int DESTINSTANCEPROPERTIES_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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 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 String getSourceServiceName()
string sourceServiceName = 3;getSourceServiceName in interface ServiceMeshMetricOrBuilderpublic com.google.protobuf.ByteString getSourceServiceNameBytes()
string sourceServiceName = 3;getSourceServiceNameBytes in interface ServiceMeshMetricOrBuilderpublic String getSourceServiceInstance()
string sourceServiceInstance = 4;getSourceServiceInstance in interface ServiceMeshMetricOrBuilderpublic com.google.protobuf.ByteString getSourceServiceInstanceBytes()
string sourceServiceInstance = 4;getSourceServiceInstanceBytes in interface ServiceMeshMetricOrBuilderpublic String getDestServiceName()
string destServiceName = 5;getDestServiceName in interface ServiceMeshMetricOrBuilderpublic com.google.protobuf.ByteString getDestServiceNameBytes()
string destServiceName = 5;getDestServiceNameBytes in interface ServiceMeshMetricOrBuilderpublic String getDestServiceInstance()
string destServiceInstance = 6;getDestServiceInstance in interface ServiceMeshMetricOrBuilderpublic com.google.protobuf.ByteString getDestServiceInstanceBytes()
string destServiceInstance = 6;getDestServiceInstanceBytes in interface ServiceMeshMetricOrBuilderpublic String getEndpoint()
string endpoint = 7;getEndpoint in interface ServiceMeshMetricOrBuilderpublic com.google.protobuf.ByteString getEndpointBytes()
string endpoint = 7;getEndpointBytes in interface ServiceMeshMetricOrBuilderpublic int getLatency()
int32 latency = 8;getLatency in interface ServiceMeshMetricOrBuilderpublic int getResponseCode()
int32 responseCode = 9;getResponseCode in interface ServiceMeshMetricOrBuilderpublic boolean getStatus()
Status represents the response status of this calling.
bool status = 10;getStatus in interface ServiceMeshMetricOrBuilderpublic int getProtocolValue()
.skywalking.v3.Protocol protocol = 11;getProtocolValue in interface ServiceMeshMetricOrBuilderpublic Protocol getProtocol()
.skywalking.v3.Protocol protocol = 11;getProtocol in interface ServiceMeshMetricOrBuilderpublic int getDetectPointValue()
.skywalking.v3.DetectPoint detectPoint = 12;getDetectPointValue in interface ServiceMeshMetricOrBuilderpublic DetectPoint getDetectPoint()
.skywalking.v3.DetectPoint detectPoint = 12;getDetectPoint in interface ServiceMeshMetricOrBuilderpublic 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 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 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 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 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 List<KeyStringValuePair> getSourceInstancePropertiesList()
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18;getSourceInstancePropertiesList in interface ServiceMeshMetricOrBuilderpublic List<? extends KeyStringValuePairOrBuilder> getSourceInstancePropertiesOrBuilderList()
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18;getSourceInstancePropertiesOrBuilderList 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 KeyStringValuePairOrBuilder getSourceInstancePropertiesOrBuilder(int index)
repeated .skywalking.v3.KeyStringValuePair sourceInstanceProperties = 18;getSourceInstancePropertiesOrBuilder in interface ServiceMeshMetricOrBuilderpublic List<KeyStringValuePair> getDestInstancePropertiesList()
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19;getDestInstancePropertiesList in interface ServiceMeshMetricOrBuilderpublic List<? extends KeyStringValuePairOrBuilder> getDestInstancePropertiesOrBuilderList()
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19;getDestInstancePropertiesOrBuilderList 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 KeyStringValuePairOrBuilder getDestInstancePropertiesOrBuilder(int index)
repeated .skywalking.v3.KeyStringValuePair destInstanceProperties = 19;getDestInstancePropertiesOrBuilder in interface ServiceMeshMetricOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static ServiceMeshMetric parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ServiceMeshMetric parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ServiceMeshMetric parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ServiceMeshMetric parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ServiceMeshMetric parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ServiceMeshMetric parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ServiceMeshMetric parseFrom(InputStream input) throws IOException
IOExceptionpublic static ServiceMeshMetric parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ServiceMeshMetric parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ServiceMeshMetric parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ServiceMeshMetric parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ServiceMeshMetric parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ServiceMeshMetric.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ServiceMeshMetric.Builder newBuilder()
public static ServiceMeshMetric.Builder newBuilder(ServiceMeshMetric prototype)
public ServiceMeshMetric.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ServiceMeshMetric.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ServiceMeshMetric getDefaultInstance()
public static com.google.protobuf.Parser<ServiceMeshMetric> parser()
public com.google.protobuf.Parser<ServiceMeshMetric> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ServiceMeshMetric getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 The Apache Software Foundation. All rights reserved.