public static interface SessionOutput.DiagnosticInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getMessages(int index)
public abstract Message getMessages(int index)List of the messages that happened during the processing.
repeated .google.cloud.ces.v1.Message messages = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Message |
|
getMessagesCount()
public abstract int getMessagesCount()List of the messages that happened during the processing.
repeated .google.cloud.ces.v1.Message messages = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getMessagesList()
public abstract List<Message> getMessagesList()List of the messages that happened during the processing.
repeated .google.cloud.ces.v1.Message messages = 1;
| Returns | |
|---|---|
| Type | Description |
List<Message> |
|
getMessagesOrBuilder(int index)
public abstract MessageOrBuilder getMessagesOrBuilder(int index)List of the messages that happened during the processing.
repeated .google.cloud.ces.v1.Message messages = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
MessageOrBuilder |
|
getMessagesOrBuilderList()
public abstract List<? extends MessageOrBuilder> getMessagesOrBuilderList()List of the messages that happened during the processing.
repeated .google.cloud.ces.v1.Message messages = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.ces.v1.MessageOrBuilder> |
|
getRootSpan()
public abstract Span getRootSpan()A trace of the entire request processing, represented as a root span. This span can contain nested child spans for specific operations.
.google.cloud.ces.v1.Span root_span = 3;
| Returns | |
|---|---|
| Type | Description |
Span |
The rootSpan. |
getRootSpanOrBuilder()
public abstract SpanOrBuilder getRootSpanOrBuilder()A trace of the entire request processing, represented as a root span. This span can contain nested child spans for specific operations.
.google.cloud.ces.v1.Span root_span = 3;
| Returns | |
|---|---|
| Type | Description |
SpanOrBuilder |
|
hasRootSpan()
public abstract boolean hasRootSpan()A trace of the entire request processing, represented as a root span. This span can contain nested child spans for specific operations.
.google.cloud.ces.v1.Span root_span = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the rootSpan field is set. |