接口 ContinuousProfilingServicePolicyQueryOrBuilder

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

public interface ContinuousProfilingServicePolicyQueryOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    service name of the each process
    com.google.protobuf.ByteString
    service name of the each process
    UUID represents the version(hash/shasum) of the current policies for the service.
    com.google.protobuf.ByteString
    UUID represents the version(hash/shasum) of the current policies for the service.

    从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    从接口继承的方法 com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 方法详细资料

    • getServiceName

      String getServiceName()
       service name of the each process
       
      string serviceName = 1;
      返回:
      The serviceName.
    • getServiceNameBytes

      com.google.protobuf.ByteString getServiceNameBytes()
       service name of the each process
       
      string serviceName = 1;
      返回:
      The bytes for serviceName.
    • getUuid

      String getUuid()
       UUID represents the version(hash/shasum) of the current policies for the service.
       This is blank in the initialization stage and is set through the `ContinuousProfilingPolicyQuery` command response for the following rounds of queries.
       
      string uuid = 2;
      返回:
      The uuid.
    • getUuidBytes

      com.google.protobuf.ByteString getUuidBytes()
       UUID represents the version(hash/shasum) of the current policies for the service.
       This is blank in the initialization stage and is set through the `ContinuousProfilingPolicyQuery` command response for the following rounds of queries.
       
      string uuid = 2;
      返回:
      The bytes for uuid.