Interface AdminConsoleProto.SummaryWarningMsgOutProtoOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getInstanceId()
      optional string instanceId = 1;
      com.google.protobuf.ByteString getInstanceIdBytes()
      optional string instanceId = 1;
      java.lang.String getWarnings​(int index)
      repeated string warnings = 2;
      com.google.protobuf.ByteString getWarningsBytes​(int index)
      repeated string warnings = 2;
      int getWarningsCount()
      repeated string warnings = 2;
      java.util.List<java.lang.String> getWarningsList()
      repeated string warnings = 2;
      boolean hasInstanceId()
      optional string instanceId = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasInstanceId

        boolean hasInstanceId()
        optional string instanceId = 1;
      • getInstanceId

        java.lang.String getInstanceId()
        optional string instanceId = 1;
      • getInstanceIdBytes

        com.google.protobuf.ByteString getInstanceIdBytes()
        optional string instanceId = 1;
      • getWarningsList

        java.util.List<java.lang.String> getWarningsList()
        repeated string warnings = 2;
      • getWarningsCount

        int getWarningsCount()
        repeated string warnings = 2;
      • getWarnings

        java.lang.String getWarnings​(int index)
        repeated string warnings = 2;
      • getWarningsBytes

        com.google.protobuf.ByteString getWarningsBytes​(int index)
        repeated string warnings = 2;