CommitId

CommitId de clase final pública

Protobuf tipo tensorflow.CommitId

Clases anidadas

clase CommitId.Builder Protobuf tipo tensorflow.CommitId
enumeración CommitId.KindCase

Constantes

En t CHANGELIST_FIELD_NUMBER
En t HASH_FIELD_NUMBER
En t PENDING_CHANGELIST_FIELD_NUMBER
En t SNAPSHOT_FIELD_NUMBER

Métodos públicos

booleano
es igual a (Objeto obj)
largo
getChangelist ()
 Submitted changelist.
static CommitId
CommitId
com.google.protobuf.Descriptors.Descriptor estático final
Cuerda
getHash ()
string hash = 2;
com.google.protobuf.ByteString
getHashBytes ()
string hash = 2;
CommitId.KindCase
largo
getPendingChangelist ()
 Changelist tested if the change list is not already submitted.
En t
Cuerda
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
En t
booleano final
static CommitId.Builder
newBuilder (prototipo CommitId )
static CommitId.Builder
CommitId.Builder
static CommitId
parseDelimitedFrom (entrada InputStream)
static CommitId
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommitId
parseFrom (datos ByteBuffer)
static CommitId
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommitId
parseFrom (datos ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommitId
parseFrom (entrada com.google.protobuf.CodedInputStream)
static CommitId
parseFrom (byte [] datos, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommitId
parseFrom (datos com.google.protobuf.ByteString)
static CommitId
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CommitId
parseFrom (datos com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
CommitId.Builder
vacío
writeTo (salida de com.google.protobuf.CodedOutputStream)

Métodos heredados

Constantes

público estático 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 es igual a (Object obj)

public long getChangelist ()

 Submitted changelist.
 
int64 changelist = 1; lista de 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 (prototipo de CommitId )

public static CommitId.Builder newBuilder ()

public CommitId.Builder newBuilderForType ()

public static CommitId parseDelimitedFrom (entrada InputStream)

Lanza
IOException

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

Lanza
IOException

public static CommitId parseFrom (datos ByteBuffer)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

CommitId estático público parseFrom (entrada com.google.protobuf.CodedInputStream)

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

CommitId estático público parseFrom (datos de com.google.protobuf.ByteString)

Lanza
InvalidProtocolBufferException

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

Lanza
IOException

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

Lanza
InvalidProtocolBufferException

público estático analizador ()

public CommitId.Builder toBuilder ()

public void writeTo (salida de com.google.protobuf.CodedOutputStream)

Lanza
IOException