CodeLocation.Builder

パブリック静的最終クラスCodeLocation.Builder

 Code location information: A stack trace with host-name information.
 Instead of encoding the detailed stack trace, this proto refers to IDs of
 stack frames stored as `StackFrameWithId` protos.
 
Protobuf 型tensorflow.CodeLocation

パブリックメソッド

コードロケーションビルダー
addAllStackFrameIds (Iterable<String> 値)
 ID to a stack frame, each of which is pointed to
 by a unique ID.
コードロケーションビルダー
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
コードロケーションビルダー
addStackFrameIds (文字列値)
 ID to a stack frame, each of which is pointed to
 by a unique ID.
コードロケーションビルダー
addStackFrameIdsBytes (com.google.protobuf.ByteString 値)
 ID to a stack frame, each of which is pointed to
 by a unique ID.
コードの場所
建てる()
コードの場所
コードロケーションビルダー
クリア()
コードロケーションビルダー
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
コードロケーションビルダー
クリアホスト名()
 Host name on which the source files are located.
コードロケーションビルダー
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
コードロケーションビルダー
clearStackFrameIds ()
 ID to a stack frame, each of which is pointed to
 by a unique ID.
コードロケーションビルダー
コードの場所
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getホスト名()
 Host name on which the source files are located.
com.google.protobuf.ByteString
getHostNameBytes ()
 Host name on which the source files are located.
getStackFrameIds (int インデックス)
 ID to a stack frame, each of which is pointed to
 by a unique ID.
com.google.protobuf.ByteString
getStackFrameIdsBytes (int インデックス)
 ID to a stack frame, each of which is pointed to
 by a unique ID.
整数
getStackFrameIdsCount ()
 ID to a stack frame, each of which is pointed to
 by a unique ID.
com.google.protobuf.ProtocolStringList
getStackFrameIdsList ()
 ID to a stack frame, each of which is pointed to
 by a unique ID.
最終ブール値
コードロケーションビルダー
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
コードロケーションビルダー
mergeFrom (com.google.protobuf.Message other)
最終的なCodeLocation.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
コードロケーションビルダー
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
コードロケーションビルダー
setHostName (文字列値)
 Host name on which the source files are located.
コードロケーションビルダー
setHostNameBytes (com.google.protobuf.ByteString 値)
 Host name on which the source files are located.
コードロケーションビルダー
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
コードロケーションビルダー
setStackFrameIds (int インデックス、文字列値)
 ID to a stack frame, each of which is pointed to
 by a unique ID.
最終的なCodeLocation.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)

継承されたメソッド

パブリックメソッド

public CodeLocation.Builder addAllStackFrameIds (Iterable<String> 値)

 ID to a stack frame, each of which is pointed to
 by a unique ID. The ordering of the frames is consistent with Python's
 `traceback.extract_tb()`.
 
repeated string stack_frame_ids = 2;

public CodeLocation.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public CodeLocation.Builder addStackFrameIds (文字列値)

 ID to a stack frame, each of which is pointed to
 by a unique ID. The ordering of the frames is consistent with Python's
 `traceback.extract_tb()`.
 
repeated string stack_frame_ids = 2;

public CodeLocation.Builder addStackFrameIdsBytes (com.google.protobuf.ByteString 値)

 ID to a stack frame, each of which is pointed to
 by a unique ID. The ordering of the frames is consistent with Python's
 `traceback.extract_tb()`.
 
repeated string stack_frame_ids = 2;

public CodeLocationビルド()

public CodeLocation buildPartial ()

public CodeLocation.Builder Clear ()

public CodeLocation.Builder clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)

public CodeLocation.Builder clearHostName ()

 Host name on which the source files are located.
 
string host_name = 1;

public CodeLocation.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public CodeLocation.Builder clearStackFrameIds ()

 ID to a stack frame, each of which is pointed to
 by a unique ID. The ordering of the frames is consistent with Python's
 `traceback.extract_tb()`.
 
repeated string stack_frame_ids = 2;

public CodeLocation.Builderクローン()

public CodeLocation getDefaultInstanceForType ()

public static Final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

パブリック String getHostName ()

 Host name on which the source files are located.
 
string host_name = 1;

public com.google.protobuf.ByteString getHostNameBytes ()

 Host name on which the source files are located.
 
string host_name = 1;

public String getStackFrameIds (int インデックス)

 ID to a stack frame, each of which is pointed to
 by a unique ID. The ordering of the frames is consistent with Python's
 `traceback.extract_tb()`.
 
repeated string stack_frame_ids = 2;

public com.google.protobuf.ByteString getStackFrameIdsBytes (int インデックス)

 ID to a stack frame, each of which is pointed to
 by a unique ID. The ordering of the frames is consistent with Python's
 `traceback.extract_tb()`.
 
repeated string stack_frame_ids = 2;

public int getStackFrameIdsCount ()

 ID to a stack frame, each of which is pointed to
 by a unique ID. The ordering of the frames is consistent with Python's
 `traceback.extract_tb()`.
 
repeated string stack_frame_ids = 2;

public com.google.protobuf.ProtocolStringList getStackFrameIdsList ()

 ID to a stack frame, each of which is pointed to
 by a unique ID. The ordering of the frames is consistent with Python's
 `traceback.extract_tb()`.
 
repeated string stack_frame_ids = 2;

パブリック最終ブール値isInitialized ()

public CodeLocation.Builder mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)

投げる
IO例外

public CodeLocation.Builder mergeFrom (com.google.protobuf.Message other)

public Final CodeLocation.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet knownFields)

public CodeLocation.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)

public CodeLocation.Builder setHostName (文字列値)

 Host name on which the source files are located.
 
string host_name = 1;

public CodeLocation.Builder setHostNameBytes (com.google.protobuf.ByteString 値)

 Host name on which the source files are located.
 
string host_name = 1;

public CodeLocation.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)

public CodeLocation.Builder setStackFrameIds (int インデックス、文字列値)

 ID to a stack frame, each of which is pointed to
 by a unique ID. The ordering of the frames is consistent with Python's
 `traceback.extract_tb()`.
 
repeated string stack_frame_ids = 2;

public Final CodeLocation.Builder setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)