public static interface StackifyProto.LogGroupOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationLocation()
Optional.
|
com.google.protobuf.ByteString |
getApplicationLocationBytes()
Optional.
|
String |
getApplicationName()
REQUIRED The name of the application.
|
com.google.protobuf.ByteString |
getApplicationNameBytes()
REQUIRED The name of the application.
|
StackifyProto.LogGroup.Container |
getContainer()
.stackify.LogGroup.Container container = 8; |
StackifyProto.LogGroup.ContainerOrBuilder |
getContainerOrBuilder()
.stackify.LogGroup.Container container = 8; |
String |
getEnvironment()
REQUIRED The environment name.
|
com.google.protobuf.ByteString |
getEnvironmentBytes()
REQUIRED The environment name.
|
StackifyProto.LogGroup.Kubernetes |
getKubernetes()
.stackify.LogGroup.Kubernetes kubernetes = 9; |
StackifyProto.LogGroup.KubernetesOrBuilder |
getKubernetesOrBuilder()
.stackify.LogGroup.Kubernetes kubernetes = 9; |
String |
getLogger()
REQUIRED The name and version of the logging project generating this request.
|
com.google.protobuf.ByteString |
getLoggerBytes()
REQUIRED The name and version of the logging project generating this request.
|
StackifyProto.LogGroup.Log |
getLogs(int index)
repeated .stackify.LogGroup.Log logs = 7; |
int |
getLogsCount()
repeated .stackify.LogGroup.Log logs = 7; |
List<StackifyProto.LogGroup.Log> |
getLogsList()
repeated .stackify.LogGroup.Log logs = 7; |
StackifyProto.LogGroup.LogOrBuilder |
getLogsOrBuilder(int index)
repeated .stackify.LogGroup.Log logs = 7; |
List<? extends StackifyProto.LogGroup.LogOrBuilder> |
getLogsOrBuilderList()
repeated .stackify.LogGroup.Log logs = 7; |
String |
getPlatform()
The logging language.
|
com.google.protobuf.ByteString |
getPlatformBytes()
The logging language.
|
String |
getServerName()
REQUIRED The name of the device.
|
com.google.protobuf.ByteString |
getServerNameBytes()
REQUIRED The name of the device.
|
boolean |
hasContainer()
.stackify.LogGroup.Container container = 8; |
boolean |
hasKubernetes()
.stackify.LogGroup.Kubernetes kubernetes = 9; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getEnvironment()
REQUIRED The environment name. Example: "Prod"
string environment = 1;com.google.protobuf.ByteString getEnvironmentBytes()
REQUIRED The environment name. Example: "Prod"
string environment = 1;String getServerName()
REQUIRED The name of the device. Example: "PROD-RS-Debian-7"
string server_name = 2;com.google.protobuf.ByteString getServerNameBytes()
REQUIRED The name of the device. Example: "PROD-RS-Debian-7"
string server_name = 2;String getApplicationName()
REQUIRED The name of the application. Example: "stackify-agent"
string application_name = 3;com.google.protobuf.ByteString getApplicationNameBytes()
REQUIRED The name of the application. Example: "stackify-agent"
string application_name = 3;String getApplicationLocation()
Optional. The full directory path for the application. Example: "/usr/local/stackify/stackify-agent"
string application_location = 4;com.google.protobuf.ByteString getApplicationLocationBytes()
Optional. The full directory path for the application. Example: "/usr/local/stackify/stackify-agent"
string application_location = 4;String getLogger()
REQUIRED The name and version of the logging project generating this request. Example: "stackify-log-log4j12-1.0.12"
string logger = 5;com.google.protobuf.ByteString getLoggerBytes()
REQUIRED The name and version of the logging project generating this request. Example: "stackify-log-log4j12-1.0.12"
string logger = 5;String getPlatform()
The logging language. Example: "java"
string platform = 6;com.google.protobuf.ByteString getPlatformBytes()
The logging language. Example: "java"
string platform = 6;List<StackifyProto.LogGroup.Log> getLogsList()
repeated .stackify.LogGroup.Log logs = 7;StackifyProto.LogGroup.Log getLogs(int index)
repeated .stackify.LogGroup.Log logs = 7;int getLogsCount()
repeated .stackify.LogGroup.Log logs = 7;List<? extends StackifyProto.LogGroup.LogOrBuilder> getLogsOrBuilderList()
repeated .stackify.LogGroup.Log logs = 7;StackifyProto.LogGroup.LogOrBuilder getLogsOrBuilder(int index)
repeated .stackify.LogGroup.Log logs = 7;boolean hasContainer()
.stackify.LogGroup.Container container = 8;StackifyProto.LogGroup.Container getContainer()
.stackify.LogGroup.Container container = 8;StackifyProto.LogGroup.ContainerOrBuilder getContainerOrBuilder()
.stackify.LogGroup.Container container = 8;boolean hasKubernetes()
.stackify.LogGroup.Kubernetes kubernetes = 9;StackifyProto.LogGroup.Kubernetes getKubernetes()
.stackify.LogGroup.Kubernetes kubernetes = 9;StackifyProto.LogGroup.KubernetesOrBuilder getKubernetesOrBuilder()
.stackify.LogGroup.Kubernetes kubernetes = 9;Copyright © 2020 Stackify, LLC. All rights reserved.