CommitIdOrBuilder
Stay organized with collections
Save and categorize content based on your preferences.
Known Indirect Subclasses
|
Public Methods
abstract
long
|
|
abstract
String
|
|
abstract
com.google.protobuf.ByteString
|
|
abstract
CommitId.KindCase
|
|
abstract
long
|
|
abstract
String
|
getSnapshot()
Hash of intermediate change between hash/changelist and what was tested.
|
abstract
com.google.protobuf.ByteString
|
getSnapshotBytes()
Hash of intermediate change between hash/changelist and what was tested.
|
Public Methods
public
abstract
long
getChangelist
()
Submitted changelist.
int64 changelist = 1;
public
abstract
String
getHash
()
public
abstract
com.google.protobuf.ByteString
getHashBytes
()
public
abstract
long
getPendingChangelist
()
Changelist tested if the change list is not already submitted.
int64 pending_changelist = 4;
public
abstract
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
abstract
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;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-29 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-29 UTC."],[],[],null,["# CommitIdOrBuilder\n\npublic interface **CommitIdOrBuilder** \n\n|---|---|---|\n| Known Indirect Subclasses [CommitId](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/CommitId), [CommitId.Builder](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/CommitId.Builder) |-------------------------------------------------------------------------------------------|-------------------------------------| | [CommitId](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/CommitId) | Protobuf type `tensorflow.CommitId` | | [CommitId.Builder](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/CommitId.Builder) | Protobuf type `tensorflow.CommitId` | |||\n\n### Public Methods\n\n|------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract long | [getChangelist](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/CommitIdOrBuilder#getChangelist())() ``` Submitted changelist. ``` |\n| abstract String | [getHash](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/CommitIdOrBuilder#getHash())() `string hash = 2;` |\n| abstract com.google.protobuf.ByteString | [getHashBytes](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/CommitIdOrBuilder#getHashBytes())() `string hash = 2;` |\n| abstract [CommitId.KindCase](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/CommitId.KindCase) | [getKindCase](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/CommitIdOrBuilder#getKindCase())() |\n| abstract long | [getPendingChangelist](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/CommitIdOrBuilder#getPendingChangelist())() ``` Changelist tested if the change list is not already submitted. ``` |\n| abstract String | [getSnapshot](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/CommitIdOrBuilder#getSnapshot())() ``` Hash of intermediate change between hash/changelist and what was tested. ``` |\n| abstract com.google.protobuf.ByteString | [getSnapshotBytes](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/CommitIdOrBuilder#getSnapshotBytes())() ``` Hash of intermediate change between hash/changelist and what was tested. ``` |\n\nPublic Methods\n--------------\n\n#### public abstract long\n**getChangelist**\n()\n\n\u003cbr /\u003e\n\n```\n Submitted changelist.\n \n```\n`int64 changelist = 1;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getHash**\n()\n\n`string hash = 2;` \n\n#### public abstract com.google.protobuf.ByteString\n**getHashBytes**\n()\n\n`string hash = 2;` \n\n#### public abstract [CommitId.KindCase](/jvm/api_docs/java/org/tensorflow/proto/util/testlog/CommitId.KindCase)\n**getKindCase**\n()\n\n\u003cbr /\u003e\n\n#### public abstract long\n**getPendingChangelist**\n()\n\n\u003cbr /\u003e\n\n```\n Changelist tested if the change list is not already submitted.\n \n```\n`int64 pending_changelist = 4;`\n\n\u003cbr /\u003e\n\n#### public abstract String\n**getSnapshot**\n()\n\n\u003cbr /\u003e\n\n```\n Hash of intermediate change between hash/changelist and what was tested.\n Not used if the build is from a commit without modifications.\n \n```\n`string snapshot = 3;`\n\n\u003cbr /\u003e\n\n#### public abstract com.google.protobuf.ByteString\n**getSnapshotBytes**\n()\n\n\u003cbr /\u003e\n\n```\n Hash of intermediate change between hash/changelist and what was tested.\n Not used if the build is from a commit without modifications.\n \n```\n`string snapshot = 3;`\n\n\u003cbr /\u003e"]]