CommitId

classe final pública CommitId

tensorflow.CommitId tipo tensorflow.CommitId

Classes aninhadas

aula CommitId.Builder tensorflow.CommitId tipo tensorflow.CommitId
enum CommitId.KindCase

Constantes

int CHANGELIST_FIELD_NUMBER
int HASH_FIELD_NUMBER
int PENDING_CHANGELIST_FIELD_NUMBER
int SNAPSHOT_FIELD_NUMBER

Métodos Públicos

boleano
igual a (objeto obj)
longo
getChangelist ()
 Submitted changelist.
CommitId estático
CommitId
final static 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.
int
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 com.google.protobuf.UnknownFieldSet
int
final booleano
static CommitId.Builder
newBuilder (protótipo CommitId )
static CommitId.Builder
CommitId.Builder
CommitId estático
parseDelimitedFrom (input InputStream)
CommitId estático
parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CommitId estático
parseFrom (dados ByteBuffer)
CommitId estático
parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CommitId estático
parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CommitId estático
parseFrom (com.google.protobuf.CodedInputStream input)
CommitId estático
parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CommitId estático
parseFrom (com.google.protobuf.ByteString data)
CommitId estático
parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CommitId estático
parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
CommitId.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

public static final int CHANGELIST_FIELD_NUMBER

Valor Constante: 1

public static final int HASH_FIELD_NUMBER

Valor constante: 2

public static final int PENDING_CHANGELIST_FIELD_NUMBER

Valor constante: 4

public static final int SNAPSHOT_FIELD_NUMBER

Valor Constante: 3

Métodos Públicos

public boolean equals (Object obj)

public long getChangelist ()

 Submitted changelist.
 
int64 changelist = 1;

public static CommitId getDefaultInstance ()

public CommitId getDefaultInstanceForType ()

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

public String getHash ()

string hash = 2;

public com.google.protobuf.ByteString getHashBytes ()

string hash = 2;

public CommitId.KindCase getKindCase ()

público getParserForType ()

public long getPendingChangelist ()

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

public int getSerializedSize ()

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 com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static CommitId.Builder newBuilder (protótipo CommitId )

public static CommitId.Builder newBuilder ()

public CommitId.Builder newBuilderForType ()

public static CommitId parseDelimitedFrom (InputStream input)

Lança
IOException

public static CommitId parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static CommitId parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

public static CommitId parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static CommitId parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static CommitId parseFrom (com.google.protobuf.CodedInputStream input)

Lança
IOException

public static CommitId parseFrom (byte [] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

public static CommitId parseFrom (com.google.protobuf.ByteString data)

Lança
InvalidProtocolBufferException

public static CommitId parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
IOException

public static CommitId parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lança
InvalidProtocolBufferException

estática pública analisador ()

public CommitId.Builder toBuilder ()

public void writeTo (saída com.google.protobuf.CodedOutputStream)

Lança
IOException