public static interface StackifyProto.LogGroup.Log.Error.EnvironmentDetailOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationLocation()
Optional.
|
com.google.protobuf.ByteString |
getApplicationLocationBytes()
Optional.
|
String |
getApplicationName()
REQUIRED.
|
com.google.protobuf.ByteString |
getApplicationNameBytes()
REQUIRED.
|
String |
getConfiguredApplicationName()
Optional.
|
com.google.protobuf.ByteString |
getConfiguredApplicationNameBytes()
Optional.
|
String |
getConfiguredEnvironmentName()
Optional.
|
com.google.protobuf.ByteString |
getConfiguredEnvironmentNameBytes()
Optional.
|
String |
getDeviceName()
REQUIRED.
|
com.google.protobuf.ByteString |
getDeviceNameBytes()
REQUIRED.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDeviceName()
REQUIRED. The name of the device. Example: "PROD-RS-Debian-7"
string device_name = 1;com.google.protobuf.ByteString getDeviceNameBytes()
REQUIRED. The name of the device. Example: "PROD-RS-Debian-7"
string device_name = 1;String getApplicationName()
REQUIRED. The name of the application. Example: "stackify-agent"
string application_name = 2;com.google.protobuf.ByteString getApplicationNameBytes()
REQUIRED. The name of the application. Example: "stackify-agent"
string application_name = 2;String getApplicationLocation()
Optional. The full directory path for the application. Example: "/usr/local/stackify/stackify-agent"
string application_location = 3;com.google.protobuf.ByteString getApplicationLocationBytes()
Optional. The full directory path for the application. Example: "/usr/local/stackify/stackify-agent"
string application_location = 3;String getConfiguredApplicationName()
Optional. The name of the application. This overrides the AppName field. Example: "my-stackify-agent"
string configured_application_name = 4;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;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;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;Copyright © 2019 Stackify, LLC. All rights reserved.