CommitId.Builder

public static final class CommitId.Builder

tensorflow.CommitId tipo tensorflow.CommitId

Métodos Públicos

CommitId.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
CommitId
build ()
CommitId
CommitId.Builder
limpar ()
CommitId.Builder
clearChangelist ()
 Submitted changelist.
CommitId.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
CommitId.Builder
clearHash ()
string hash = 2;
CommitId.Builder
CommitId.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
CommitId.Builder
clearPendingChangelist ()
 Changelist tested if the change list is not already submitted.
CommitId.Builder
clearSnapshot ()
 Hash of intermediate change between hash/changelist and what was tested.
CommitId.Builder
clone ()
longo
getChangelist ()
 Submitted changelist.
CommitId
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Fragmento
getHash ()
string hash = 2;
com.google.protobuf.ByteString
getHashBytes ()
string hash = 2;
CommitId.KindCase
longo
getPendingChangelist ()
 Changelist tested if the change list is not already submitted.
Fragmento
getSnapshot ()
 Hash of intermediate change between hash/changelist and what was tested.
com.google.protobuf.ByteString
getSnapshotBytes ()
 Hash of intermediate change between hash/changelist and what was tested.
final booleano
CommitId.Builder
mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CommitId.Builder
mergeFrom (com.google.protobuf.Message other)
CommitId.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
CommitId.Builder
setChangelist (valor longo)
 Submitted changelist.
CommitId.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
CommitId.Builder
setHash (valor String)
string hash = 2;
CommitId.Builder
setHashBytes (com.google.protobuf.ByteString value)
string hash = 2;
CommitId.Builder
setPendingChangelist (valor longo)
 Changelist tested if the change list is not already submitted.
CommitId.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
CommitId.Builder
setSnapshot (valor String)
 Hash of intermediate change between hash/changelist and what was tested.
CommitId.Builder
setSnapshotBytes (com.google.protobuf.ByteString value)
 Hash of intermediate change between hash/changelist and what was tested.
CommitId.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos herdados

Métodos Públicos

public CommitId.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

pública CommitId build ()

public CommitId buildPartial ()

public CommitId.Builder clear ()

public CommitId.Builder clearChangelist ()

 Submitted changelist.
 
int64 changelist = 1;

public CommitId.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public CommitId.Builder clearHash ()

string hash = 2;

public CommitId.Builder clearKind ()

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

public CommitId.Builder clearPendingChangelist ()

 Changelist tested if the change list is not already submitted.
 
int64 pending_changelist = 4;

public CommitId.Builder clearSnapshot ()

 Hash of intermediate change between hash/changelist and what was tested.
 Not used if the build is from a commit without modifications.
 
string snapshot = 3;

clone public CommitId.Builder ()

public long getChangelist ()

 Submitted changelist.
 
int64 changelist = 1;

public CommitId getDefaultInstanceForType ()

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

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

public String getHash ()

string hash = 2;

public com.google.protobuf.ByteString getHashBytes ()

string hash = 2;

public CommitId.KindCase getKindCase ()

public long getPendingChangelist ()

 Changelist tested if the change list is not already submitted.
 
int64 pending_changelist = 4;

public String getSnapshot ()

 Hash of intermediate change between hash/changelist and what was tested.
 Not used if the build is from a commit without modifications.
 
string snapshot = 3;

public com.google.protobuf.ByteString getSnapshotBytes ()

 Hash of intermediate change between hash/changelist and what was tested.
 Not used if the build is from a commit without modifications.
 
string snapshot = 3;

public final boolean isInitialized ()

public CommitId.Builder mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

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

public final CommitId.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public CommitId.Builder setChangelist (valor longo)

 Submitted changelist.
 
int64 changelist = 1;

public CommitId.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public CommitId.Builder setHash (valor da string)

string hash = 2;

public CommitId.Builder setHashBytes (valor com.google.protobuf.ByteString)

string hash = 2;

public CommitId.Builder setPendingChangelist (valor longo)

 Changelist tested if the change list is not already submitted.
 
int64 pending_changelist = 4;

public CommitId.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)

public CommitId.Builder setSnapshot (String value)

 Hash of intermediate change between hash/changelist and what was tested.
 Not used if the build is from a commit without modifications.
 
string snapshot = 3;

public CommitId.Builder setSnapshotBytes (com.google.protobuf.ByteString value)

 Hash of intermediate change between hash/changelist and what was tested.
 Not used if the build is from a commit without modifications.
 
string snapshot = 3;

public final CommitId.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)