public static final class StackifyProto.LogGroup.Log.Error.EnvironmentDetail extends com.google.protobuf.GeneratedMessageV3 implements StackifyProto.LogGroup.Log.Error.EnvironmentDetailOrBuilder
stackify.LogGroup.Log.Error.EnvironmentDetail| Modifier and Type | Class and Description |
|---|---|
static class |
StackifyProto.LogGroup.Log.Error.EnvironmentDetail.Builder
Protobuf type
stackify.LogGroup.Log.Error.EnvironmentDetail |
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 |
APPLICATION_LOCATION_FIELD_NUMBER |
static int |
APPLICATION_NAME_FIELD_NUMBER |
static int |
CONFIGURED_APPLICATION_NAME_FIELD_NUMBER |
static int |
CONFIGURED_ENVIRONMENT_NAME_FIELD_NUMBER |
static int |
DEVICE_NAME_FIELD_NUMBER |
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 DEVICE_NAME_FIELD_NUMBER
public static final int APPLICATION_NAME_FIELD_NUMBER
public static final int APPLICATION_LOCATION_FIELD_NUMBER
public static final int CONFIGURED_APPLICATION_NAME_FIELD_NUMBER
public static final int CONFIGURED_ENVIRONMENT_NAME_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 String getDeviceName()
REQUIRED. The name of the device. Example: "PROD-RS-Debian-7"
string device_name = 1;getDeviceName in interface StackifyProto.LogGroup.Log.Error.EnvironmentDetailOrBuilderpublic com.google.protobuf.ByteString getDeviceNameBytes()
REQUIRED. The name of the device. Example: "PROD-RS-Debian-7"
string device_name = 1;getDeviceNameBytes in interface StackifyProto.LogGroup.Log.Error.EnvironmentDetailOrBuilderpublic String getApplicationName()
REQUIRED. The name of the application. Example: "stackify-agent"
string application_name = 2;getApplicationName in interface StackifyProto.LogGroup.Log.Error.EnvironmentDetailOrBuilderpublic com.google.protobuf.ByteString getApplicationNameBytes()
REQUIRED. The name of the application. Example: "stackify-agent"
string application_name = 2;getApplicationNameBytes in interface StackifyProto.LogGroup.Log.Error.EnvironmentDetailOrBuilderpublic String getApplicationLocation()
Optional. The full directory path for the application. Example: "/usr/local/stackify/stackify-agent"
string application_location = 3;getApplicationLocation in interface StackifyProto.LogGroup.Log.Error.EnvironmentDetailOrBuilderpublic com.google.protobuf.ByteString getApplicationLocationBytes()
Optional. The full directory path for the application. Example: "/usr/local/stackify/stackify-agent"
string application_location = 3;getApplicationLocationBytes in interface StackifyProto.LogGroup.Log.Error.EnvironmentDetailOrBuilderpublic String getConfiguredApplicationName()
Optional. The name of the application. This overrides the AppName field. Example: "my-stackify-agent"
string configured_application_name = 4;getConfiguredApplicationName in interface StackifyProto.LogGroup.Log.Error.EnvironmentDetailOrBuilderpublic com.google.protobuf.ByteString getConfiguredApplicationNameBytes()
Optional. The name of the application. This overrides the AppName field. Example: "my-stackify-agent"
string configured_application_name = 4;getConfiguredApplicationNameBytes in interface StackifyProto.LogGroup.Log.Error.EnvironmentDetailOrBuilderpublic String getConfiguredEnvironmentName()
Optional. The environment name. If the device is monitored by Stackify, we will use the environment associated to the device. If the device is not monitored by Stackify, this should be specified. Example: "Prod"
string configured_environment_name = 5;getConfiguredEnvironmentName in interface StackifyProto.LogGroup.Log.Error.EnvironmentDetailOrBuilderpublic com.google.protobuf.ByteString getConfiguredEnvironmentNameBytes()
Optional. The environment name. If the device is monitored by Stackify, we will use the environment associated to the device. If the device is not monitored by Stackify, this should be specified. Example: "Prod"
string configured_environment_name = 5;getConfiguredEnvironmentNameBytes in interface StackifyProto.LogGroup.Log.Error.EnvironmentDetailOrBuilderpublic 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 StackifyProto.LogGroup.Log.Error.EnvironmentDetail parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StackifyProto.LogGroup.Log.Error.EnvironmentDetail parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StackifyProto.LogGroup.Log.Error.EnvironmentDetail parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StackifyProto.LogGroup.Log.Error.EnvironmentDetail parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StackifyProto.LogGroup.Log.Error.EnvironmentDetail parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StackifyProto.LogGroup.Log.Error.EnvironmentDetail parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StackifyProto.LogGroup.Log.Error.EnvironmentDetail parseFrom(InputStream input) throws IOException
IOExceptionpublic static StackifyProto.LogGroup.Log.Error.EnvironmentDetail parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StackifyProto.LogGroup.Log.Error.EnvironmentDetail parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static StackifyProto.LogGroup.Log.Error.EnvironmentDetail parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static StackifyProto.LogGroup.Log.Error.EnvironmentDetail parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static StackifyProto.LogGroup.Log.Error.EnvironmentDetail parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic StackifyProto.LogGroup.Log.Error.EnvironmentDetail.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static StackifyProto.LogGroup.Log.Error.EnvironmentDetail.Builder newBuilder()
public static StackifyProto.LogGroup.Log.Error.EnvironmentDetail.Builder newBuilder(StackifyProto.LogGroup.Log.Error.EnvironmentDetail prototype)
public StackifyProto.LogGroup.Log.Error.EnvironmentDetail.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected StackifyProto.LogGroup.Log.Error.EnvironmentDetail.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static StackifyProto.LogGroup.Log.Error.EnvironmentDetail getDefaultInstance()
public static com.google.protobuf.Parser<StackifyProto.LogGroup.Log.Error.EnvironmentDetail> parser()
public com.google.protobuf.Parser<StackifyProto.LogGroup.Log.Error.EnvironmentDetail> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public StackifyProto.LogGroup.Log.Error.EnvironmentDetail getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Stackify, LLC. All rights reserved.