public static interface InfoOuterClass.InfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
com.google.protobuf.Timestamp |
getDeleted()
Deleted tracks when this object was deleted.
|
com.google.protobuf.TimestampOrBuilder |
getDeletedOrBuilder()
Deleted tracks when this object was deleted.
|
String |
getDescription()
Description is human-friendly "log entry" about this release.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Description is human-friendly "log entry" about this release.
|
com.google.protobuf.Timestamp |
getFirstDeployed()
.google.protobuf.Timestamp first_deployed = 2; |
com.google.protobuf.TimestampOrBuilder |
getFirstDeployedOrBuilder()
.google.protobuf.Timestamp first_deployed = 2; |
com.google.protobuf.Timestamp |
getLastDeployed()
.google.protobuf.Timestamp last_deployed = 3; |
com.google.protobuf.TimestampOrBuilder |
getLastDeployedOrBuilder()
.google.protobuf.Timestamp last_deployed = 3; |
StatusOuterClass.Status |
getStatus()
.hapi.release.Status status = 1; |
StatusOuterClass.StatusOrBuilder |
getStatusOrBuilder()
.hapi.release.Status status = 1; |
boolean |
hasDeleted()
Deleted tracks when this object was deleted.
|
boolean |
hasFirstDeployed()
.google.protobuf.Timestamp first_deployed = 2; |
boolean |
hasLastDeployed()
.google.protobuf.Timestamp last_deployed = 3; |
boolean |
hasStatus()
.hapi.release.Status status = 1; |
boolean hasStatus()
.hapi.release.Status status = 1;StatusOuterClass.Status getStatus()
.hapi.release.Status status = 1;StatusOuterClass.StatusOrBuilder getStatusOrBuilder()
.hapi.release.Status status = 1;boolean hasFirstDeployed()
.google.protobuf.Timestamp first_deployed = 2;com.google.protobuf.Timestamp getFirstDeployed()
.google.protobuf.Timestamp first_deployed = 2;com.google.protobuf.TimestampOrBuilder getFirstDeployedOrBuilder()
.google.protobuf.Timestamp first_deployed = 2;boolean hasLastDeployed()
.google.protobuf.Timestamp last_deployed = 3;com.google.protobuf.Timestamp getLastDeployed()
.google.protobuf.Timestamp last_deployed = 3;com.google.protobuf.TimestampOrBuilder getLastDeployedOrBuilder()
.google.protobuf.Timestamp last_deployed = 3;boolean hasDeleted()
Deleted tracks when this object was deleted.
.google.protobuf.Timestamp deleted = 4;com.google.protobuf.Timestamp getDeleted()
Deleted tracks when this object was deleted.
.google.protobuf.Timestamp deleted = 4;com.google.protobuf.TimestampOrBuilder getDeletedOrBuilder()
Deleted tracks when this object was deleted.
.google.protobuf.Timestamp deleted = 4;String getDescription()
Description is human-friendly "log entry" about this release.
string Description = 5;com.google.protobuf.ByteString getDescriptionBytes()
Description is human-friendly "log entry" about this release.
string Description = 5;Copyright © 2019. All rights reserved.