Class SessionOutput.DiagnosticInfo (0.1.0)

public static final class SessionOutput.DiagnosticInfo extends GeneratedMessage implements SessionOutput.DiagnosticInfoOrBuilder

Contains execution details during the processing.

Protobuf type google.cloud.ces.v1.SessionOutput.DiagnosticInfo

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > SessionOutput.DiagnosticInfo

Static Fields

MESSAGES_FIELD_NUMBER

public static final int MESSAGES_FIELD_NUMBER
Field Value
Type Description
int

ROOT_SPAN_FIELD_NUMBER

public static final int ROOT_SPAN_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static SessionOutput.DiagnosticInfo getDefaultInstance()
Returns
Type Description
SessionOutput.DiagnosticInfo

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static SessionOutput.DiagnosticInfo.Builder newBuilder()
Returns
Type Description
SessionOutput.DiagnosticInfo.Builder

newBuilder(SessionOutput.DiagnosticInfo prototype)

public static SessionOutput.DiagnosticInfo.Builder newBuilder(SessionOutput.DiagnosticInfo prototype)
Parameter
Name Description
prototype SessionOutput.DiagnosticInfo
Returns
Type Description
SessionOutput.DiagnosticInfo.Builder

parseDelimitedFrom(InputStream input)

public static SessionOutput.DiagnosticInfo parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SessionOutput.DiagnosticInfo
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SessionOutput.DiagnosticInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SessionOutput.DiagnosticInfo
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static SessionOutput.DiagnosticInfo parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
SessionOutput.DiagnosticInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static SessionOutput.DiagnosticInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SessionOutput.DiagnosticInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static SessionOutput.DiagnosticInfo parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
SessionOutput.DiagnosticInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static SessionOutput.DiagnosticInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SessionOutput.DiagnosticInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static SessionOutput.DiagnosticInfo parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
SessionOutput.DiagnosticInfo
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static SessionOutput.DiagnosticInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SessionOutput.DiagnosticInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static SessionOutput.DiagnosticInfo parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
SessionOutput.DiagnosticInfo
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static SessionOutput.DiagnosticInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SessionOutput.DiagnosticInfo
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static SessionOutput.DiagnosticInfo parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
SessionOutput.DiagnosticInfo
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static SessionOutput.DiagnosticInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
SessionOutput.DiagnosticInfo
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<SessionOutput.DiagnosticInfo> parser()
Returns
Type Description
Parser<DiagnosticInfo>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public SessionOutput.DiagnosticInfo getDefaultInstanceForType()
Returns
Type Description
SessionOutput.DiagnosticInfo

getMessages(int index)

public 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 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 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 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 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>

getParserForType()

public Parser<SessionOutput.DiagnosticInfo> getParserForType()
Returns
Type Description
Parser<DiagnosticInfo>
Overrides

getRootSpan()

public 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 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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasRootSpan()

public 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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public SessionOutput.DiagnosticInfo.Builder newBuilderForType()
Returns
Type Description
SessionOutput.DiagnosticInfo.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected SessionOutput.DiagnosticInfo.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
SessionOutput.DiagnosticInfo.Builder
Overrides

toBuilder()

public SessionOutput.DiagnosticInfo.Builder toBuilder()
Returns
Type Description
SessionOutput.DiagnosticInfo.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException