程序包 hapi.release
接口 InfoOuterClass.InfoOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- InfoOuterClass
public static interface InfoOuterClass.InfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 com.google.protobuf.TimestampgetDeleted()Deleted tracks when this object was deleted.com.google.protobuf.TimestampOrBuildergetDeletedOrBuilder()Deleted tracks when this object was deleted.StringgetDescription()Description is human-friendly "log entry" about this release.com.google.protobuf.ByteStringgetDescriptionBytes()Description is human-friendly "log entry" about this release.com.google.protobuf.TimestampgetFirstDeployed().google.protobuf.Timestamp first_deployed = 2;com.google.protobuf.TimestampOrBuildergetFirstDeployedOrBuilder().google.protobuf.Timestamp first_deployed = 2;com.google.protobuf.TimestampgetLastDeployed().google.protobuf.Timestamp last_deployed = 3;com.google.protobuf.TimestampOrBuildergetLastDeployedOrBuilder().google.protobuf.Timestamp last_deployed = 3;StatusOuterClass.StatusgetStatus().hapi.release.Status status = 1;StatusOuterClass.StatusOrBuildergetStatusOrBuilder().hapi.release.Status status = 1;booleanhasDeleted()Deleted tracks when this object was deleted.booleanhasFirstDeployed().google.protobuf.Timestamp first_deployed = 2;booleanhasLastDeployed().google.protobuf.Timestamp last_deployed = 3;booleanhasStatus().hapi.release.Status status = 1;
-
-
-
方法详细资料
-
hasStatus
boolean hasStatus()
.hapi.release.Status status = 1;
-
getStatus
StatusOuterClass.Status getStatus()
.hapi.release.Status status = 1;
-
getStatusOrBuilder
StatusOuterClass.StatusOrBuilder getStatusOrBuilder()
.hapi.release.Status status = 1;
-
hasFirstDeployed
boolean hasFirstDeployed()
.google.protobuf.Timestamp first_deployed = 2;
-
getFirstDeployed
com.google.protobuf.Timestamp getFirstDeployed()
.google.protobuf.Timestamp first_deployed = 2;
-
getFirstDeployedOrBuilder
com.google.protobuf.TimestampOrBuilder getFirstDeployedOrBuilder()
.google.protobuf.Timestamp first_deployed = 2;
-
hasLastDeployed
boolean hasLastDeployed()
.google.protobuf.Timestamp last_deployed = 3;
-
getLastDeployed
com.google.protobuf.Timestamp getLastDeployed()
.google.protobuf.Timestamp last_deployed = 3;
-
getLastDeployedOrBuilder
com.google.protobuf.TimestampOrBuilder getLastDeployedOrBuilder()
.google.protobuf.Timestamp last_deployed = 3;
-
hasDeleted
boolean hasDeleted()
Deleted tracks when this object was deleted.
.google.protobuf.Timestamp deleted = 4;
-
getDeleted
com.google.protobuf.Timestamp getDeleted()
Deleted tracks when this object was deleted.
.google.protobuf.Timestamp deleted = 4;
-
getDeletedOrBuilder
com.google.protobuf.TimestampOrBuilder getDeletedOrBuilder()
Deleted tracks when this object was deleted.
.google.protobuf.Timestamp deleted = 4;
-
getDescription
String getDescription()
Description is human-friendly "log entry" about this release.
string Description = 5;
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
Description is human-friendly "log entry" about this release.
string Description = 5;
-
-