接口 Tiller.GetReleaseStatusResponseOrBuilder

    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      InfoOuterClass.Info getInfo()
      Info contains information about the release.
      InfoOuterClass.InfoOrBuilder getInfoOrBuilder()
      Info contains information about the release.
      String getName()
      Name is the name of the release.
      com.google.protobuf.ByteString getNameBytes()
      Name is the name of the release.
      String getNamespace()
      Namespace the release was released into
      com.google.protobuf.ByteString getNamespaceBytes()
      Namespace the release was released into
      boolean hasInfo()
      Info contains information about the release.
      • 从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

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

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

      • getName

        String getName()
         Name is the name of the release.
         
        string name = 1;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Name is the name of the release.
         
        string name = 1;
      • hasInfo

        boolean hasInfo()
         Info contains information about the release.
         
        .hapi.release.Info info = 2;
      • getInfo

        InfoOuterClass.Info getInfo()
         Info contains information about the release.
         
        .hapi.release.Info info = 2;
      • getInfoOrBuilder

        InfoOuterClass.InfoOrBuilder getInfoOrBuilder()
         Info contains information about the release.
         
        .hapi.release.Info info = 2;
      • getNamespace

        String getNamespace()
         Namespace the release was released into
         
        string namespace = 3;
      • getNamespaceBytes

        com.google.protobuf.ByteString getNamespaceBytes()
         Namespace the release was released into
         
        string namespace = 3;