Uses of Class
org.tensorflow.proto.CommitId.Builder
Packages that use CommitId.Builder
-
Uses of CommitId.Builder in org.tensorflow.proto
Subclasses with type arguments of type CommitId.Builder in org.tensorflow.protoModifier and TypeClassDescriptionstatic final classProtobuf typetensorflow.CommitIdMethods in org.tensorflow.proto that return CommitId.BuilderModifier and TypeMethodDescriptionCommitId.Builder.addRepeatedField(Descriptors.FieldDescriptor field, Object value) CommitId.Builder.clear()CommitId.Builder.clearChangelist()Submitted changelist.CommitId.Builder.clearField(Descriptors.FieldDescriptor field) CommitId.Builder.clearHash()string hash = 2;CommitId.Builder.clearKind()CommitId.Builder.clearOneof(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()TestResults.Builder.getCommitIdBuilder()The commit id (git hash or changelist)CommitId.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) final CommitId.BuilderCommitId.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) static CommitId.BuilderCommitId.newBuilder()static CommitId.BuilderCommitId.newBuilder(CommitId prototype) CommitId.newBuilderForType()protected CommitId.BuilderCommitId.newBuilderForType(GeneratedMessageV3.BuilderParent parent) CommitId.Builder.setChangelist(long value) Submitted changelist.CommitId.Builder.setField(Descriptors.FieldDescriptor field, Object value) string hash = 2;CommitId.Builder.setHashBytes(ByteString value) string hash = 2;CommitId.Builder.setPendingChangelist(long value) Changelist tested if the change list is not already submitted.CommitId.Builder.setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value) CommitId.Builder.setSnapshot(String value) Hash of intermediate change between hash/changelist and what was tested.CommitId.Builder.setSnapshotBytes(ByteString value) Hash of intermediate change between hash/changelist and what was tested.final CommitId.BuilderCommitId.Builder.setUnknownFields(UnknownFieldSet unknownFields) CommitId.toBuilder()Methods in org.tensorflow.proto with parameters of type CommitId.BuilderModifier and TypeMethodDescriptionTestResults.Builder.setCommitId(CommitId.Builder builderForValue) The commit id (git hash or changelist)