PlatformInfo.Builder

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

Protobuf 型tensorflow.PlatformInfo

パブリックメソッド

プラットフォーム情報ビルダー
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
プラットフォーム情報
建てる()
プラットフォーム情報
プラットフォーム情報ビルダー
クリア()
プラットフォーム情報ビルダー
プラットフォーム情報ビルダー
clearField (com.google.protobuf.Descriptors.FieldDescriptor フィールド)
プラットフォーム情報ビルダー
プラットフォーム情報ビルダー
プラットフォーム情報ビルダー
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
プラットフォーム情報ビルダー
プラットフォーム情報ビルダー
プラットフォーム情報ビルダー
プラットフォーム情報ビルダー
getBits ()
 e.g.
com.google.protobuf.ByteString
getBitsBytes ()
 e.g.
プラットフォーム情報
最終的な静的 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getLinkage ()
 e.g.
com.google.protobuf.ByteString
getMachine ()
 e.g.
com.google.protobuf.ByteString
getRelease ()
 e.g.
com.google.protobuf.ByteString
com.google.protobuf.ByteString
com.google.protobuf.ByteString
最終ブール値
プラットフォーム情報ビルダー
mergeFrom (com.google.protobuf.CodedInputStream 入力、com.google.protobuf.ExtensionRegistryLite extensionRegistry)
プラットフォーム情報ビルダー
mergeFrom (com.google.protobuf.Message other)
最終的なPlatformInfo.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 不明フィールド)
プラットフォーム情報ビルダー
setBits (文字列値)
 e.g.
プラットフォーム情報ビルダー
setBitsBytes (com.google.protobuf.ByteString 値)
 e.g.
プラットフォーム情報ビルダー
setField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、オブジェクト値)
プラットフォーム情報ビルダー
setLinkage (文字列値)
 e.g.
プラットフォーム情報ビルダー
setLinkageBytes (com.google.protobuf.ByteString 値)
 e.g.
プラットフォーム情報ビルダー
setMachine (文字列値)
 e.g.
プラットフォーム情報ビルダー
setMachineBytes (com.google.protobuf.ByteString 値)
 e.g.
プラットフォーム情報ビルダー
setRelease (文字列値)
 e.g.
プラットフォーム情報ビルダー
setReleaseBytes (com.google.protobuf.ByteString 値)
 e.g.
プラットフォーム情報ビルダー
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor フィールド、int インデックス、オブジェクト値)
プラットフォーム情報ビルダー
setSystem (文字列値)
 e.g.
プラットフォーム情報ビルダー
setSystemBytes (com.google.protobuf.ByteString 値)
 e.g.
最終的なPlatformInfo.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSetknownFields)
プラットフォーム情報ビルダー
setVersion (文字列値)
 e.g.
プラットフォーム情報ビルダー
setVersionBytes (com.google.protobuf.ByteString 値)
 e.g.

継承されたメソッド

パブリックメソッド

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

パブリックPlatformInfoビルド()

public PlatformInfo buildPartial ()

public PlatformInfo.Builder clear ()

public PlatformInfo.Builder clearBits ()

 e.g. '64bit'
 
string bits = 1;

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

public PlatformInfo.Builder clearLinkage ()

 e.g. 'ELF'
 
string linkage = 2;

public PlatformInfo.Builder clearMachine ()

 e.g. 'i386'
 
string machine = 3;

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

public PlatformInfo.Builder clearRelease ()

 e.g. '3.13.0-76-generic'
 
string release = 4;

public PlatformInfo.Builder clearSystem ()

 e.g. 'Linux'
 
string system = 5;

public PlatformInfo.Builder clearVersion ()

 e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
 
string version = 6;

パブリックPlatformInfo.Builderクローン()

パブリック String getBits ()

 e.g. '64bit'
 
string bits = 1;

public com.google.protobuf.ByteString getBitsBytes ()

 e.g. '64bit'
 
string bits = 1;

public PlatformInfo getDefaultInstanceForType ()

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

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

パブリック String getLinkage ()

 e.g. 'ELF'
 
string linkage = 2;

public com.google.protobuf.ByteString getLinkageBytes ()

 e.g. 'ELF'
 
string linkage = 2;

パブリック String getMachine ()

 e.g. 'i386'
 
string machine = 3;

public com.google.protobuf.ByteString getMachineBytes ()

 e.g. 'i386'
 
string machine = 3;

パブリック String getRelease ()

 e.g. '3.13.0-76-generic'
 
string release = 4;

public com.google.protobuf.ByteString getReleaseBytes ()

 e.g. '3.13.0-76-generic'
 
string release = 4;

public String getSystem ()

 e.g. 'Linux'
 
string system = 5;

public com.google.protobuf.ByteString getSystemBytes ()

 e.g. 'Linux'
 
string system = 5;

public String getVersion ()

 e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
 
string version = 6;

public com.google.protobuf.ByteString getVersionBytes ()

 e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
 
string version = 6;

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

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

投げる
IO例外

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

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

public PlatformInfo.Builder setBits (文字列値)

 e.g. '64bit'
 
string bits = 1;

public PlatformInfo.Builder setBitsBytes (com.google.protobuf.ByteString 値)

 e.g. '64bit'
 
string bits = 1;

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

public PlatformInfo.Builder setLinkage (文字列値)

 e.g. 'ELF'
 
string linkage = 2;

public PlatformInfo.Builder setLinkageBytes (com.google.protobuf.ByteString 値)

 e.g. 'ELF'
 
string linkage = 2;

public PlatformInfo.Builder setMachine (文字列値)

 e.g. 'i386'
 
string machine = 3;

public PlatformInfo.Builder setMachineBytes (com.google.protobuf.ByteString 値)

 e.g. 'i386'
 
string machine = 3;

public PlatformInfo.Builder setRelease (文字列値)

 e.g. '3.13.0-76-generic'
 
string release = 4;

public PlatformInfo.Builder setReleaseBytes (com.google.protobuf.ByteString 値)

 e.g. '3.13.0-76-generic'
 
string release = 4;

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

public PlatformInfo.Builder setSystem (文字列値)

 e.g. 'Linux'
 
string system = 5;

public PlatformInfo.Builder setSystemBytes (com.google.protobuf.ByteString 値)

 e.g. 'Linux'
 
string system = 5;

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

public PlatformInfo.Builder setVersion (文字列値)

 e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
 
string version = 6;

public PlatformInfo.Builder setVersionBytes (com.google.protobuf.ByteString 値)

 e.g. '#120_Ubuntu SMP Mon Jan 18 15:59:10 UTC 2016'
 
string version = 6;