CommitId

classe final pública CommitId

Tipo de protobuf tensorflow.CommitId

Classes aninhadas

aula CommitId.Builder Tipo de protobuf tensorflow.CommitId
enumeração CommitId.KindCase

Constantes

interno CHANGELIST_FIELD_NUMBER
interno HASH_FIELD_NUMBER
interno PENDING_CHANGELIST_FIELD_NUMBER
interno SNAPSHOT_FIELD_NUMBER

Métodos Públicos

boleano
é igual (objeto obj)
longo
getChangelist ()
 Submitted changelist.
CommitId estático
ID do commit
final estático com.google.protobuf.Descriptors.Descriptor
Corda
obterHash ()
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.
interno
Corda
obter instantâneo ()
 Hash of intermediate change between hash/changelist and what was tested.
com.google.protobuf.ByteString
obterSnapshotBytes ()
 Hash of intermediate change between hash/changelist and what was tested.
final com.google.protobuf.UnknownFieldSet
interno
booleano final
CommitId.Builder estático
newBuilder (protótipo CommitId )
CommitId.Builder estático
CommitId.Builder
CommitId estático
parseDelimitedFrom (entrada InputStream)
CommitId estático
parseDelimitedFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CommitId estático
parseFrom (dados de ByteBuffer)
CommitId estático
parseFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CommitId estático
parseFrom (dados de ByteBuffer, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CommitId estático
parseFrom (entrada com.google.protobuf.CodedInputStream)
CommitId estático
parseFrom (byte[] dados, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CommitId estático
parseFrom (dados com.google.protobuf.ByteString)
CommitId estático
parseFrom (entrada InputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CommitId estático
parseFrom (dados com.google.protobuf.ByteString, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
estático
CommitId.Builder
vazio
writeTo (saída com.google.protobuf.CodedOutputStream)

Métodos herdados

Constantes

público estático final int CHANGELIST_FIELD_NUMBER

Valor Constante: 1

público estático final int HASH_FIELD_NUMBER

Valor Constante: 2

int final estático público PENDING_CHANGELIST_FIELD_NUMBER

Valor Constante: 4

público estático final int SNAPSHOT_FIELD_NUMBER

Valor Constante: 3

Métodos Públicos

booleano público é igual (Object obj)

público longo getChangelist ()

 Submitted changelist.
 
int64 changelist = 1;

public static CommitId getDefaultInstance ()

CommitId público getDefaultInstanceForType ()

final estático público com.google.protobuf.Descriptors.Descriptor getDescriptor ()

String pública getHash ()

string hash = 2;

público com.google.protobuf.ByteString getHashBytes ()

string hash = 2;

public CommitId.KindCase getKindCase ()

público getParserForType ()

público longo getPendingChangelist ()

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

público int getSerializedSize ()

String pública getSnapshot ()

instantâneo de string

 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;

público com.google.protobuf.ByteString getSnapshotBytes ()

instantâneo de string

 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;

final público com.google.protobuf.UnknownFieldSet getUnknownFields ()

hashCode int público ()

público final booleano isInitialized ()

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

público estático CommitId.Builder newBuilder ()

public CommitId.Builder newBuilderForType ()

public static CommitId parseDelimitedFrom (entrada InputStream)

Lança
IOException

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

Lança
IOException

public static CommitId parseFrom (dados ByteBuffer)

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

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

Lança
InvalidProtocolBufferException

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

Lança
IOException

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

Lança
InvalidProtocolBufferException

estática pública analisador ()

CommitId.Builder público paraBuilder ()

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

Lança
IOException