CommitId.Builder

공개 정적 최종 클래스 CommitId.Builder

Protobuf 유형 tensorflow.CommitId

공개 방법

커밋Id.Builder
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
커밋 ID
짓다 ()
커밋 ID
커밋Id.Builder
커밋Id.Builder
클리어체인지리스트 ()
 Submitted changelist.
커밋Id.Builder
ClearField (com.google.protobuf.Descriptors.FieldDescriptor 필드)
커밋Id.Builder
클리어해시 ()
string hash = 2;
커밋Id.Builder
커밋Id.Builder
ClearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
커밋Id.Builder
클리어PendingChangelist ()
 Changelist tested if the change list is not already submitted.
커밋Id.Builder
클리어스냅샷 ()
 Hash of intermediate change between hash/changelist and what was tested.
커밋Id.Builder
클론 ()
getChangelist ()
 Submitted changelist.
커밋 ID
최종 정적 com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getHash ()
string hash = 2;
com.google.protobuf.ByteString
getHashBytes ()
string hash = 2;
CommitId.KindCase
getPendingChangelist ()
 Changelist tested if the change list is not already submitted.
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.
최종 부울
커밋Id.Builder
mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)
커밋Id.Builder
mergeFrom (com.google.protobuf.다른 메시지 보내기)
최종 CommitId.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet 알려지지 않은Fields)
커밋Id.Builder
setChangelist (긴 값)
 Submitted changelist.
커밋Id.Builder
setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)
커밋Id.Builder
setHash (문자열 값)
string hash = 2;
커밋Id.Builder
setHashBytes (com.google.protobuf.ByteString 값)
string hash = 2;
커밋Id.Builder
setPendingChangelist (긴 값)
 Changelist tested if the change list is not already submitted.
커밋Id.Builder
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)
커밋Id.Builder
setSnapshot (문자열 값)
 Hash of intermediate change between hash/changelist and what was tested.
커밋Id.Builder
setSnapshotBytes (com.google.protobuf.ByteString 값)
 Hash of intermediate change between hash/changelist and what was tested.
최종 CommitId.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

상속된 메서드

공개 방법

공개 CommitId.Builder addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 CommitId 빌드 ()

공개 CommitId buildPartial ()

공개 CommitId.Builder 지우기 ()

공개 CommitId.Builder ClearChangelist ()

 Submitted changelist.
 
int64 changelist = 1;

공개 CommitId.BuilderclearField ( com.google.protobuf.Descriptors.FieldDescriptor 필드)

공개 CommitId.Builder ClearHash ()

string hash = 2;

공개 CommitId.Builder ClearKind ()

공개 CommitId.BuilderclearOneof ( com.google.protobuf.Descriptors.OneofDescriptoroneof)

공개 CommitId.Builder ClearPendingChangelist ()

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

공개 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;

공개 CommitId.Builder 클론 ()

공개 긴 getChangelist ()

 Submitted changelist.
 
int64 changelist = 1;

공개 CommitId getDefaultInstanceForType ()

공개 정적 최종 com.google.protobuf.Descriptors.Descriptor getDescriptor ()

공개 com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

공개 문자열 getHash ()

string hash = 2;

공개 com.google.protobuf.ByteString getHashBytes ()

string hash = 2;

공개 CommitId.KindCase getKindCase ()

공개 긴 getPendingChangelist ()

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

공개 문자열 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;

공개 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;

공개 최종 부울 isInitialized ()

공개 CommitId.Builder mergeFrom (com.google.protobuf.CodedInputStream 입력, com.google.protobuf.ExtensionRegistryLite ExtensionRegistry)

던지기
IO예외

공개 CommitId.Builder mergeFrom (com.google.protobuf.다른 메시지)

공개 최종 CommitId.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)

공개 CommitId.Builder setChangelist (긴 값)

 Submitted changelist.
 
int64 changelist = 1;

공개 CommitId.Builder setField (com.google.protobuf.Descriptors.FieldDescriptor 필드, 개체 값)

공개 CommitId.Builder setHash (문자열 값)

string hash = 2;

공개 CommitId.Builder setHashBytes (com.google.protobuf.ByteString 값)

string hash = 2;

공개 CommitId.Builder setPendingChangelist (긴 값)

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

공개 CommitId.Builder setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor 필드, int 인덱스, 개체 값)

공개 CommitId.Builder setSnapshot (문자열 값)

 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;

공개 CommitId.Builder setSnapshotBytes (com.google.protobuf.ByteString 값)

 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;

공개 최종 CommitId.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet UnknownFields)