程序包 hapi.release

接口 InfoOuterClass.InfoOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      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;
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 从接口继承的方法 com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 方法详细资料

      • hasStatus

        boolean hasStatus()
        .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;