接口 ContinuousProfilingServicePolicyQueryOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
public interface ContinuousProfilingServicePolicyQueryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明service name of the each processcom.google.protobuf.ByteStringservice name of the each processgetUuid()UUID represents the version(hash/shasum) of the current policies for the service.com.google.protobuf.ByteStringUUID 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.
-