StackFrameWithId.Builder

clase final estática pública StackFrameWithId.Builder

 A stack frame with ID.
 
Protobuf tipo tensorflow.StackFrameWithId

Métodos públicos

StackFrameWithId.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
Marco de pila con ID
Marco de pila con ID
StackFrameWithId.Builder
claro ()
StackFrameWithId.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
StackFrameWithId.Builder
borrarFileLineCol ()
 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
StackFrameWithId.Builder
borrarId ()
 A unique ID for the stack frame: A UUID-like string.
StackFrameWithId.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor uno de)
StackFrameWithId.Builder
clonar ()
Marco de pila con ID
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
GraphDebugInfo.FileLineCol
getFileLineCol ()
 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
GraphDebugInfo.FileLineCol.Builder
getFileLineColBuilder ()
 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
GraphDebugInfo.FileLineColOrBuilder
getFileLineColOrBuilder ()
 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
Cadena
obtenerId ()
 A unique ID for the stack frame: A UUID-like string.
com.google.protobuf.ByteString
obtenerIdBytes ()
 A unique ID for the stack frame: A UUID-like string.
booleano
hasFileLineCol ()
 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
booleano final
StackFrameWithId.Builder
mergeFileLineCol (valor GraphDebugInfo.FileLineCol )
 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
StackFrameWithId.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
StackFrameWithId.Builder
mergeFrom (com.google.protobuf.Message otro)
StackFrameWithId.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
StackFrameWithId.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
StackFrameWithId.Builder
setFileLineCol ( GraphDebugInfo.FileLineCol.Builder builderForValue)
 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
StackFrameWithId.Builder
setFileLineCol (valor GraphDebugInfo.FileLineCol )
 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
StackFrameWithId.Builder
setId (valor de cadena)
 A unique ID for the stack frame: A UUID-like string.
StackFrameWithId.Builder
setIdBytes (valor com.google.protobuf.ByteString)
 A unique ID for the stack frame: A UUID-like string.
StackFrameWithId.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
StackFrameWithId.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

Métodos heredados

Métodos públicos

público StackFrameWithId.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

compilación pública StackFrameWithId ()

StackFrameWithId público buildPartial ()

público StackFrameWithId.Builder claro ()

público StackFrameWithId.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

público StackFrameWithId.Builder clearFileLineCol ()

 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;

público StackFrameWithId.Builder clearId ()

 A unique ID for the stack frame: A UUID-like string.
 
string id = 1;

público StackFrameWithId.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

clon público StackFrameWithId.Builder ()

público StackFrameWithId getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

público GraphDebugInfo.FileLineCol getFileLineCol ()

 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;

público GraphDebugInfo.FileLineCol.Builder getFileLineColBuilder ()

 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;

público GraphDebugInfo.FileLineColOrBuilder getFileLineColOrBuilder ()

 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;

cadena pública getId ()

 A unique ID for the stack frame: A UUID-like string.
 
string id = 1;

público com.google.protobuf.ByteString getIdBytes ()

 A unique ID for the stack frame: A UUID-like string.
 
string id = 1;

hasFileLineCol booleano público ()

 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;

público final booleano isInitialized ()

StackFrameWithId.Builder público mergeFileLineCol (valor GraphDebugInfo.FileLineCol )

 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;

StackFrameWithId.Builder público mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)

Lanza
IOExcepción

StackFrameWithId.Builder público mergeFrom (com.google.protobuf.Message otro)

StackFrameWithId.Builder final público mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

público StackFrameWithId.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

público StackFrameWithId.Builder setFileLineCol ( GraphDebugInfo.FileLineCol.Builder builderForValue)

 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;

público StackFrameWithId.Builder setFileLineCol (valor GraphDebugInfo.FileLineCol )

 Stack frame, i.e., a frame of a stack trace, containing information
 regarding the file name, line number, function name, code content
 of the line, and column number (if available).
 
.tensorflow.GraphDebugInfo.FileLineCol file_line_col = 2;

público StackFrameWithId.Builder setId (valor de cadena)

 A unique ID for the stack frame: A UUID-like string.
 
string id = 1;

público StackFrameWithId.Builder setIdBytes (valor com.google.protobuf.ByteString)

 A unique ID for the stack frame: A UUID-like string.
 
string id = 1;

público StackFrameWithId.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

StackFrameWithId.Builder final público setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)