Interface ContinuousProfilingServicePolicyQueryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ContinuousProfilingServicePolicyQuery,ContinuousProfilingServicePolicyQuery.Builder
public interface ContinuousProfilingServicePolicyQueryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionservice 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.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getServiceName
String getServiceName()service name of the each process
string serviceName = 1;- Returns:
- The serviceName.
-
getServiceNameBytes
com.google.protobuf.ByteString getServiceNameBytes()service name of the each process
string serviceName = 1;- Returns:
- 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;- Returns:
- 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;- Returns:
- The bytes for uuid.
-