public final class ProfileActionConfig extends com.google.protobuf.GeneratedMessageV3 implements ProfileActionConfigOrBuilder
Configuration for the profile watchdog action.Protobuf type
envoy.extensions.watchdog.profile_action.v3alpha.ProfileActionConfig| Modifier and Type | Class and Description |
|---|---|
static class |
ProfileActionConfig.Builder
Configuration for the profile watchdog action.
|
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 |
MAX_PROFILES_FIELD_NUMBER |
static int |
PROFILE_DURATION_FIELD_NUMBER |
static int |
PROFILE_PATH_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ProfileActionConfig |
getDefaultInstance() |
ProfileActionConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getMaxProfiles()
Limits the max number of profiles that can be generated by this action
over its lifetime to avoid filling the disk.
|
com.google.protobuf.Parser<ProfileActionConfig> |
getParserForType() |
com.google.protobuf.Duration |
getProfileDuration()
How long the profile should last.
|
com.google.protobuf.DurationOrBuilder |
getProfileDurationOrBuilder()
How long the profile should last.
|
String |
getProfilePath()
File path to the directory to output profiles.
|
com.google.protobuf.ByteString |
getProfilePathBytes()
File path to the directory to output profiles.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasProfileDuration()
How long the profile should last.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static ProfileActionConfig.Builder |
newBuilder() |
static ProfileActionConfig.Builder |
newBuilder(ProfileActionConfig prototype) |
ProfileActionConfig.Builder |
newBuilderForType() |
protected ProfileActionConfig.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static ProfileActionConfig |
parseDelimitedFrom(InputStream input) |
static ProfileActionConfig |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProfileActionConfig |
parseFrom(byte[] data) |
static ProfileActionConfig |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProfileActionConfig |
parseFrom(ByteBuffer data) |
static ProfileActionConfig |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProfileActionConfig |
parseFrom(com.google.protobuf.ByteString data) |
static ProfileActionConfig |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProfileActionConfig |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ProfileActionConfig |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProfileActionConfig |
parseFrom(InputStream input) |
static ProfileActionConfig |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ProfileActionConfig> |
parser() |
ProfileActionConfig.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, 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 PROFILE_DURATION_FIELD_NUMBER
public static final int PROFILE_PATH_FIELD_NUMBER
public static final int MAX_PROFILES_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 boolean hasProfileDuration()
How long the profile should last. If not set defaults to 5 seconds.
.google.protobuf.Duration profile_duration = 1;hasProfileDuration in interface ProfileActionConfigOrBuilderpublic com.google.protobuf.Duration getProfileDuration()
How long the profile should last. If not set defaults to 5 seconds.
.google.protobuf.Duration profile_duration = 1;getProfileDuration in interface ProfileActionConfigOrBuilderpublic com.google.protobuf.DurationOrBuilder getProfileDurationOrBuilder()
How long the profile should last. If not set defaults to 5 seconds.
.google.protobuf.Duration profile_duration = 1;getProfileDurationOrBuilder in interface ProfileActionConfigOrBuilderpublic String getProfilePath()
File path to the directory to output profiles.
string profile_path = 2 [(.validate.rules) = { ... }getProfilePath in interface ProfileActionConfigOrBuilderpublic com.google.protobuf.ByteString getProfilePathBytes()
File path to the directory to output profiles.
string profile_path = 2 [(.validate.rules) = { ... }getProfilePathBytes in interface ProfileActionConfigOrBuilderpublic long getMaxProfiles()
Limits the max number of profiles that can be generated by this action over its lifetime to avoid filling the disk. If not set (i.e. it's 0), a default of 10 will be used.
uint64 max_profiles = 3;getMaxProfiles in interface ProfileActionConfigOrBuilderpublic 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 ProfileActionConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProfileActionConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProfileActionConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProfileActionConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProfileActionConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProfileActionConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ProfileActionConfig parseFrom(InputStream input) throws IOException
IOExceptionpublic static ProfileActionConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProfileActionConfig parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ProfileActionConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ProfileActionConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ProfileActionConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ProfileActionConfig.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ProfileActionConfig.Builder newBuilder()
public static ProfileActionConfig.Builder newBuilder(ProfileActionConfig prototype)
public ProfileActionConfig.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected ProfileActionConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static ProfileActionConfig getDefaultInstance()
public static com.google.protobuf.Parser<ProfileActionConfig> parser()
public com.google.protobuf.Parser<ProfileActionConfig> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ProfileActionConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018–2021 The Envoy Project. All rights reserved.