public static interface InfoOuterClass.InfoOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Timestamp |
getDeleted()
Deleted tracks when this object was deleted.
|
TimestampOrBuilder |
getDeletedOrBuilder()
Deleted tracks when this object was deleted.
|
String |
getDescription()
Description is human-friendly "log entry" about this release.
|
ByteString |
getDescriptionBytes()
Description is human-friendly "log entry" about this release.
|
Timestamp |
getFirstDeployed()
.google.protobuf.Timestamp first_deployed = 2; |
TimestampOrBuilder |
getFirstDeployedOrBuilder()
.google.protobuf.Timestamp first_deployed = 2; |
Timestamp |
getLastDeployed()
.google.protobuf.Timestamp last_deployed = 3; |
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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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;
Timestamp getFirstDeployed()
.google.protobuf.Timestamp first_deployed = 2;
TimestampOrBuilder getFirstDeployedOrBuilder()
.google.protobuf.Timestamp first_deployed = 2;
boolean hasLastDeployed()
.google.protobuf.Timestamp last_deployed = 3;
Timestamp getLastDeployed()
.google.protobuf.Timestamp last_deployed = 3;
TimestampOrBuilder getLastDeployedOrBuilder()
.google.protobuf.Timestamp last_deployed = 3;
boolean hasDeleted()
Deleted tracks when this object was deleted.
.google.protobuf.Timestamp deleted = 4;
Timestamp getDeleted()
Deleted tracks when this object was deleted.
.google.protobuf.Timestamp deleted = 4;
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;
ByteString getDescriptionBytes()
Description is human-friendly "log entry" about this release.
string Description = 5;
Copyright © 2017–2018, microBean. All rights reserved.