Interface Entity.CompatibilityStatus.CompatibilityOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getCompatible()
      Output only.
      String getReason()
      Output only.
      com.google.protobuf.ByteString getReasonBytes()
      Output only.
      • 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

      • getCompatible

        boolean getCompatible()
         Output only. Whether the entity is compatible and can be represented in
         the metadata store.
         
        bool compatible = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The compatible.
      • getReason

        String getReason()
         Output only. Provides additional detail if the entity is incompatible
         with the metadata store.
         
        string reason = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The reason.
      • getReasonBytes

        com.google.protobuf.ByteString getReasonBytes()
         Output only. Provides additional detail if the entity is incompatible
         with the metadata store.
         
        string reason = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for reason.