接口 InstancePropertiesOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
InstanceProperties, InstanceProperties.Builder

public interface InstancePropertiesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法详细资料

    • getService

      String getService()
      string service = 1;
      返回:
      The service.
    • getServiceBytes

      com.google.protobuf.ByteString getServiceBytes()
      string service = 1;
      返回:
      The bytes for service.
    • getServiceInstance

      String getServiceInstance()
      string serviceInstance = 2;
      返回:
      The serviceInstance.
    • getServiceInstanceBytes

      com.google.protobuf.ByteString getServiceInstanceBytes()
      string serviceInstance = 2;
      返回:
      The bytes for serviceInstance.
    • getPropertiesList

      List<KeyStringValuePair> getPropertiesList()
      repeated .skywalking.v3.KeyStringValuePair properties = 3;
    • getProperties

      KeyStringValuePair getProperties(int index)
      repeated .skywalking.v3.KeyStringValuePair properties = 3;
    • getPropertiesCount

      int getPropertiesCount()
      repeated .skywalking.v3.KeyStringValuePair properties = 3;
    • getPropertiesOrBuilderList

      List<? extends KeyStringValuePairOrBuilder> getPropertiesOrBuilderList()
      repeated .skywalking.v3.KeyStringValuePair properties = 3;
    • getPropertiesOrBuilder

      KeyStringValuePairOrBuilder getPropertiesOrBuilder(int index)
      repeated .skywalking.v3.KeyStringValuePair properties = 3;
    • getLayer

      String getLayer()
       Instance belong layer name which define in the backend, general is default.
       
      string layer = 4;
      返回:
      The layer.
    • getLayerBytes

      com.google.protobuf.ByteString getLayerBytes()
       Instance belong layer name which define in the backend, general is default.
       
      string layer = 4;
      返回:
      The bytes for layer.